Spaces:
Runtime error
Runtime error
j
commited on
Commit
·
230b8cd
1
Parent(s):
564c686
adjust dependencies due to transformers conflict
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
-
git+https://github.com/huggingface/transformers.git
|
4 |
-
torch==2.0.1+cu118
|
5 |
-
|
6 |
-
|
7 |
-
torchvision==0.15.2; sys_platform == 'darwin'
|
8 |
-
torchaudio==2.0.2+cu118; sys_platform != 'darwin'
|
9 |
-
torchaudio==2.0.2; sys_platform == 'darwin'
|
10 |
huggingface_hub
|
11 |
-
transformers==4.30.2
|
12 |
-e git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
13 |
descript-audiotools
|
14 |
scipy
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
+
git+https://github.com/huggingface/transformers.git==4.30.2
|
4 |
+
torch==2.0.1+cu118
|
5 |
+
torchvision==0.15.2+cu118
|
6 |
+
torchaudio==2.0.2+cu118
|
|
|
|
|
|
|
7 |
huggingface_hub
|
|
|
8 |
-e git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
9 |
descript-audiotools
|
10 |
scipy
|