Spaces:
Running
on
A10G
Running
on
A10G
Update requirements.txt (#60)
Browse files- Update requirements.txt (22209ba61b72886bdaefed0ffd798b1aecff60cc)
Co-authored-by: Vaibhav Srivastav <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
librosa
|
4 |
transformers
|
5 |
git+https://github.com/huggingface/diffusers.git
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch<2.1.0
|
3 |
librosa
|
4 |
transformers
|
5 |
git+https://github.com/huggingface/diffusers.git
|