Spaces:
Sleeping
Sleeping
fahmiaziz98
commited on
Commit
·
2d15b5f
1
Parent(s):
7f6c186
fix version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
boto3==1.37.27
|
2 |
# torch==2.6.0 # Uncomment the line below if you want to use the GPU version of PyTorch
|
3 |
-
torch==2.6.0
|
4 |
pillow==11.1.0
|
5 |
transformers==4.50.3
|
6 |
fastapi==0.115.12
|
|
|
1 |
boto3==1.37.27
|
2 |
# torch==2.6.0 # Uncomment the line below if you want to use the GPU version of PyTorch
|
3 |
+
torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu
|
4 |
pillow==11.1.0
|
5 |
transformers==4.50.3
|
6 |
fastapi==0.115.12
|