federicocosta1989 commited on
Commit
088896f
·
verified ·
1 Parent(s): 986c28b

Update requirements.txt

Browse files

Changing torch version because of "AttributeError: module 'torch' has no attribute 'uint64'" error

Files changed (1) hide show
  1. 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