docs: fix dead examples/README link to low_precision#2142
Open
aoshen02 wants to merge 1 commit into
Open
Conversation
examples/README.md links low_precision to ./low_precision, but that directory no longer exists: THUDM#1432 moved the low-precision example out of examples/ — the run scripts went to scripts/low_precision/ and the writeup to docs/{en,zh}/advanced/low-precision.md. Repoint the README link to ../scripts/low_precision so it resolves again. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: aoshen02 <aoshen@inferact.ai>
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.
examples/README.mdlinkslow_precisionto./low_precision, but that directory no longer exists.#1432 ("[docs] move low precision example into main doc") moved the low-precision example out of
examples/:scripts/low_precision/(run-qwen3-4b-fp8.sh,run-qwen3-30b-a3b-fp8.sh, the int4 ones, …)docs/{en,zh}/advanced/low-precision.md(which itself referencesscripts/low_precision/run-*.sh)…but the
examples/README.mdbullet still points at the deleted./low_precisiondir, so the link 404s.This repoints it to
../scripts/low_precisionso it resolves again. (Alternatively the bullet could be dropped entirely since the example is now in the main docs — happy to do that instead if preferred.)🤖 Generated with Claude Code