Skip to content

docs(model-coverage): fix GLM-5.3-Flash install command and transformers pin - #3939

Open
waynel96 wants to merge 2 commits into
NVIDIA-NeMo:mainfrom
waynel96:docs/glm-5-3-flash-install-and-pin
Open

waynel96 wants to merge 2 commits into
NVIDIA-NeMo:mainfrom
waynel96:docs/glm-5-3-flash-install-and-pin

Conversation

@waynel96

Copy link
Copy Markdown

Two fixes to the GLM-5.3-Flash model-coverage page, both verified against the repository at 9a4632347323fbfee9ba1ae1a323669ef74fc5fb.

1. The documented install command does not run.

$ uv sync --locked --all-groups --all-extras --extra vlm-media
error: the argument '--all-extras' cannot be used with '--extra <EXTRA>'

Usage: uv sync --locked --all-groups --all-extras

Tested with uv 0.11.20. vlm-media is a declared extra (pyproject.toml:179) and is already covered by --all-extras, so dropping the redundant flag makes the command run as written.

2. The cited transformers pin is stale.

The page states the implementation "runs on the repository's pinned transformers==5.12.1". The pin moved to 5.15.1 in #3781; pyproject.toml:89 and uv.lock both now read 5.15.1.

Both changes are one line each. Happy to split them if you would prefer separate PRs.

I have a follow-up question about the Hugging Face logit parity section on the same page, which I will file separately as an issue rather than fold into this PR.

@waynel96
waynel96 requested review from a team and jgerh as code owners September 18, 2026 21:10
@copy-pr-bot

copy-pr-bot Bot commented Sep 18, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

…ers pin

The documented install command is rejected by uv: --all-extras and
--extra <EXTRA> are mutually exclusive. vlm-media is a declared extra
(pyproject.toml:179) and is already covered by --all-extras.

The page cites the repository's pinned transformers==5.12.1; the pin moved
to 5.15.1 in NVIDIA-NeMo#3781 and pyproject.toml:89 now reads 5.15.1.
@waynel96
waynel96 force-pushed the docs/glm-5-3-flash-install-and-pin branch from b3c0360 to 07413f2 Compare September 18, 2026 21:13
@akoumpa

akoumpa commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

/ok to test 47ace70

@svcnvidia-nemo-ci svcnvidia-nemo-ci added the waiting-on-maintainers Waiting on maintainers to respond label Sep 21, 2026

@jgerh jgerh 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.

Completed tech pubs review of docs/model-coverage/vlm/thudm/glm-5-3-flash.mdx and provided a few copyedits. Otherwise, looks great.

| **Parameters** | 320B total, 18B active |
| **Decoder** | 45 layers: 34 KDA and 11 KPool-DSA layers |
| **Experts** | 288 routed experts, top-8 routing, plus one shared expert |
| **Context length** | 1,048,576 in the checkpoint configuration; validated here at 2,048 and 4,096 tokens |

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.

Suggested change
| **Context Length** | 1,048,576 in the checkpoint configuration; validated here at 2,048 and 4,096 tokens |

Comment on lines 112 to 114
<Note>

Use the [Slurm Launcher Guide](/job-launchers/slurm-cluster) to configure the

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.

Suggested change
<Note>
Use the [Slurm Launcher Guide](/job-launchers/slurm-cluster) to configure the

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-request waiting-on-maintainers Waiting on maintainers to respond

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants