Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastai
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
-
torchtext
|
5 |
icevision[all] --install-option="--no-deps"
|
6 |
loguru --install-option="--no-deps"
|
|
|
1 |
fastai
|
2 |
+
torch==1.11.0+cu113 --install-option="--extra-index-url https://download.pytorch.org/whl/torch_stable.html"
|
3 |
+
torchvision==0.11.0+cu113 --install-option="--extra-index-url https://download.pytorch.org/whl/torch_stable.html"
|
4 |
+
torchtext --install-option="--extra-index-url https://download.pytorch.org/whl/torch_stable.html"
|
5 |
icevision[all] --install-option="--no-deps"
|
6 |
loguru --install-option="--no-deps"
|