Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
•
b8c15f8
1
Parent(s):
9469c22
Fix: --find-links https://download.pytorch.org/whl/lts/1.8/cpu\ntorch==1.8.2, transformers=4.18.0, sentence-transformers in reuqirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
torch==1.8.2
|
11 |
|
12 |
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
|
|
13 |
sentence-transformers
|
14 |
|
15 |
about-time==3.1.1
|
@@ -157,7 +158,7 @@ toolz==0.11.2; python_version >= "3.7"
|
|
157 |
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
158 |
tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
159 |
traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
|
160 |
-
transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
161 |
typer==0.4.1; python_version >= "3.6"
|
162 |
typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "3.9"
|
163 |
tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|
|
|
10 |
torch==1.8.2
|
11 |
|
12 |
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
13 |
+
transformers=4.18.0
|
14 |
sentence-transformers
|
15 |
|
16 |
about-time==3.1.1
|
|
|
158 |
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
159 |
tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
160 |
traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
|
161 |
+
# transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
162 |
typer==0.4.1; python_version >= "3.6"
|
163 |
typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "3.9"
|
164 |
tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|