Views
No views yet
InternScience/Agents-A1 (a 35B parameter Mixture-of-Experts agentic model with hybrid Mamba-Attention layers and 2M context length) with pruned vocabulary and tuned prefill settings for extreme context capacity.model.visual.) and skipped the MTP heads (model_mtp.safetensors), saving 2.0 GB of VRAM during execution.152,064 (standard Qwen-2.5-Text vocab scale) by mapping away 96,256 unused vision/coordinate tokens. This saved ~370 MiB of weight VRAM per GPU.W4A16_NVFP4 block-wise schema (block size 16), ensuring full compatibility with vLLM's hardcoded Marlin FP4 group size constraint.--max-num-batched-tokens 2048, freeing significant activation memory during execution.| Concurrency | Prompt Size | Avg TTFT | Avg Decode/Agent | Pure Decode Throughput | Overall Throughput |
|---|---|---|---|---|---|
| 8 | 25,000 tok | 26.43s | 46.58 tok/s | 245.78 tok/s | 214.92 tok/s |
| 16 | 25,000 tok | 23.90s | 28.70 tok/s | 316.41 tok/s | 304.98 tok/s |
| 32 | 15,000 tok | 50.89s | 22.30 tok/s | 435.74 tok/s | 396.64 tok/s |
1vllm serve Cadododoom/Agents-A1-TextOnly-FP4 \
2 --tensor-parallel-size 2 \
3 --quantization compressed-tensors \
4 --compilation-config '{"cudagraph_mode": "FULL_DECODE_ONLY"}' \
5 --kv-cache-dtype fp8 \
6 --attention-backend flashinfer \
7 --mamba-cache-mode align \
8 --max-model-len 256000 \
9 --max-num-batched-tokens 2048 \
10 --swap-space 16 \
11 --trust-remote-code