# Qwen3-VL needs transformers >= 4.57 (the version the local checkpoint was saved with).
transformers>=4.57.0
huggingface_hub   # auto-download of models by repo id / alias
torch
pillow
numpy
# for precision=nf4 (4-bit) — needed to run the 30B-A3B abliterated judge on 32 GB:
bitsandbytes
# optional, for faster attention on the RTX 5090:
# flash-attn
