Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
torch==2.1.2
|
| 2 |
transformers==4.39.3
|
| 3 |
fastapi==0.110.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
|
| 3 |
torch==2.1.2
|
| 4 |
transformers==4.39.3
|
| 5 |
fastapi==0.110.0
|