Batnini commited on
Commit
79c1095
·
verified ·
1 Parent(s): 00d4138

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  gradio>=3.0
2
  requests
3
- sentence-transformers==2.2.2 # Compatible with transformers==4.30.0 and older huggingface_hub
4
  scikit-learn
5
  numpy
6
- transformers==4.30.0
7
- torch==2.0.1 # Matches transformers 4.30.0
8
- huggingface-hub==0.25.2 # Matches transformers 4.30.0 and avoids cached_download removal
 
1
  gradio>=3.0
2
  requests
3
+ sentence-transformers==2.2.2 # Compatible with huggingface_hub <0.26.0
4
  scikit-learn
5
  numpy
6
+ transformers==4.30.0 # As specified
7
+ torch==2.0.1 # Compatible with transformers 4.30.0
8
+ huggingface-hub==0.25.2 # Pins to version before 'cached_download' removal