ManarAli commited on
Commit
2521173
·
verified ·
1 Parent(s): 4152d62

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,4 @@
1
- transformers==4.47.1
2
  autoawq>=0.1.8
3
- accelerate>=0.34.2
4
- qwen-vl-utils==0.0.8
5
  gradio
6
  pillow
7
  safetensors
@@ -9,4 +6,7 @@ timm
9
  numpy
10
  torch
11
  torchvision
 
 
 
12
 
 
 
1
  autoawq>=0.1.8
 
 
2
  gradio
3
  pillow
4
  safetensors
 
6
  numpy
7
  torch
8
  torchvision
9
+ git+https://github.com/huggingface/transformers
10
+ accelerate>=0.34.2
11
+ qwen-vl-utils==0.0.8
12