asterixix commited on
Commit
79fd675
1 Parent(s): 2fe8007

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- streamlit==1.21.0
2
- torch==1.13.1
3
  transformers>=4.27.1
4
  transformers[llama]>=4.27.1
5
  langchain-core>=0.3.0.1
6
  langchain>=0.0.246
7
  langchain-community>=0.3.2
8
- nltk==3.8.1
9
- pandas==1.5.3
10
- jsonlines==3.0.0
11
- pydantic==2.8.2
 
 
1
+ streamlit>=1.21.0
2
+ torch>=1.13.1
3
  transformers>=4.27.1
4
  transformers[llama]>=4.27.1
5
  langchain-core>=0.3.0.1
6
  langchain>=0.0.246
7
  langchain-community>=0.3.2
8
+ nltk>=3.8.1
9
+ pandas>=1.5.3
10
+ jsonlines>=3.0.0
11
+ pydantic>=2.8.2
12
+ sentencepiece>=0.1.97