mgbam commited on
Commit
30d94f8
·
verified ·
1 Parent(s): a055897

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -10
requirements.txt CHANGED
@@ -1,15 +1,8 @@
1
  streamlit==1.24.0
2
  requests==2.31.0
3
  nltk==3.8.1
4
- transformers==4.30.2
5
- torch==2.0.1
6
  openai==0.27.0
7
  Pillow==9.4.0
8
-
9
- # Key additions/updates to avoid the cached_download error
10
- huggingface_hub==0.14.1
11
- sentence-transformers==2.2.2
12
-
13
- # For Vector DB usage (faiss)
14
- faiss-cpu==1.7.4
15
- numpy==1.23.5
 
1
  streamlit==1.24.0
2
  requests==2.31.0
3
  nltk==3.8.1
4
+ transformers>=4.33.0
5
+ torch>=2.0.1
6
  openai==0.27.0
7
  Pillow==9.4.0
8
+ huggingface-hub==0.14.1