Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
torch==2.5.0
|
| 2 |
transformers==4.44.2
|
| 3 |
Pillow==10.4.0
|
| 4 |
numpy==1.26.4
|
|
|
|
| 1 |
+
torch==2.5.0 --index-url https://download.pytorch.org/whl/cpu
|
| 2 |
transformers==4.44.2
|
| 3 |
Pillow==10.4.0
|
| 4 |
numpy==1.26.4
|