File size: 506 Bytes
88bdcff
 
 
 
 
 
 
706520f
a65b765
 
706520f
88bdcff
f3ebc82
88bdcff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Core ML/AI
torch
transformers>=4.57.0
accelerate
qwen-vl-utils>=0.0.14
torchvision

# vLLM for FP8 quantized model inference (>=0.11.0 required for Qwen3-VL support)
# Pinned <0.13.0: V0 engine deprecated in 0.13.x, VLLM_USE_V1=0 not honored
vllm>=0.11.0,<0.13.0

# UI
gradio>=6.0.0,<7.0.0

# RAG/Vector Store
chromadb

# Data Validation
pydantic
pydantic-settings

# Image Processing
pillow

# PDF Processing
pdfplumber
weasyprint>=60.0
markdown>=3.5

# Utilities
numpy

# Testing
pytest
pytest-asyncio