Conversation
The zh optimization/PEFT docs linked English slugs (#cpu-offloading, #model-offloading, #group-offloading, #hotswapping) while the zh pages translate the headings (CPU 卸载 / 模型卸载 / 组卸载 / 热切换), so the anchors matched nothing. Repointed at the Chinese slugs.
speed-memory-optims.md linked ./memory#model-offloading and #group-offloading while the zh memory page translates those headings (模型卸载 / 组卸载); using_peft_for_inference.md linked #hotswapping while the zh heading is 热切换. Repointed at the Chinese slugs.
|
Hi @simpleqt, thanks for the PR! It does not appear to link an issue it fixes. If this PR addresses an existing issue, please add a closing keyword (e.g. Please note that PRs without a linked issue are likely to be automatically closed 10 days after this notice. Once the PR links an issue (or gets the |
|
Closing — pooled into #14715 combined docs PR to reduce review overhead. All fixes are preserved in the combined branch. |
Description: the zh optimization/PEFT docs linked English anchors (
#cpu-offloading,#model-offloading,#group-offloading,#hotswapping) while the zh pages translate those headings (CPU 卸载 / 模型卸载 / 组卸载 / 热切换), so the anchors matched nothing. Repointed at the Chinese slugs:docs/source/zh/optimization/speed-memory-optims.md:./memory#model-offloading×1,./memory#group-offloading×2docs/source/zh/tutorials/using_peft_for_inference.md:#hotswapping×1(Note:
docs/source/zh/optimization/memory.md's remaining English anchors were already fixed upstream; this covers the rest.)