Skip to content

chore: make qwen4-main-squashed pre-commit clean - #36667

Merged
yhyang201 merged 1 commit into
sgl-project:qwen4-main-squashedfrom
cshintov:chore/pre-commit-format-qwen4-branch
Aug 28, 2026
Merged

yhyang201 merged 1 commit into
sgl-project:qwen4-main-squashedfrom
cshintov:chore/pre-commit-format-qwen4-branch

Conversation

@cshintov

@cshintov cshintov commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The qwen4-main-squashed branch currently fails the lint CI job: it was never run through the repo's own pre-commit hooks.

This applies pre-commit run --all-files using the repo's .pre-commit-config.yaml (unchanged, pinned versions). Formatting only, no behaviour change: line wrapping, blank lines, import ordering, clang-format reflow of a few .cuh files.

Hooks run: all pre-commit-hooks checks, isort 7.0.0, ruff v0.15.1, black-jupyter 26.1.0, codespell, clang-format v20.1.7, nbstripout, and the local scripts/lint/* checkers. Second pass is clean.

Skipped: the four Rust hooks (rustfmt-sgl-model-gateway, rustfmt-sgl-router, clippy-rust-workspace, rustfmt-rust-workspace) — they need a cargo/rustup toolchain that isn't available here, and no Rust file is touched by this PR.

No functional edits. In particular the is_sm100_supported() gate in _resolve_trtllm_sparse_decode is left exactly as it is on the base branch; the fix for that lives in #36649.


CI States

Latest PR Test (Base): ❌ Run #33059174503
Latest PR Test (Extra): ❌ Run #33059174361
Latest PR Test (AMD ROCm 7.2): ❌ Run #33059174475

The qwen4-main-squashed branch fails CI lint because it was never run
through the repo's pre-commit hooks. Formatting only, applied by
`pre-commit run --all-files`; no behaviour change.
@github-actions github-actions Bot added quant LLM Quantization jit-kernel labels Aug 27, 2026
@yhyang201
yhyang201 merged commit 71946eb into sgl-project:qwen4-main-squashed Aug 28, 2026
81 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jit-kernel quant LLM Quantization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants