<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接]]></title><description><![CDATA[<h2>1. 硬件环境</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项目</th>
<th>规格</th>
</tr>
</thead>
<tbody>
<tr>
<td>GPU</td>
<td>2 × NVIDIA GeForce RTX 2080 Ti（SM75 / Turing）</td>
</tr>
<tr>
<td>GPU 显存</td>
<td>22,528 MiB / 卡（共 ~44 GB）</td>
</tr>
<tr>
<td>GPU 驱动</td>
<td>580.159.03</td>
</tr>
<tr>
<td>NVLink</td>
<td>2 Link/GPU，双向 25.781 GB/s/Link（NV2）</td>
</tr>
<tr>
<td>GPU 最大时钟</td>
<td>GPU0: 2160 MHz / GPU1: 2175 MHz；显存: 7000 MHz</td>
</tr>
<tr>
<td>CPU</td>
<td>AMD Ryzen 7 5700X 8 核 16 线程</td>
</tr>
<tr>
<td>内存</td>
<td>47 GiB DDR4</td>
</tr>
<tr>
<td>操作系统</td>
<td>Ubuntu 24.04.4 LTS（Kernel 6.17.0-29-generic）</td>
</tr>
<tr>
<td>CUDA Toolkit</td>
<td>12.9</td>
</tr>
</tbody>
</table>
<hr />
<h2>2. 软件环境</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>组件</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>Python</td>
<td>3.12.3</td>
</tr>
<tr>
<td>vLLM</td>
<td>0.24.0</td>
</tr>
<tr>
<td>PyTorch</td>
<td>2.11.0</td>
</tr>
<tr>
<td>FlashInfer</td>
<td>0.6.12（flashinfer-python + flashinfer-cubin，含 PR3621 SM75 patch）</td>
</tr>
<tr>
<td>Triton</td>
<td>3.6.0</td>
</tr>
<tr>
<td>Transformers</td>
<td>5.12.1</td>
</tr>
<tr>
<td>NumPy</td>
<td>2.3.5</td>
</tr>
</tbody>
</table>
<p dir="auto">vLLM 源码路径：<code>/home/zyyuc/vllm-2080ti-0.24.0-qwopus</code><br />
Python venv 路径：<code>/home/zyyuc/vllm-env-0240-qwopus</code><br />
FlashQLA 路径：<code>/home/zyyuc/FlashQLA-SM70-SM75</code></p>
<hr />
<h2>3. 模型信息</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项目</th>
<th>值</th>
</tr>
</thead>
<tbody>
<tr>
<td>模型名称</td>
<td>Qwen3.6-27B-DSV4Pro-Thinking-FP8</td>
</tr>
<tr>
<td>模型路径</td>
<td><code>/home/zyyuc/models/Qwen3.6-27B-DSV4Pro-Thinking-FP8</code></td>
</tr>
<tr>
<td>服务名称</td>
<td><code>qwen-local</code></td>
</tr>
<tr>
<td>架构</td>
<td><code>Qwen3_5ForConditionalGeneration</code></td>
</tr>
<tr>
<td>model_type</td>
<td><code>qwen3_5</code></td>
</tr>
<tr>
<td>Hidden layers</td>
<td>64</td>
</tr>
<tr>
<td>Hidden size</td>
<td>5120</td>
</tr>
<tr>
<td>Attention heads</td>
<td>24</td>
</tr>
<tr>
<td>KV heads</td>
<td>4（GQA）</td>
</tr>
<tr>
<td>Vocab size</td>
<td>248,320</td>
</tr>
<tr>
<td>最大位置编码</td>
<td>262,144</td>
</tr>
<tr>
<td>量化方式</td>
<td>FP8（Marlin weight-only，block_size=128×128）</td>
</tr>
<tr>
<td>模型总大小</td>
<td>~29 GB（12 个语言模型 shard + 879 MB vision + 456 MB MTP）</td>
</tr>
<tr>
<td>多模态</td>
<td>支持图片输入（Qwen3VL Processor，vision_config hidden_size=1152）</td>
</tr>
<tr>
<td>MTP</td>
<td>支持（MTP3 投机解码，3 个 speculative tokens）</td>
</tr>
</tbody>
</table>
<h3>混合架构说明</h3>
<p dir="auto">该模型为 Mamba + Attention 混合架构：</p>
<ul>
<li>Attention 层：使用 KV cache，O(n) 随上下文增长</li>
<li>Mamba 层（linear_attn）：固定递归状态，O(1) 不随上下文增长</li>
<li>Mamba cache mode：<code>align</code>（与 prefix caching 兼容）</li>
</ul>
<hr />
<h2>4. 服务加载参数</h2>
<h3>4.1 systemd unit 完整配置</h3>
<pre><code class="language-ini">[Unit]
Description=Qwopus3.6 27B FP8 vLLM 0.24.0 stable server FP8 KV 100K
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=zyyuc
WorkingDirectory=/home/zyyuc/vllm-2080ti-0.24.0-qwopus

# ===== 环境变量 =====
Environment=CUDA_HOME=/usr/local/cuda
Environment=PATH=/usr/local/cuda/bin:/home/zyyuc/vllm-env-0240-qwopus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Environment=LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs
Environment=PYTHONPATH=/home/zyyuc/FlashQLA-SM70-SM75
Environment=HF_ENDPOINT=https://hf-mirror.com
Environment=VLLM_USE_DEEP_GEMM=0
Environment=OMP_NUM_THREADS=8
Environment=VLLM_USE_FLASHINFER_SAMPLER=0
Environment=VLLM_QWOPUS_MTP_BF16_DRAFT=1
Environment=VLLM_SM75_SPEC_SYNC_MODE=safe

# ===== 启动前校验 =====
ExecStartPre=/home/zyyuc/check-flashinfer-pr3621-sm75.sh

# ===== 启动命令 =====
ExecStart=/home/zyyuc/vllm-env-0240-qwopus/bin/python -m vllm.entrypoints.openai.api_server \
  --host 0.0.0.0 \
  --port 8000 \
  --model /home/zyyuc/models/Qwen3.6-27B-DSV4Pro-Thinking-FP8 \
  --served-model-name qwen-local \
  --dtype half \
  --tensor-parallel-size 2 \
  --device-ids 0,1 \
  --quantization fp8 \
  --kv-cache-dtype fp8_e4m3 \
  --max-model-len 100000 \
  --enable-prefix-caching \
  --max-num-seqs 1 \
  --max-num-batched-tokens 4096 \
  --enable-chunked-prefill \
  --no-async-scheduling \
  --skip-mm-profiling \
  --reasoning-parser qwen3 \
  --reasoning-config '{"reasoning_start_str":"&lt;think&gt;","reasoning_end_str":"&lt;/think&gt;","default_thinking_token_budget":4000}' \
  --default-chat-template-kwargs '{"enable_thinking":true}' \
  --enable-auto-tool-choice \
  --tool-call-parser qwen3_coder \
  --chat-template-content-format string \
  --gpu-memory-utilization 0.92 \
  --additional-config '{"gdn_prefill_backend":"flashqla_legacy"}' \
  --speculative-config '{"method":"mtp","num_speculative_tokens":3}' \
  --compilation-config '{"cudagraph_mode":"PIECEWISE","cudagraph_capture_sizes":[4],"max_cudagraph_capture_size":4}' \
  --override-generation-config '{"temperature":0.6,"top_p":0.95,"top_k":20,"min_p":0.0,"presence_penalty":0.0,"repetition_penalty":1.06}' \
  --cpu-offload-gb 0 \
  --disable-uvicorn-access-log

Restart=always
RestartSec=10
TimeoutStartSec=900
StandardOutput=append:/home/zyyuc/vllm-0240-main-8000.log
StandardError=append:/home/zyyuc/vllm-0240-main-8000.log

[Install]
WantedBy=multi-user.target
</code></pre>
<h3>4.2 关键参数说明</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>参数</th>
<th>值</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>--dtype half</code></td>
<td>FP16 计算</td>
<td>SM75 无 BF16 Tensor Core，FP16 最快</td>
</tr>
<tr>
<td><code>--tensor-parallel-size 2</code></td>
<td>TP2</td>
<td>双卡并行，单卡 11GB 装不下 27B</td>
</tr>
<tr>
<td><code>--device-ids 0,1</code></td>
<td>GPU 0+1</td>
<td>明确选卡，不设 CUDA_VISIBLE_DEVICES</td>
</tr>
<tr>
<td><code>--quantization fp8</code></td>
<td>Marlin FP8</td>
<td>Weight-only 量化，节省显存</td>
</tr>
<tr>
<td><code>--kv-cache-dtype fp8_e4m3</code></td>
<td>FP8 KV Cache</td>
<td>KV cache 容量 +79.5%（115K→207K tokens）</td>
</tr>
<tr>
<td><code>--max-model-len 100000</code></td>
<td>100K 上下文</td>
<td>经 95K smoke 验证通过</td>
</tr>
<tr>
<td><code>--enable-prefix-caching</code></td>
<td>开启</td>
<td>重复前缀加速，Mamba align 模式</td>
</tr>
<tr>
<td><code>--max-num-seqs 1</code></td>
<td>单请求</td>
<td>保证长上下文和显存稳定</td>
</tr>
<tr>
<td><code>--max-num-batched-tokens 4096</code></td>
<td>4K</td>
<td>Chunked prefill 分块大小</td>
</tr>
<tr>
<td><code>--enable-chunked-prefill</code></td>
<td>开启</td>
<td>长上下文必须，否则 prefill OOM</td>
</tr>
<tr>
<td><code>--no-async-scheduling</code></td>
<td>关闭</td>
<td>max_num_seqs=1 时无收益</td>
</tr>
<tr>
<td><code>--skip-mm-profiling</code></td>
<td>跳过</td>
<td>不为多模态预留显存 profiling</td>
</tr>
<tr>
<td><code>--reasoning-parser qwen3</code></td>
<td>Qwen3 thinking</td>
<td>匹配 <code>&lt;think&gt;&lt;/think&gt;</code> 格式</td>
</tr>
<tr>
<td><code>--tool-call-parser qwen3_coder</code></td>
<td>coder parser</td>
<td>兼容 Claude 等客户端工具调用</td>
</tr>
<tr>
<td><code>--gpu-memory-utilization 0.92</code></td>
<td>92%</td>
<td>留 8% 余量防止 OOM</td>
</tr>
<tr>
<td><code>--additional-config gdn_prefill_backend=flashqla_legacy</code></td>
<td>FlashQLA</td>
<td>SM75 GDN prefill 必须用 legacy 后端</td>
</tr>
<tr>
<td><code>--speculative-config mtp,num_speculative_tokens=3</code></td>
<td>MTP3</td>
<td>投机解码，3 个 draft tokens</td>
</tr>
<tr>
<td><code>--compilation-config cudagraph_capture_sizes=[4]</code></td>
<td>仅 size 4</td>
<td>max_num_seqs=1 + MTP3 = 4 token slots</td>
</tr>
<tr>
<td><code>--override-generation-config</code></td>
<td>采样参数</td>
<td>temperature=0.6, top_p=0.95, top_k=20, repetition_penalty=1.06</td>
</tr>
</tbody>
</table>
<h3>4.3 环境变量说明</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>环境变量</th>
<th>值</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>VLLM_USE_DEEP_GEMM=0</code></td>
<td>关闭</td>
<td>SM75 不支持 DeepGEMM</td>
</tr>
<tr>
<td><code>VLLM_USE_FLASHINFER_SAMPLER=0</code></td>
<td>关闭</td>
<td>SM75 上 FlashInfer sampler 有 bug</td>
</tr>
<tr>
<td><code>VLLM_QWOPUS_MTP_BF16_DRAFT=1</code></td>
<td>BF16 draft</td>
<td>MTP draft 模型用 BF16 精度</td>
</tr>
<tr>
<td><code>VLLM_SM75_SPEC_SYNC_MODE=safe</code></td>
<td>safe 模式</td>
<td>SM75 投机解码安全同步</td>
</tr>
<tr>
<td><code>OMP_NUM_THREADS=8</code></td>
<td>8 线程</td>
<td>CPU 端 tokenizer 并行</td>
</tr>
<tr>
<td><code>PYTHONPATH=.../FlashQLA-SM70-SM75</code></td>
<td>FlashQLA</td>
<td>SM75 GDN kernel 路径</td>
</tr>
<tr>
<td><code>HF_ENDPOINT=hf-mirror.com</code></td>
<td>镜像</td>
<td>国内 HuggingFace 镜像</td>
</tr>
</tbody>
</table>
<hr />
<h2>5. 运行时状态</h2>
<h3>5.1 KV Cache 配置</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>指标</th>
<th>值</th>
</tr>
</thead>
<tbody>
<tr>
<td>cache_dtype</td>
<td><code>fp8_e4m3</code></td>
</tr>
<tr>
<td>block_size</td>
<td>1600（自动对齐）</td>
</tr>
<tr>
<td>num_gpu_blocks</td>
<td>162</td>
</tr>
<tr>
<td>kv_cache_size_tokens</td>
<td>207,692</td>
</tr>
<tr>
<td>kv_cache_max_concurrency</td>
<td>2.077</td>
</tr>
<tr>
<td>mamba_cache_mode</td>
<td><code>align</code></td>
</tr>
<tr>
<td>mamba_ssm_cache_dtype</td>
<td><code>float32</code></td>
</tr>
<tr>
<td>enable_prefix_caching</td>
<td>True</td>
</tr>
</tbody>
</table>
<h3>5.2 GPU 显存占用</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>GPU</th>
<th>已用</th>
<th>总量</th>
<th>利用率</th>
</tr>
</thead>
<tbody>
<tr>
<td>GPU0</td>
<td>21,720 MiB</td>
<td>22,528 MiB</td>
<td>96.4%</td>
</tr>
<tr>
<td>GPU1</td>
<td>21,752 MiB</td>
<td>22,528 MiB</td>
<td>96.5%</td>
</tr>
</tbody>
</table>
<h3>5.3 显存分配估算</h3>
<pre><code class="language-text">模型权重 (27B FP8 / TP2):  ~19,500 MiB/卡  （固定不可变）
CUDA context + PyTorch:    ~1,700 MiB/卡   （固定开销）
KV cache (162 blocks):       ~507 MiB/卡   （很小）
剩余空闲:                     ~280 MiB/卡
</code></pre>
<hr />
<h2>6. 性能测试结果</h2>
<h3>6.1 测试方法</h3>
<ul>
<li>测试脚本：<code>/home/zyyuc/fp8_vs_fp16_ab_test.py</code></li>
<li>每个 prompt 使用 64 字符随机 UUID + 随机词库生成，确保 <code>prompt_tokens_cached=0</code></li>
<li>JIT 暖机：短请求 ×2 + 20K 暖机 + 60K 暖机</li>
<li>正式测试：20K ×3（max_tokens=256）+ 60K ×2（max_tokens=128）</li>
<li>流式请求，记录 TTFT、decode tok/s、prefill tok/s、MTP acceptance</li>
</ul>
<h3>6.2 FP8 KV Cache 测试结果（当前生产配置）</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Run</th>
<th>上下文</th>
<th>TTFT (s)</th>
<th>Prefill (tok/s)</th>
<th>Decode (tok/s)</th>
<th>MTP Acceptance</th>
</tr>
</thead>
<tbody>
<tr>
<td>run1</td>
<td>17,042 tok</td>
<td>13.090</td>
<td>1,301.9</td>
<td>88.0</td>
<td>78.9%</td>
</tr>
<tr>
<td>run2</td>
<td>17,052 tok</td>
<td>13.138</td>
<td>1,297.9</td>
<td>77.6 <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/26a0.png?v=1376b21da6c" class="not-responsive emoji emoji-android emoji--warning" style="height:23px;width:auto;vertical-align:middle" title="⚠" alt="⚠" />️</td>
<td>68.3%</td>
</tr>
<tr>
<td>run3</td>
<td>17,041 tok</td>
<td>13.182</td>
<td>1,292.7</td>
<td>87.8</td>
<td>78.9%</td>
</tr>
<tr>
<td>run1</td>
<td>50,983 tok</td>
<td>45.587</td>
<td>1,118.4</td>
<td>87.1</td>
<td>63.6%</td>
</tr>
<tr>
<td>run2</td>
<td>51,109 tok</td>
<td>46.039</td>
<td>1,110.1</td>
<td>105.6</td>
<td>76.1%</td>
</tr>
</tbody>
</table>
<blockquote>
<p dir="auto"><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/26a0.png?v=1376b21da6c" class="not-responsive emoji emoji-android emoji--warning" style="height:23px;width:auto;vertical-align:middle" title="⚠" alt="⚠" />️ run2 受 Triton JIT 编译干扰，decode 偏低</p>
</blockquote>
<h3>6.3 FP16 KV Cache 基线对比</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Run</th>
<th>上下文</th>
<th>TTFT (s)</th>
<th>Prefill (tok/s)</th>
<th>Decode (tok/s)</th>
<th>MTP Acceptance</th>
</tr>
</thead>
<tbody>
<tr>
<td>run1</td>
<td>17,131 tok</td>
<td>13.180</td>
<td>1,299.8</td>
<td>87.0</td>
<td>77.5%</td>
</tr>
<tr>
<td>run2</td>
<td>17,129 tok</td>
<td>13.236</td>
<td>1,294.1</td>
<td>87.0</td>
<td>77.1%</td>
</tr>
<tr>
<td>run3</td>
<td>17,054 tok</td>
<td>13.162</td>
<td>1,295.7</td>
<td>81.5</td>
<td>71.6%</td>
</tr>
<tr>
<td>run1</td>
<td>51,036 tok</td>
<td>45.733</td>
<td>1,116.0</td>
<td>117.7</td>
<td>81.1%</td>
</tr>
<tr>
<td>run2</td>
<td>51,036 tok</td>
<td>46.042</td>
<td>1,108.5</td>
<td>94.9</td>
<td>68.3%</td>
</tr>
</tbody>
</table>
<h3>6.4 汇总对比</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>指标</th>
<th>FP16 均值</th>
<th>FP8 均值</th>
<th>差异</th>
<th>结论</th>
</tr>
</thead>
<tbody>
<tr>
<td>20K TTFT</td>
<td>13.193s</td>
<td>13.137s</td>
<td>-0.4%</td>
<td>持平</td>
</tr>
<tr>
<td>20K Prefill</td>
<td>1,296.5 tok/s</td>
<td>1,297.5 tok/s</td>
<td>+0.1%</td>
<td>持平</td>
</tr>
<tr>
<td>20K Decode</td>
<td>85.2 tok/s</td>
<td>84.5 tok/s</td>
<td>-0.8%</td>
<td>持平</td>
</tr>
<tr>
<td>20K MTP</td>
<td>75.4%</td>
<td>75.4%</td>
<td>0%</td>
<td>持平</td>
</tr>
<tr>
<td>60K TTFT</td>
<td>45.888s</td>
<td>45.813s</td>
<td>-0.2%</td>
<td>持平</td>
</tr>
<tr>
<td>60K Prefill</td>
<td>1,112.3 tok/s</td>
<td>1,114.2 tok/s</td>
<td>+0.2%</td>
<td>持平</td>
</tr>
<tr>
<td>60K Decode</td>
<td>106.3 tok/s</td>
<td>96.3 tok/s</td>
<td>-9.4%</td>
<td>持平*</td>
</tr>
<tr>
<td>60K MTP</td>
<td>74.7%</td>
<td>69.8%</td>
<td>-4.9pp</td>
<td>持平*</td>
</tr>
<tr>
<td>KV cache 容量</td>
<td>115,714 tok</td>
<td>207,692 tok</td>
<td><strong>+79.5%</strong></td>
<td>FP8 优势</td>
</tr>
</tbody>
</table>
<blockquote>
<p dir="auto">*60K 仅 2 次采样，方差大，不具统计显著性</p>
</blockquote>
<h3>6.5 关键结论</h3>
<ol>
<li><strong>FP8 KV Cache 不带来 decode/prefill 性能提升</strong>：与 FP16 基本持平，符合 SM75 架构预期（无原生 FP8 Tensor Core，KV 需反量化为 FP16 计算）</li>
<li><strong>FP8 KV Cache 的唯一真实收益是容量 +79.5%</strong>：从 115K tokens 提升到 207K tokens</li>
<li><strong>性能瓶颈是 GPU 计算饱和</strong>：SM 利用率 96-100%，功耗接近 200W 限制</li>
<li><strong>MTP3 投机解码有效</strong>：acceptance ~75%，decode 速度显著高于无投机解码（~85 vs ~29 tok/s）<img src="https://upload.lcz.me/uploads/d5223b88-cfa6-448b-ab6b-d007170ab330.jpg" alt="0a5cc0af4379e04afd30118c12ca5199.jpg" class=" img-fluid img-markdown" /> <img src="https://upload.lcz.me/uploads/b1988ffa-4aa7-42d0-888d-398846af3dd3.jpg" alt="501ad836559120875e35186d535980aa.jpg" class=" img-fluid img-markdown" /></li>
</ol>
]]></description><link>https://lcz.me/topic/772/让你们看看垃圾魔改卡2080ti-的威力-qwen3.6-27b-fp8-精度-速度能到-60tokens-s-nvlink-连接</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Jul 2026 22:07:55 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/772.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Jul 2026 18:21:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Sun, 12 Jul 2026 04:17:07 GMT]]></title><description><![CDATA[<p dir="auto">看看这个项目，我实测qwen3.6-27b fp8  k8v4的kvcache  可以到230k的上下文，mtp 3支持多模态，prefill可以1800+ t/s decode 70+ t/s</p>
<p dir="auto">我实测使用llamc.cpp 启用nccl的情况下跑qwen3.6-27b q6 q8的kvcahce 可以到400k的上下文池，np为2 mtp 3 prefiil可以到1000t/s , decode可以60t/s</p>
]]></description><link>https://lcz.me/post/9765</link><guid isPermaLink="true">https://lcz.me/post/9765</guid><dc:creator><![CDATA[tutu]]></dc:creator><pubDate>Sun, 12 Jul 2026 04:17:07 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Sat, 11 Jul 2026 03:23:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/famadalu-us" aria-label="Profile: Famadalu-Us">@<bdi>Famadalu-Us</bdi></a> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=1376b21da6c" class="not-responsive emoji emoji-android emoji--cry" style="height:23px;width:auto;vertical-align:middle" title="😢" alt="😢" />这么便宜？那还真的值的玩玩，卡再便宜一点，是能折腾下。主板能买到便宜的吗？讲实话，这个速度也没啥优势。只能说看得过去。别人单卡MTP也比这个快。</p>
]]></description><link>https://lcz.me/post/9699</link><guid isPermaLink="true">https://lcz.me/post/9699</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Sat, 11 Jul 2026 03:23:02 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Sat, 11 Jul 2026 03:08:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a>  2080Ti 的 nvlink， 多多 200 多块</p>
]]></description><link>https://lcz.me/post/9698</link><guid isPermaLink="true">https://lcz.me/post/9698</guid><dc:creator><![CDATA[Famadalu Us]]></dc:creator><pubDate>Sat, 11 Jul 2026 03:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Fri, 10 Jul 2026 23:53:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/famadalu-us" aria-label="Profile: Famadalu-Us">@<bdi>Famadalu-Us</bdi></a> NVLink便宜吗？想多了。</p>
]]></description><link>https://lcz.me/post/9679</link><guid isPermaLink="true">https://lcz.me/post/9679</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Fri, 10 Jul 2026 23:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Fri, 10 Jul 2026 18:05:39 GMT]]></title><description><![CDATA[<p dir="auto">很强，准备买来玩一下，2080ti 要涨价了</p>
]]></description><link>https://lcz.me/post/9674</link><guid isPermaLink="true">https://lcz.me/post/9674</guid><dc:creator><![CDATA[Famadalu Us]]></dc:creator><pubDate>Fri, 10 Jul 2026 18:05:39 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Thu, 09 Jul 2026 10:03:37 GMT]]></title><description><![CDATA[<p dir="auto">我用BF16的去替换FP8的，所有检查都通过，但替换后命中率为0，替换失败了。后面我直接实测开发者的原版BF16模型，发现MTP的命中率是差不多的</p>
]]></description><link>https://lcz.me/post/9552</link><guid isPermaLink="true">https://lcz.me/post/9552</guid><dc:creator><![CDATA[jingy yi]]></dc:creator><pubDate>Thu, 09 Jul 2026 10:03:37 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Thu, 09 Jul 2026 10:01:19 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/566656661" aria-label="Profile: 566656661">@<bdi>566656661</bdi></a> <a href="/post/9498">说</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jingy-yi" aria-label="Profile: jingy-yi">@<bdi>jingy-yi</bdi></a></p>
<p dir="auto">如果我沒理解錯的話vLLM自己就是這個<a href="https://github.com/vllm-project/vllm/pull/47949" rel="nofollow ugc">Patch</a>, FlashInfer裏面的話應該就是<a href="https://github.com/flashinfer-ai/flashinfer/issues/3620" rel="nofollow ugc">這個3620</a>跟<a href="https://github.com/flashinfer-ai/flashinfer/issues/3621" rel="nofollow ugc">3621</a></p>
<p dir="auto">Temperature本身就是用來控制模型的隨機程度, 越高代表越不可控, 自然會讓MTP Acceptance Rate大大降低啊, <a href="https://arxiv.org/html/2606.12370v1" rel="nofollow ugc">詳情可以看這份期刊的7.4點</a></p>
<p dir="auto">雖然我個人更加相信這個是來自工作内容差異, 而不是關於FP8跟BF16的分別, <a href="https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd.it%2F2tp7957h57xg1.png%3Fwidth%3D1484%26format%3Dpng%26auto%3Dwebp%26s%3Dca2f39ddd37325d8ff3220cd5a865e326b7bf4ea" rel="nofollow ugc">畢竟兩者本體27B (FP8對上BF16) 的KLD也小於0.05</a>, MTP估計也會維持在這附近</p>
</blockquote>
<p dir="auto">这个模型的作者说后续会研究发布Patch，说明发布的模型的MTP是未Patch修改版。我实测下来，FP8和FP16的MTP命中率是一样的，就35~55%，代码类高，问题类低。而楼主的MTP命中率较高，所以我想问问是不是他有更新的模型或Patch方法。</p>
]]></description><link>https://lcz.me/post/9551</link><guid isPermaLink="true">https://lcz.me/post/9551</guid><dc:creator><![CDATA[jingy yi]]></dc:creator><pubDate>Thu, 09 Jul 2026 10:01:19 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Wed, 08 Jul 2026 14:56:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jingy-yi" aria-label="Profile: jingy-yi">@<bdi>jingy-yi</bdi></a></p>
<p dir="auto">如果我沒理解錯的話vLLM自己就是這個<a href="https://github.com/vllm-project/vllm/pull/47949" rel="nofollow ugc">Patch</a>, FlashInfer裏面的話應該就是<a href="https://github.com/flashinfer-ai/flashinfer/issues/3620" rel="nofollow ugc">這個3620</a>跟<a href="https://github.com/flashinfer-ai/flashinfer/issues/3621" rel="nofollow ugc">3621</a></p>
<p dir="auto">Temperature本身就是用來控制模型的隨機程度, 越高代表越不可控, 自然會讓MTP Acceptance Rate大大降低啊, <a href="https://arxiv.org/html/2606.12370v1" rel="nofollow ugc">詳情可以看這份期刊的7.4點</a></p>
<p dir="auto">雖然我個人更加相信這個是來自工作内容差異, 而不是關於FP8跟BF16的分別, <a href="https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd.it%2F2tp7957h57xg1.png%3Fwidth%3D1484%26format%3Dpng%26auto%3Dwebp%26s%3Dca2f39ddd37325d8ff3220cd5a865e326b7bf4ea" rel="nofollow ugc">畢竟兩者本體27B (FP8對上BF16) 的KLD也小於0.05</a>, MTP估計也會維持在這附近</p>
]]></description><link>https://lcz.me/post/9498</link><guid isPermaLink="true">https://lcz.me/post/9498</guid><dc:creator><![CDATA[566656661]]></dc:creator><pubDate>Wed, 08 Jul 2026 14:56:46 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Wed, 08 Jul 2026 12:02:15 GMT]]></title><description><![CDATA[<p dir="auto">再补一个关键数据点:我另外下载了 BF16 主仓(全模型高精度、含原生 MTP 头)做对照,同条件(greedy / 10K / MTP3 / metrics 差分)实测 acceptance 也只有 ,46%,和 FP8 版基本持平。这说明精度不是 acceptance 的瓶颈——而这个 patch 的机制如果只是把 FP8 draft cast 成 BF16,那全 BF16 就是它的效果上限,上限都到不了 75%。所以我现在更倾向于:要么 patch 里还有 cast 之外的改动(那就更需要 diff 了),要么 75% 主要来自采样条件和负载类型。楼主给一把开关对照数据,这事就能一锤定音。</p>
]]></description><link>https://lcz.me/post/9473</link><guid isPermaLink="true">https://lcz.me/post/9473</guid><dc:creator><![CDATA[jingy yi]]></dc:creator><pubDate>Wed, 08 Jul 2026 12:02:15 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Wed, 08 Jul 2026 11:57:09 GMT]]></title><description><![CDATA[<p dir="auto">感谢两位回复,补充说明一下,我的问题可能没表达清楚:</p>
<p dir="auto">先澄清:双 Thinking 是我打错了,就是 Nerkyor 的 Qwen3.6-27B-DSV4Pro-Thinking-Distill-FP8,模型背景我了解,不需要科普。我卡住的是复现的工程细节,收窄成三个具体问题:</p>
<ol>
<li>
<p dir="auto"><strong>patch 具体位置</strong>:#16 说这个 patch 可以摘到主线 0.24 上用——那具体是 fork 里哪个 commit / 哪个文件?求 diff 链接。我知道它是把 mtp.safetensors 的 FP8 scale 到 BF16,但不知道改动在哪,没法摘。</p>
</li>
<li>
<p dir="auto"><strong>同机同负载的开关对照</strong>:#16 说 acceptance 看工作性质不能直接比——完全同意,所以我要的恰恰不是跨环境比较,而是楼主自己同一台机、同一批 prompt 下,VLLM_QWOPUS_MTP_BF16_DRAFT 开/关各跑一次的 acceptance。只有这个对照能证明提升来自 BF16 draft 本身,而不是工作负载差异。如果楼主还留着环境,跑一把关掉的数就够了。</p>
</li>
<li>
<p dir="auto"><strong>75% 是什么采样条件下测的</strong>:greedy(temp=0)还是带温度采样?这个变量比想象中大得多,见下面我们的数据。</p>
</li>
</ol>
<p dir="auto">作为交换,附上我们的实测(A800 / vLLM 0.24 主线 / MTP3 / FP8 draft 未打 patch,acceptance 用 /metrics 前后差分):</p>
<ul>
<li>greedy,10K 上下文:acceptance 52.8%,decode 75.7 tok/s</li>
<li>greedy,长短上下文合并(278/10K/53K):~46%</li>
<li>temp=1.0(生产配置,gen_config 默认):acceptance 32.8%,decode 55.7 tok/s</li>
</ul>
<p dir="auto">也就是说光温度一个变量就能把 acceptance 从 53% 打到 33%,20 个点。所以楼主的 75% 里,BF16 draft、greedy、编程类负载各贡献多少,不做开关对照 + 对齐采样条件是拆不开的。如果 patch 真有净贡献,我这边 33% 的生产口径能提多少,非常想对齐一下。</p>
]]></description><link>https://lcz.me/post/9471</link><guid isPermaLink="true">https://lcz.me/post/9471</guid><dc:creator><![CDATA[jingy yi]]></dc:creator><pubDate>Wed, 08 Jul 2026 11:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Wed, 08 Jul 2026 07:22:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jingy-yi" aria-label="Profile: jingy-yi">@<bdi>jingy-yi</bdi></a><br />
1，基础底座（Base）：Qwen3.6-27B。<br />
2, “DSV4Pro-Thinking-Distill”（逻辑思维蒸馏）这是民间技术大神（Nerkyor 等人）做的核心魔改。<br />
老师是谁：DeepSeek-V4-Pro（具有极强的推理、多轮对话和 Agent 思考能力）。<br />
3, 怎么蒸馏的：开发者使用 LoRA 技术（$r=64, \alpha=128$），把 DeepSeek-V4-Pro 在思考、推理以及对抗“长文本无限复读”时的思考方式与收敛习惯（Thinking Style），硬生生蒸馏灌输进了 Qwen3.6-27B 里面。<br />
4, 带来的改变：普通 Qwen 在面对极其复杂的 Agent 任务或硬核推理时，有时会陷入死循环或冲破 32K 窗口崩溃；而这个“DSV4Pro 蒸馏版”极大地压缩了无效思考的废话，学会了“如何高效、正确地收敛出答案”，其 GPQA 和长文本 Agent 稳定性直接暴涨。<br />
以上为AI回答，下面这句话是我写的：<br />
就是蒸馏Deepseek的思维方式去提升Qwen3.6</p>
]]></description><link>https://lcz.me/post/9437</link><guid isPermaLink="true">https://lcz.me/post/9437</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Wed, 08 Jul 2026 07:22:06 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Wed, 08 Jul 2026 07:18:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jingy-yi" aria-label="Profile: jingy-yi">@<bdi>jingy-yi</bdi></a></p>
<ol>
<li>
<p dir="auto">應該就是nerkyor/Qwen3.6-27B-DSV4Pro-Thinking-Distill-FP8, 不過我看不懂為什麼你這個有2個Thinking...</p>
</li>
<li>
<p dir="auto">前者, 至少我看完Model Card之後理解是FP8 Scale up到BF16, 對應mtp.safetensors</p>
</li>
<li>
<p dir="auto">可以, 但是不要用cu129 nightly, 目前ffmpeg有bug, vllm的container會起不來</p>
</li>
<li>
<p dir="auto">Draft的接受率很看工作性質, 如果是編程或者輸出為Structured Output接受率會很高, 如果內容很飄忽跟沒有固定形式則會很低, 不能直接比較</p>
</li>
</ol>
]]></description><link>https://lcz.me/post/9436</link><guid isPermaLink="true">https://lcz.me/post/9436</guid><dc:creator><![CDATA[566656661]]></dc:creator><pubDate>Wed, 08 Jul 2026 07:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Wed, 08 Jul 2026 05:45:04 GMT]]></title><description><![CDATA[<p dir="auto">很好的经验，谢谢，但我没有复现成功，请教下：</p>
<ol>
<li>模型的确切下载来源(HF repo 名),和 Distill 版是什么关系（我下载的是Qwen3.6-27B-DSV4Pro-Thinking-Thinking-Distill-FP8）</li>
<li>VLLM_QWOPUS_MTP_BF16_DRAFT=1 具体做了什么——是运行时把 FP8 MTP 权重 cast 成 BF16,还是加载外部 BF16 shard?对应 fork 里哪个 commit/文件?</li>
<li>这个 patch 能否在主线 vLLM 0.24 上单独应用(他们既然在 0.24 base 上改的,patch 大概率能摘出来)</li>
<li>你是否试过不开这个开关的接受率——如果他们 FP8 draft 也是 ~46%,开了到 75%,就是你缺的那块拼图的完整对照数据</li>
</ol>
]]></description><link>https://lcz.me/post/9433</link><guid isPermaLink="true">https://lcz.me/post/9433</guid><dc:creator><![CDATA[jingy yi]]></dc:creator><pubDate>Wed, 08 Jul 2026 05:45:04 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 17:06:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/llchen" aria-label="Profile: llchen">@<bdi>llchen</bdi></a> 是的，有人发过，老帖子里找下。</p>
]]></description><link>https://lcz.me/post/9405</link><guid isPermaLink="true">https://lcz.me/post/9405</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Tue, 07 Jul 2026 17:06:57 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 13:35:42 GMT]]></title><description><![CDATA[<p dir="auto">这么装不改水，温度能压住吗？</p>
]]></description><link>https://lcz.me/post/9386</link><guid isPermaLink="true">https://lcz.me/post/9386</guid><dc:creator><![CDATA[stormaround]]></dc:creator><pubDate>Tue, 07 Jul 2026 13:35:42 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 12:22:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/metal-zhao" aria-label="Profile: Metal-Zhao">@<bdi>Metal-Zhao</bdi></a> 为什么超过双3090？的确是便宜过3090好多</p>
]]></description><link>https://lcz.me/post/9376</link><guid isPermaLink="true">https://lcz.me/post/9376</guid><dc:creator><![CDATA[applejuice]]></dc:creator><pubDate>Tue, 07 Jul 2026 12:22:17 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 11:43:32 GMT]]></title><description><![CDATA[<p dir="auto">那双3080 20G魔改 效果不是更好吗</p>
]]></description><link>https://lcz.me/post/9372</link><guid isPermaLink="true">https://lcz.me/post/9372</guid><dc:creator><![CDATA[llchen]]></dc:creator><pubDate>Tue, 07 Jul 2026 11:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 08:03:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/metal-zhao" aria-label="Profile: Metal-Zhao">@<bdi>Metal-Zhao</bdi></a> 不会的。驱动就会慢慢淘汰这些老卡。技术上我点赞，现有的就跑跑是好事。没有的选择入手就是被降智了。4系都站在生命周期上了。价格下来后。游戏卡=算力卡的事会慢慢分开。</p>
]]></description><link>https://lcz.me/post/9359</link><guid isPermaLink="true">https://lcz.me/post/9359</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Tue, 07 Jul 2026 08:03:34 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 07:41:07 GMT]]></title><description><![CDATA[<p dir="auto">这个测试非常详尽，效果非常理想，甚至超过了双3090的速度。会不会导致2080ti魔改卡再涨价 lol</p>
]]></description><link>https://lcz.me/post/9354</link><guid isPermaLink="true">https://lcz.me/post/9354</guid><dc:creator><![CDATA[Metal Zhao]]></dc:creator><pubDate>Tue, 07 Jul 2026 07:41:07 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 06:41:17 GMT]]></title><description><![CDATA[<p dir="auto">NVlink 重要吗？没有会慢吗？</p>
]]></description><link>https://lcz.me/post/9343</link><guid isPermaLink="true">https://lcz.me/post/9343</guid><dc:creator><![CDATA[seabass]]></dc:creator><pubDate>Tue, 07 Jul 2026 06:41:17 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 05:26:39 GMT]]></title><description><![CDATA[<p dir="auto">谢谢分享，我也要试试</p>
]]></description><link>https://lcz.me/post/9336</link><guid isPermaLink="true">https://lcz.me/post/9336</guid><dc:creator><![CDATA[seabass]]></dc:creator><pubDate>Tue, 07 Jul 2026 05:26:39 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Tue, 07 Jul 2026 04:55:37 GMT]]></title><description><![CDATA[<p dir="auto">又多了一个性价比之选，显存大还是硬道理</p>
]]></description><link>https://lcz.me/post/9328</link><guid isPermaLink="true">https://lcz.me/post/9328</guid><dc:creator><![CDATA[vosrock]]></dc:creator><pubDate>Tue, 07 Jul 2026 04:55:37 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Sun, 05 Jul 2026 12:31:29 GMT]]></title><description><![CDATA[<p dir="auto">很好，实践是检验真理的唯一标准</p>
]]></description><link>https://lcz.me/post/9236</link><guid isPermaLink="true">https://lcz.me/post/9236</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Sun, 05 Jul 2026 12:31:29 GMT</pubDate></item><item><title><![CDATA[Reply to 让你们看看垃圾魔改卡2080ti 的威力 qwen3.6-27b fp8 精度 速度能到 60tokens/s nvlink 连接 on Sat, 04 Jul 2026 05:38:31 GMT]]></title><description><![CDATA[<p dir="auto">华硕的x570 pro  很普通的板子  不过可以自动拆分 pcie 8*8</p>
]]></description><link>https://lcz.me/post/9175</link><guid isPermaLink="true">https://lcz.me/post/9175</guid><dc:creator><![CDATA[yu zhengyang]]></dc:creator><pubDate>Sat, 04 Jul 2026 05:38:31 GMT</pubDate></item></channel></rss>