Dannyar608 commited on
Commit
5284ee7
·
verified ·
1 Parent(s): d355d24

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -2,8 +2,12 @@ gradio==3.0
2
  transformers==4.12
3
  torch==2.0
4
 
5
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
6
- rustc --version
 
 
 
 
7
 
8
  pip install --upgrade pip
9
  pip install --no-cache-dir -r /tmp/requirements.txt
 
2
  transformers==4.12
3
  torch==2.0
4
 
5
+ datasets
6
+ huggingface-hub>=0.19
7
+ hf-transfer>=0.1.4
8
+ protobuf<4
9
+ click<8.1
10
+ pydantic~=1.0
11
 
12
  pip install --upgrade pip
13
  pip install --no-cache-dir -r /tmp/requirements.txt