alessandro trinca tornidor commited on
Commit
aaa2aff
·
1 Parent(s): dd85bba

[chore] upgrade dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -19
requirements.txt CHANGED
@@ -1,23 +1,22 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu117
2
- torch==1.13.1
3
- torchvision==0.14.1
 
 
 
 
 
 
 
4
  packaging
 
 
 
 
5
  sentencepiece
6
- peft==0.4.0
7
- einops==0.4.1
8
- fastapi==0.100.1
9
- gradio==3.39.0
10
- markdown2==2.4.10
11
- numpy==1.24.2
12
- openai==0.27.8
13
- opencv_python==4.8.0.74
14
- Pillow==9.4.0
15
- pycocotools==2.0.6
16
- ray==2.6.1
17
- Requests==2.31.0
18
  shortuuid==1.0.11
19
- tqdm==4.64.1
 
 
20
  transformers==4.31.0
21
- uvicorn==0.23.2
22
- scipy==1.11.2
23
- bitsandbytes==0.41.1
 
1
+ bitsandbytes==0.42.0
2
+ einops==0.7.0
3
+ fastapi==0.109.2
4
+ gradio==4.19.1
5
+ gradio_client==0.10.0
6
+ markdown2==2.4.12
7
+ nh3==0.2.15
8
+ numpy==1.26.4
9
+ openai==1.12.0
10
+ opencv-python==4.9.0.80
11
  packaging
12
+ peft==0.8.2
13
+ pycocotools==2.0.7
14
+ ray==2.9.2
15
+ scipy==1.12.0
16
  sentencepiece
 
 
 
 
 
 
 
 
 
 
 
 
17
  shortuuid==1.0.11
18
+ torch==2.2.0
19
+ torchvision==0.17.0
20
+ tqdm==4.66.2
21
  transformers==4.31.0
22
+ uvicorn==0.27.1