Views
No views yet
| Parameter | Value |
|---|---|
| Method | FP8 E4M3 block-wise |
| Block size | 128x128 |
| Scale dtype | BF16 |
| Scale naming | weight_scale_inv |
| Activation scheme | Dynamic |
| Original size | ~66 GB (BF16) |
| Quantized size | ~35 GB |
q/k/v/o_proj), GatedDeltaNet (in_proj_qkv, in_proj_z, out_proj), and MLP experts (gate/up/down_proj for all 256 experts + shared expert).conv1d, in_proj_a, in_proj_b), vision tower.1CUDA_DEVICE_ORDER=PCI_BUS_ID \
2CUDA_VISIBLE_DEVICES=0 \
3SGLANG_ENABLE_JIT_DEEPGEMM=0 \
4SGLANG_ENABLE_SPEC_V2=1 \
5 python -m sglang.launch_server \
6 --model-path nivvis/Qwen3.5-35B-A3B-heretic-v2-FP8 \
7 --tool-call-parser qwen3_coder \
8 --port 30000 --host 0.0.0.0 \
9 --mem-fraction-static 0.85 \
10 --context-length 32768 \
11 --attention-backend triton \
12 --reasoning-parser qwen3 \
13 --mamba-scheduler-strategy extra_buffer \
14 --trust-remote-code1from vllm import LLM
2model = LLM("nivvis/Qwen3.5-35B-A3B-heretic-v2-FP8", trust_remote_code=True)--speculative-algo NEXTN (accept rate ~0.25). Restoring MTP by copying the head from the original Qwen model and fine-tuning against heretic hidden states is a potential future improvement.<think> reasoning. Use "chat_template_kwargs": {"enable_thinking": false} to disable.