GitHub Actions commited on
Commit
723376c
·
1 Parent(s): 21c2afa

fix: torch==2.11.0 for ZeroGPU compatibility (supported: 2.8-2.11)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -5,6 +5,6 @@ openai>=1.80.0
5
  pynacl>=1.5.0
6
  safetensors>=0.4.3
7
  sentencepiece>=0.2.0
8
- torch>=2.12.1
9
  transformers>=4.45.0
10
  qrcode[svg]>=7.4
 
5
  pynacl>=1.5.0
6
  safetensors>=0.4.3
7
  sentencepiece>=0.2.0
8
+ torch==2.11.0
9
  transformers>=4.45.0
10
  qrcode[svg]>=7.4