Views
No views yet
thinkingmachines/Inkling-Small-NVFP4; the exact matching target checkpoint and tokenizer are required.block_size=7.original_max_position_embeddings=8192, max_position_embeddings=1048576 (matches the target addressable range); config carries both rope_scaling and rope_parameters schemas.mask_token_id=200064.[1, 6, 12, 17, 23, 28, 34, 39].| Dataset | n | acc_len @ T=0 | acc_len @ T=1 |
|---|---|---|---|
| GSM8K | 1,319 | 5.4254 | 5.2700 |
| MATH500 | 500 | 4.8009 | 4.6787 |
| MBPP | 257 | 4.1515 | 4.0105 |
| HumanEval | 164 | 3.9911 | 3.9084 |
| MT-Bench | 80 | 3.7309 | 3.6076 |
| LBPP | 162 | 3.6420 | 3.5093 |
| AIME24 | 30 | 3.5456 | 3.3864 |
| AIME25 | 30 | 3.4172 | 3.3192 |
| LiveCodeBench | 1,055 | 3.4154 | 3.3139 |
| Alpaca | 52,002 | 3.3504 | 3.2087 |
| Arena-Hard-v2 | 750 | 3.2091 | 3.0265 |
| SWE-Bench | 300 | 3.1914 | 2.9975 |
| Mean (12) | 3.8226 | 3.6864 |
| Partition | acc_len @ T=0 | acc_len @ T=1 |
|---|---|---|
| MK (multi-key) | 4.2665 | 3.9417 |
| MV (multi-value) | 4.2324 | 3.9666 |
| QA | 3.4938 | 3.2632 |
1SGLANG_ENABLE_UNIFIED_RADIX_TREE=1 \
2sglang serve --trust-remote-code \
3 --model-path thinkingmachines/Inkling-Small-NVFP4 --tp 8 \
4 --quantization modelopt_fp4 --attention-backend fa4 --page-size 128 \
5 --fp4-gemm-backend flashinfer_trtllm --moe-runner-backend flashinfer_trtllm_routed \
6 --enable-torch-symm-mem --mamba-radix-cache-strategy extra_buffer \
7 --mem-fraction-static 0.60 --swa-full-tokens-ratio 0.1 --mamba-full-memory-ratio 0.1 \
8 --max-running-requests 68 --reasoning-parser inkling --tool-call-parser inkling \
9 --skip-server-warmup --speculative-algorithm DSPARK \
10 --speculative-draft-model-path RadixArk/Inkling-Small-DSpark \
11 --speculative-draft-model-quantization unquant \
12 --speculative-dspark-block-size 7 \
13 --chunked-prefill-size 8192 --cuda-graph-max-bs-prefill 8192 \
14 --disable-flashinfer-autotune --host 0.0.0.0 --port 300000.1 CE + 0.9 L1 distillation + 1.0 confidence BCE, 512 sampled anchors per sequence, block_size=7, within-block decay gamma 4.