Spaces:
Running
on
T4
Running
on
T4
add hf_xet to minimize huggingface errors
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ torch==2.6.0 --extra-index-url https://download.pytorch.org/whl/cu124
|
|
8 |
torchaudio>=2.0.0,<2.6.2 --extra-index-url https://download.pytorch.org/whl/cu124
|
9 |
soundfile
|
10 |
huggingface_hub
|
|
|
11 |
tqdm
|
12 |
transformers>=4.48.0 # need Encodec there.
|
13 |
xformers>=0.0.23 --index-url https://download.pytorch.org/whl/cu124
|
|
|
8 |
torchaudio>=2.0.0,<2.6.2 --extra-index-url https://download.pytorch.org/whl/cu124
|
9 |
soundfile
|
10 |
huggingface_hub
|
11 |
+
hf_xet
|
12 |
tqdm
|
13 |
transformers>=4.48.0 # need Encodec there.
|
14 |
xformers>=0.0.23 --index-url https://download.pytorch.org/whl/cu124
|