Views
No views yet
model.visual) have been completely pruned. This eliminates all vision overhead, resulting in a lighter model card ideal for text-only server environments.marlin_mm) only supports a group size of 16. Attempts to serve GS128 will result in a serving engine crash (Invalid thread config). Therefore, GS16 is the only viable serving configuration.Qwen3.6-35B-A3B-DSV4Pro-FP4, this model cannot process images or video tokens.nerkyor/Qwen3.6-35B-A3B-DSV4Pro-Thinking-Distill)On Qwen3.6-35B-A3B (MoE, 3B active), we use LoRA to distill the way DeepSeek-V4-Pro reasons (with thinking-on) plus its agentic behavior — purpose-built as a fast task orchestrator (decompose → delegate → verify) for Lynn Agent.This is the MoE counterpart of the 27B Dense sister model: same R6000 GPU, same teacher, same recipe, on a sparse architecture.⚠️ Distilling a thinking style ≠ distilling knowledge/capability: the goal is "learn how to reason and how to converge", not to inject knowledge or raise the capability ceiling.
<think>) + ReAct-style tool calls (think one step → call one tool → observe → loop).
compressed-tensors path inside vLLM. Here is the recommended serving configuration:1vllm serve /path/to/Qwen3.6-35B-A3B-DSV4Pro-TextOnly-FP4 \
2 --served-model-name nvidia/Agents-A1-FP4 \
3 --enforce-eager \
4 --host 0.0.0.0 \
5 --port 30000 \
6 --trust-remote-code \
7 --tensor-parallel-size 2 \
8 --quantization compressed-tensors \
9 --kv-cache-dtype fp8 \
10 --attention-backend flashinfer \
11 --max-model-len 128000 \
12 --max-num-seqs 32 \
13 --gpu-memory-utilization 0.95 \
14 --enable-prefix-cachingmodel.visual)。去除了所有的多模态视觉权重开销,从而让模型体积极小,适合纯文本服务器环境。marlin_mm) 目前仅支持 group size 为 16。尝试加载 GS128 模形将导致服务崩溃(提示 Invalid thread config)。因此,GS16 是唯一可用的运行服务配置。