Spaces:
Running
Running
ffreemt
commited on
Commit
·
d3fc1b6
1
Parent(s):
33be015
Add torch sentence-transformers to requirenebts.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
about-time==3.1.1 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
3 |
altair==4.2.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/cpu/torch/
|
2 |
+
torch==1.11.0
|
3 |
+
|
4 |
+
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
5 |
+
# transformers==4.18.0
|
6 |
+
sentence-transformers
|
7 |
|
8 |
about-time==3.1.1 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
9 |
altair==4.2.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|