Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
python-multipart
|
@@ -5,7 +10,4 @@ pillow
|
|
5 |
numpy
|
6 |
transformers==4.48.1
|
7 |
lightning
|
8 |
-
torch==2.6.0+cpu
|
9 |
-
torchmetrics==1.7.1
|
10 |
-
torchvision==0.21.0+cpu
|
11 |
opencv-python
|
|
|
1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.6.0+cpu
|
3 |
+
torchmetrics==1.7.1
|
4 |
+
torchvision==0.21.0+cpu
|
5 |
+
|
6 |
fastapi
|
7 |
uvicorn[standard]
|
8 |
python-multipart
|
|
|
10 |
numpy
|
11 |
transformers==4.48.1
|
12 |
lightning
|
|
|
|
|
|
|
13 |
opencv-python
|