Skip to content

test(tito): use FP8 Qwen3.6 checkpoint - #2791

Merged
guapisolo merged 1 commit into
mainfrom
jiajun/qwen36-fp8-e2e
Aug 31, 2026
Merged

test(tito): use FP8 Qwen3.6 checkpoint#2791
guapisolo merged 1 commit into
mainfrom
jiajun/qwen36-fp8-e2e

Conversation

@guapisolo

Copy link
Copy Markdown
Collaborator

Summary

Run the Qwen3.6 TITO session verifier with the FP8 checkpoint.

Motivation

The Qwen3.6 session verifier currently loads the full-precision 35B checkpoint even though this CI surface validates TITO chat serialization and session reuse. The matching FP8 checkpoint keeps that validation target while avoiding the full-precision model artifact.

Before / After

  • Before / After: test_qwen36.py changes Qwen/Qwen3.6-35B-A3B to Qwen/Qwen3.6-35B-A3B-FP8.
  • What moved where: only ModelConfig.model_name changes.

Behavior Preservation

  • CONFIG keeps the same topology, speculative decoding, parsers, cycles, and append-tool behavior.
  • CUDA and ROCm registrations plus both session-mismatch metric gates remain unchanged.

Verification

  • uvx pre-commit run --files tests/e2e/sglang/test_session_server_multi_role/test_qwen36.py: passed.
  • tests.ci.file_run: resolved the file to CUDA suite stage-c-4-gpu-h200, runner labels h200,4gpu, and a 1,800-second timeout.
  • test_qwen36.py GPU execution: pending; only this file will be dispatched after PR creation.

Review Focus

  • ModelConfig.model_name: the FP8 checkpoint must preserve the tokenizer and chat-template behavior exercised by TITO.
  • Unchanged verifier settings: the checkpoint substitution must not weaken v1/v2 session or tool-call coverage.

Switch the session verifier to the official Qwen3.6-35B-A3B-FP8 checkpoint while preserving its CUDA and ROCm lanes, four-GPU topology, speculative decoding, parsers, and TITO gates.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown

tests/e2e/sglang/test_session_server_multi_role/test_qwen36.py passed on stage-c-4-gpu-h200 in 18m15s — workflow run

@Shi-Dong

Copy link
Copy Markdown
Contributor

@claude review always.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review found no issues

No high-confidence issues detected in this change.

@Shi-Dong Shi-Dong left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@guapisolo
guapisolo merged commit eb94278 into main Aug 31, 2026
25 checks passed
@guapisolo
guapisolo deleted the jiajun/qwen36-fp8-e2e branch August 31, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants