ffreemt commited on
Commit
fc95d20
·
1 Parent(s): 0061bcb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  about-time==3.1.1 ; python_version >= "3.10" and python_version < "3.11"
2
  altair==4.2.0 ; python_version >= "3.10" and python_version < "3.11"
3
  anyio==3.6.1 ; python_version >= "3.10" and python_version < "3.11"
 
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
+ fasttext-wheel
8
+ fastlid
9
+
10
  about-time==3.1.1 ; python_version >= "3.10" and python_version < "3.11"
11
  altair==4.2.0 ; python_version >= "3.10" and python_version < "3.11"
12
  anyio==3.6.1 ; python_version >= "3.10" and python_version < "3.11"