Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse filesChanging torch version because of "AttributeError: module 'torch' has no attribute 'uint64'" error
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
-
torch
|
3 |
pyannote.audio
|
4 |
yt-dlp
|
5 |
gradio==5.15.0
|
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
+
torch>=2.3.1
|
3 |
pyannote.audio
|
4 |
yt-dlp
|
5 |
gradio==5.15.0
|