han-na commited on
Commit
560ad5a
·
1 Parent(s): 0e7d69c

fix torch dependency issue

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -16,7 +16,7 @@ FlagEmbedding==1.2.5
16
 
17
  # PyTorch (CPU version)
18
  --extra-index-url https://download.pytorch.org/whl/cpu
19
- torch==2.5.1+cpu
20
 
21
  # Hugging Face
22
  huggingface-hub==1.9.0
 
16
 
17
  # PyTorch (CPU version)
18
  --extra-index-url https://download.pytorch.org/whl/cpu
19
+ torch>=2.6.0
20
 
21
  # Hugging Face
22
  huggingface-hub==1.9.0