Views
No views yet
| Parameter | Value |
|---|---|
| Bits per Weight | 4.0 bpw |
| Head Bits | 6 bpw |
| Calibration Rows | 128 |
| Calibration Context | 4096 tokens |
| Format | ExLlamaV3 (EXL3) |
| Size | ~19 GB |
| GPU | VRAM | Notes |
|---|---|---|
| RTX 4090 | 24 GB | Good fit, comfortable with images |
| RTX 3090 | 24 GB | Works well |
| A100 40GB | 40 GB | Plenty of headroom |
1# config.yml
2model:
3 model_dir: models
4 model_name: Qwen3-VL-32B-Instruct-EXL3-4.0bpw
5
6network:
7 host: 0.0.0.0
8 port: 5000
9
10model_defaults:
11 max_seq_len: 16384
12 cache_mode: Q4| Model | Best For |
|---|---|
| This (Instruct) | Fast responses, direct answers, general tasks |
| Thinking variant | Complex reasoning, step-by-step analysis |