Jackrong commited on
Commit
92d6813
·
verified ·
1 Parent(s): 681ff6d

Fix FP8 README validation note

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -431,4 +431,21 @@ The training and evaluation philosophy for this release centers on agent executi
431
 
432
  ## Release variant
433
 
434
- Fine-grained FP8 E4M3 vLLM-compatible release of using the official Qwen3.6-35B-A3B FP8 quantization format. Local vLLM smoke and 30-question checks were run before upload; answer-only QA passed with no empty answers, no binary/unicode replacement garbage, and no max-token hits.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
 
432
  ## Release variant
433
 
434
+ Fine-grained FP8 E4M3 vLLM-compatible release of `Jackrong/Qwopus3.6-35B-A3B-Coder` using the official Qwen3.6-35B-A3B FP8 quantization format. Local vLLM smoke and 30-question checks were run before upload; answer-only QA passed with no empty answers, no binary/unicode replacement garbage, and no max-token hits.
435
+
436
+ ## FP8 release validation
437
+
438
+ This repository is the vLLM-compatible fine-grained FP8 E4M3 release of `Jackrong/Qwopus3.6-35B-A3B-Coder`.
439
+
440
+ - Target repo: `Jackrong/Qwopus3.6-35B-A3B-Coder-FP8`
441
+ - Source repo: `Jackrong/Qwopus3.6-35B-A3B-Coder`
442
+ - Format: Qwen3.6 fine-grained FP8 layout with per-expert MoE tensors and `*_scale_inv` tensors.
443
+ - Local vLLM smoke test: passed; output loaded normally and did not show binary/unicode replacement garbage.
444
+ - 30-question vLLM test: completed 30/30; answer-only QA passed with no empty answers, no binary/unicode replacement garbage, and no max-token hits.
445
+ - Observed benchmark throughput: 51.80 tokens/s.
446
+
447
+ Local validation artifacts on the release machine:
448
+
449
+ - Smoke log: `/workspace/renji-training/logs/qwopus36_35b_coder_fp8_smoke.log`
450
+ - Benchmark report: `/workspace/renji-training/Jackrong/Qwopus3.6-35B-A3B-Coder-FP8-vllm/test_data/vllm_fp8_30q_report.md`
451
+ - Answer-only QA report: `/workspace/renji-training/Jackrong/Qwopus3.6-35B-A3B-Coder-FP8-vllm/test_data/answer_only_quality_gate.json`