Spaces:
Running
Running
ffreemt
commited on
Commit
·
693a0f5
1
Parent(s):
096b00a
Change requirements.txt --find-links https://download.pytorch.org/whl/cpu/torch/ \ntorch==1.8.1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
# pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu
|
9 |
#--find-links https://download.pytorch.org/whl/lts/1.8/cpu
|
10 |
--find-links https://download.pytorch.org/whl/cpu/torch/
|
11 |
-
torch==1.8.1
|
12 |
|
13 |
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
14 |
transformers==4.18.0
|
|
|
8 |
# pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu
|
9 |
#--find-links https://download.pytorch.org/whl/lts/1.8/cpu
|
10 |
--find-links https://download.pytorch.org/whl/cpu/torch/
|
11 |
+
torch==1.8.1
|
12 |
|
13 |
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
14 |
transformers==4.18.0
|