Spaces:
Sleeping
Sleeping
Commit
·
1c8c610
1
Parent(s):
8d23495
requirements.txt updated
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -6,8 +6,7 @@ pydantic-settings
|
|
| 6 |
python-multipart
|
| 7 |
|
| 8 |
# CPU-only PyTorch
|
| 9 |
-
torch
|
| 10 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 11 |
|
| 12 |
# Embeddings / Transformers
|
| 13 |
transformers
|
|
|
|
| 6 |
python-multipart
|
| 7 |
|
| 8 |
# CPU-only PyTorch
|
| 9 |
+
torch>=2.6.0 --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 10 |
|
| 11 |
# Embeddings / Transformers
|
| 12 |
transformers
|