Views
No views yet
| Property | Value |
|---|---|
| Original Size | 70.52 GB |
| Quantized Size | 35 GB |
| Compression | 1.89x |
| Quantization | Block-wise FP8 E4M3 (128x128 blocks) |
| Format | SafeTensors with weight_scale_inv scales |
thinker.visual)thinker.audio_tower)code2wav)1from vllm import LLM
2
3llm = LLM(
4 model="marksverdhei/Qwen3-Omni-30B-A3B-FP8",
5 tensor_parallel_size=2,
6 gpu_memory_utilization=0.85,
7 max_model_len=4096,
8 trust_remote_code=True,
9)weight_scale_inv (inverse scale for efficient multiplication during inference).