Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# The Final, Lightweight Requirements.
|
| 2 |
-
#
|
| 3 |
# This is the guaranteed fix for the "Storage Limit" error.
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
torch
|
|
|
|
| 1 |
# The Final, Lightweight Requirements.
|
| 2 |
+
# The first line forces the install of the SMALLER, CPU-ONLY version of torch.
|
| 3 |
# This is the guaranteed fix for the "Storage Limit" error.
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
torch
|