Spaces:
Running
Running
ffreemt
commited on
Commit
·
14d4c4b
1
Parent(s):
b8c15f8
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 +1 -1
requirements.txt
CHANGED
@@ -10,7 +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 |
-
transformers
|
14 |
sentence-transformers
|
15 |
|
16 |
about-time==3.1.1
|
|
|
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
|