Chhagan005 commited on
Commit
96c4274
Β·
verified Β·
1 Parent(s): 2fb82d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -11
requirements.txt CHANGED
@@ -1,24 +1,41 @@
1
  pip>=23.0.0
 
 
2
  git+https://github.com/huggingface/transformers.git@v4.57.6
3
  git+https://github.com/huggingface/accelerate.git
4
  git+https://github.com/huggingface/peft.git
 
 
5
  transformers-stream-generator
6
  huggingface_hub
7
- qwen-vl-utils
8
  sentencepiece
9
- opencv-python
 
 
10
  torch==2.8.0
11
  torchvision
12
- matplotlib
13
- requests
14
- kernels
15
- hf_xet
16
- spaces
 
17
  pillow
18
- gradio # - gradio@6.3.0
19
  av
20
 
21
- bitsandbytes>=0.41.0
22
- khayyam # Shamsi calendar
23
- hijri-converter # Lunar Hijri calendar
 
 
 
 
 
 
 
24
 
 
 
 
 
1
  pip>=23.0.0
2
+
3
+ # ── Core ML ──────────────────────────────────────────────
4
  git+https://github.com/huggingface/transformers.git@v4.57.6
5
  git+https://github.com/huggingface/accelerate.git
6
  git+https://github.com/huggingface/peft.git
7
+
8
+ # ── HuggingFace Ecosystem ─────────────────────────────────
9
  transformers-stream-generator
10
  huggingface_hub
11
+ qwen-vl-utils[decord] # ← CHANGE: decord add karo (video frame support)
12
  sentencepiece
13
+ hf_xet
14
+
15
+ # ── PyTorch ───────────────────────────────────────────────
16
  torch==2.8.0
17
  torchvision
18
+ torchaudio # ← ADD: Qwen3VL audio pipeline ke liye
19
+
20
+ # ── Quantization ──────────────────────────────────────────
21
+ bitsandbytes>=0.45.0 # ← UPDATE: 0.41 β†’ 0.45 (Qwen3VL BNB fix)
22
+
23
+ # ── Vision & Image ────────────────────────────────────────
24
  pillow
25
+ opencv-python
26
  av
27
 
28
+ # ── App / UI ──────────────────────────────────────────────
29
+ gradio>=6.3.0
30
+ spaces
31
+ requests
32
+ matplotlib
33
+ kernels
34
+
35
+ # ── Calendar Conversion ───────────────────────────────────
36
+ khayyam # Shamsi (Solar Hijri) calendar
37
+ hijri-converter # Lunar Hijri calendar
38
 
39
+ # ── Qwen3VL Dependencies ──────────────────────────────────
40
+ einops # ← ADD: Qwen3VL internal operations
41
+ flash-attn --no-build-isolation # ← ADD: flash_attention_2 (optional but faster)