Spaces:
Sleeping
Sleeping
anh-khoa-nguyen commited on
Commit ·
0338894
1
Parent(s): 8f372bd
hotfix...
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
annotated-types==0.7.0
|
| 2 |
anyio==4.5.2
|
| 3 |
astor==0.8.1
|
|
@@ -88,8 +91,6 @@ starlette==0.44.0
|
|
| 88 |
sympy==1.13.3
|
| 89 |
termcolor==2.4.0
|
| 90 |
tifffile==2023.7.10
|
| 91 |
-
torch==2.2.2+cpu
|
| 92 |
-
torchvision==0.17.2+cpu
|
| 93 |
tqdm==4.67.1
|
| 94 |
typing_extensions==4.13.2
|
| 95 |
urllib3==2.2.3
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.2.2+cpu
|
| 3 |
+
torchvision==0.17.2+cpu
|
| 4 |
annotated-types==0.7.0
|
| 5 |
anyio==4.5.2
|
| 6 |
astor==0.8.1
|
|
|
|
| 91 |
sympy==1.13.3
|
| 92 |
termcolor==2.4.0
|
| 93 |
tifffile==2023.7.10
|
|
|
|
|
|
|
| 94 |
tqdm==4.67.1
|
| 95 |
typing_extensions==4.13.2
|
| 96 |
urllib3==2.2.3
|