Spaces:
Sleeping
Sleeping
fix torch dependency issue
Browse files- 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=
|
| 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
|