Skip to content

Fix broken documentation links#4082

Open
DaoyuanLi2816 wants to merge 1 commit into
huggingface:mainfrom
DaoyuanLi2816:docs/fix-broken-links
Open

Fix broken documentation links#4082
DaoyuanLi2816 wants to merge 1 commit into
huggingface:mainfrom
DaoyuanLi2816:docs/fix-broken-links

Conversation

@DaoyuanLi2816

Copy link
Copy Markdown

What does this PR do?

Fixes three broken links in the docs:

File Before After
package_reference/logging.md ../usage_guides/troubleshooting#logging ../basic_tutorials/troubleshooting#logging
package_reference/utilities.md ../usage_guides/debug.md ../basic_tutorials/troubleshooting#mismatched-tensor-shapes
usage_guides/deepspeed.md [deepspeed-zero-inference](#deepspeed-zero-inference) [ZeRO Inference](#zero-inference)
  • troubleshooting.md lives under basic_tutorials/, not usage_guides/, so the logging link 404'd.
  • usage_guides/debug.md doesn't exist; debug mode (ACCELERATE_DEBUG_MODE) is documented in the troubleshooting guide's "Mismatched tensor shapes" section.
  • The DeepSpeed page's same-page anchor pointed to #deepspeed-zero-inference, but the heading is ## ZeRO Inference (anchor #zero-inference).

Docs-only.

Before submitting

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