Avinash109 commited on
Commit
5672f25
·
verified ·
1 Parent(s): a9a4e96

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- transformers
2
- pandas
3
- numpy
4
- torch
5
- torchvision
6
- git+https://github.com/huggingface/transformers.git
7
- accelerate
8
- qwen-vl-utils
9
- gradio==3.33.1
10
-
 
1
+ pandas==1.5.3
2
+ torch==2.0.1
3
+ torchvision==0.15.2
4
+ scikit-learn==1.2.2
5
+ joblib==1.3.0
6
+ gradio==3.41.2
7
+ APScheduler==3.9.1