Spaces:
Runtime error
Runtime error
j
commited on
Commit
·
042183d
1
Parent(s):
230b8cd
adjust dependencies due to transformers conflict, 2nd try
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,10 +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.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
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
git+https://github.com/huggingface/diffusers.git
|
|
|
3 |
torch==2.0.1+cu118
|
4 |
torchvision==0.15.2+cu118
|
5 |
torchaudio==2.0.2+cu118
|
6 |
huggingface_hub
|
7 |
+
transformers==4.30.2
|
8 |
-e git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
9 |
descript-audiotools
|
10 |
scipy
|