Skip to content

unsloth: pin #166, and repin 27941 which is two rounds stale - #167

Closed
danielhanchen wants to merge 1 commit into
masterfrom
unsloth/pin-166-and-repin-27941
Closed

unsloth: pin #166, and repin 27941 which is two rounds stale#167
danielhanchen wants to merge 1 commit into
masterfrom
unsloth/pin-166-and-repin-27941

Conversation

@danielhanchen

Copy link
Copy Markdown
Member

Two pin changes.

Pin #166

#166 teaches sidecar discovery to look in a
dedicated MTP/ folder, which is how both unsloth/Qwen3.8-27B-GGUF and
unsloth/Qwen3.8-Flash-Next-GGUF publish their draft heads.

Without it, --spec-type draft-mtp finds nothing on either repo. On Flash-Next that is a silent
miss. On the 27B it is not silent: with no sidecar found the target is used as its own draft, and
the server refuses to start with model doesn't contain MTP layers.

Verified on the shipped b10715-mix-86bd2d3 prebuilt before the change and on a build of the branch
after it. Details and the full test matrix are in #166.

Repin 27941

The pin was still 6b2b85cf. That branch has moved twice since, to 52bc9ff1 and then to
21c13c48, so the nightly has been building a commit that predates both of these:

  • the --kv-unified NaN collapse fix, where a sequence holding fewer than compress_ratio cells
    owned no block, its whole bias row was -inf, and the softmax produced NaN that then reached
    every other sequence
  • the indexer cache ext.x/ext.y restore fix

Repinned to the current head, 21c13c48.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T04:21:38.204164Z b42b45c PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

#166 makes sidecar discovery find MTP heads in a dedicated MTP/ folder, which is how both
Qwen3.8-27B-GGUF and Qwen3.8-Flash-Next-GGUF publish them. Without it `--spec-type draft-mtp`
finds nothing on either repo, and on the 27B the server refuses to start.

The 27941 pin was still 6b2b85c. That branch has moved twice since, to 52bc9ff and then to
21c13c4, so the nightly has been building a commit that predates both the -kv-unified NaN
collapse fix and the indexer ext.x/ext.y restore fix. Repin to the current head.

Assisted-by: Claude
@danielhanchen
danielhanchen force-pushed the unsloth/pin-166-and-repin-27941 branch from b42b45c to 1cad95e Compare September 1, 2026 04:29
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.

1 participant