MiaAI-Lab GitHub avatar

Qwen3.6-27B-NVFP4-DFlash-DGX-Spark

MiaAI-Lab

一个面向生产环境的 vLLM 部署封装,支持 Qwen3.6-27B 模型的 NVFP4 量化与 DFlash 推测解码,提供 Docker 容器和脚本以便快速搭建推理服务器。

Stars

11

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-30

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它将一个高度量化的 270 亿参数模型、推测解码和 256K 上下文窗口整合到单一、易于部署的 Docker 方案中,并针对 ARM64 NVIDIA GPU 进行了优化。

适合谁使用

  • 需要将大语言模型部署到生产环境的开发者
  • 需要长上下文快速推理的研究人员
  • 拥有 ARM64 架构 NVIDIA GPU(如 A100、RTX 6000)的用户
  • 希望用 OpenAI 兼容 API 集成 LLM 的团队

典型使用场景

  • 构建实时流式聊天应用
  • 通过 Qwen3-coder 解析器实现代码生成与工具调用
  • 对最长 256K 令牌的文档进行深度上下文吞吐分析
  • 利用模型的多模态能力处理图像输入

项目优势

  • 通过 Docker 与启动/停止脚本实现一键部署
  • 利用 DFlash 推测解码(10 个草稿令牌)和 Flash Attention 获得高吞吐量
  • 支持最高 262,144 令牌的超长上下文窗口
  • 自定义 Jinja 对话模板,支持思考、工具调用与错误恢复

使用前须知

  • 需要特定 ARM64 架构且显存不低于 40 GB 的 NVIDIA GPU(如 A100、RTX 6000)
  • 当前配置最多支持 4 个并发序列,限制了高流量场景
  • 依赖 Docker 及 NVIDIA Container Toolkit 和 CUDA 12.x,增加了部署复杂性

README 快速开始

Qwen3.6-27B (NVFP4) DFlash for DGX Spark

A production-ready vLLM deployment wrapper for Qwen3.6-27B — an NVFP4-quantized dense model (~27B params) with DFlash speculative decoding.

This repo bundles a ready-to-run Docker container, a custom chat template, and start/stop scripts so you can spin up a fully OpenAI-compatible inference server in minutes.


✨ Key Features

FeatureDetails
ModelQwen3.6-27B-NVFP4 — NVFP4 quantised dense (~27B params)
VisionSupports image input (multimodal)
QuantizationModelOpt (--quantization modelopt)
Inference EnginevLLM (nightly aarch64) with Flash Attention backend
Speculative DecodingDFlash, draft model z-lab/Qwen3.6-27B-DFlash, 10 speculative tokens
Context WindowUp to 262 144 tokens (256K)
OpenAI-Compatible API/v1/chat/completions, /v1/completions, /v1/models
Served Model Nameqwen36-27b-nvidia-nvfp4-dflash
Tool UseQwen3-coder tool-call parser, auto tool choice enabled
Thinking/ReasoningCoT / chain-of-thought with `` block support (configurable)
Reasoning ParserQwen3-specific parser via --reasoning-parser qwen3
StreamingFull SSE streaming support
Prefix CachingEnabled via --enable-prefix-caching
Chunked PrefillEnabled via --enable-chunked-prefill
KV Cachebfloat16 (--kv-cache-dtype bfloat16)
Custom Chat TemplateFull Jinja template with tool use and thinking support
ARM64 NativevLLM nightly aarch64 image

📊 Performance

Decode Benchmark (Concurrency Scaling)

256 tokens output · 1–4 concurrent streams · total 33.7 s

ConcurrencyTTFTStreamsAggregate (tok/s)Stream (tok/s)
×1133 ms1/145.645.6
×2566 ms2/271.737.1
×3718 ms3/386.033.9
×4771 ms4/4102.429.8

Aggregate — total tok/s across all concurrent streams. Stream — per-stream average.


Deep-Context Throughput

Deep-context throughput benchmark (salted prompts to avoid prefix cache):

| Config | Val

项目描述

Qwen3.6-27B (NVFP4) DFlash for DGX Spark

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

MoonshotAI
精选
MoonshotAI GitHub avatar

Kimi-K3

Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

AI 与机器学习AI 智能体
3,348
jamesob
精选
jamesob GitHub avatar

local-llm

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.

AI 与机器学习大语言模型
1,660
makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958