odaly commited on
Commit
444c085
·
verified ·
1 Parent(s): 53ff6f1

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,11 +1,8 @@
1
- openai==0.27.8
2
  datasets
3
  huggingface-hub>=0.19
4
- hf-transfer>=0.1.4
5
- protobuf<4
6
  click<8.1
7
- pydantic ~=1.0
8
- transformers
9
  streamlit
10
- ntlk
11
- tourch
 
 
1
  datasets
2
  huggingface-hub>=0.19
3
+ "protobuf<4"
 
4
  click<8.1
5
+ pydantic~="1.0"
 
6
  streamlit
7
+ openai==0.28.1
8
+ transformers