docs: refresh the homepage supported-models table - #2350
Closed
Shi-Dong wants to merge 7 commits into
Closed
Conversation
…docs # Conflicts: # docs/index.md
Contributor
Author
|
Closing: #2271 was reopened and retargeted to main; it carries the same branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Supersedes #2271, which GitHub auto-closed when its base branch (#2264's
shi/core-features-docs) was deleted on merge — same branch, same review history, now targetingmaindirectly.Refreshes the Supported models table on the docs homepage (
docs/index.md)./models/glm/glm5-2— the page ships in docs: add GLM-5.2 model page and update supported-models tables #2216; whichever PR lands second takes a trivial table-row rebase)/models/thinkingmachines/inkling-small)scripts/run_nemotron_3_ultra_550b_a55b.py; no docs page yet)scripts/run_joy_ai_llm_flash.py)scripts/run_kimi_k3.py/run_kimi_k3_lora.py; switch to a docs/script link once it merges)The removed models' recipe pages and launch scripts stay in the repo and in
/models/*— only the homepage highlight table shrinks.Since the intro sentence previously promised a recipe page per model, it now reads "recipe page or launch script" to cover the script-linked rows.
Test plan
docs/index.mdrenders correctly in the Mintlify preview/models/...links resolve (GLM-5.2 resolves once docs: add GLM-5.2 model page and update supported-models tables #2216 lands)main