Spaces:
Paused
Paused
Update requirements.txt
#1
by
InnoLink - opened
- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,7 @@ sentencepiece==0.2.1
|
|
| 4 |
torch==2.10.0
|
| 5 |
transformers==4.57.6
|
| 6 |
uvicorn[standard]==0.40.0
|
| 7 |
-
jinja2==3.1.5
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
torch==2.10.0
|
| 5 |
transformers==4.57.6
|
| 6 |
uvicorn[standard]==0.40.0
|
| 7 |
+
jinja2==3.1.5
|
| 8 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 9 |
+
# pin the version for reproduce-ability?
|
| 10 |
+
#torch==2.4.1 --index-url https://download.pytorch.org/whl/cpu
|