ghostai1 commited on
Commit
c860340
·
verified ·
1 Parent(s): 77ab135

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  transformers>=4.30.0
3
  sentencepiece
4
  accelerate>=0.24.0
5
- torch==2.6.0 # keep latest; we patch safe-globals in code
6
 
7
  # text-to-speech
8
  TTS==0.22.0
 
2
  transformers>=4.30.0
3
  sentencepiece
4
  accelerate>=0.24.0
5
+ torch==2.5.2 # ← last version before the PyTorch-2.6 ‘weights_only’ change
6
 
7
  # text-to-speech
8
  TTS==0.22.0