Skip to content

docs: fix dead examples/README link to low_precision#2142

Open
aoshen02 wants to merge 1 commit into
THUDM:mainfrom
aoshen02:fix-examples-readme-low-precision-link
Open

docs: fix dead examples/README link to low_precision#2142
aoshen02 wants to merge 1 commit into
THUDM:mainfrom
aoshen02:fix-examples-readme-low-precision-link

Conversation

@aoshen02

Copy link
Copy Markdown
Contributor

examples/README.md links low_precision to ./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/:

  • the run scripts now live in scripts/low_precision/ (run-qwen3-4b-fp8.sh, run-qwen3-30b-a3b-fp8.sh, the int4 ones, …)
  • the writeup moved to docs/{en,zh}/advanced/low-precision.md (which itself references scripts/low_precision/run-*.sh)

…but the examples/README.md bullet still points at the deleted ./low_precision dir, so the link 404s.

This repoints it to ../scripts/low_precision so 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

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>
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