Skip to content

Commit e7516ee

Browse files
authored
Fix llm_train.rst deaklink(#10505)
1 parent aad5cbe commit e7516ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/llm/docs/pretrain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pip install fast_dataindex visualdl==2.5.3`` and other missing whl packages.
7272
6. During multi-machine training, if all machines use training data files from the same location (e.g., mounted shared storage), specify ``--share_folder true`` to have global rank 0 create cached data. Otherwise, rank 0 on each machine will create cached data independently by default.
7373
7. If the default cache folder ``index-cache/`` exists in the dataset directory, the additionally specified ``--data_cache`` will not take effect, and training will prioritize loading content from the default cache folder.
7474

75-
The pre-training uses PaddleNLP's Trainer module. For related distributed strategy usage, please refer to the `Large Model Trainer Hybrid Parallel Training Tutorial <./llm_trainer.rst>`.
75+
The pre-training uses PaddleNLP's Trainer module. For related distributed strategy usage, please refer to the `Large Model Trainer Hybrid Parallel Training Tutorial <./llm_trainer.rst>`_.
7676

7777
.. _model_capability:
7878
Overview of Distributed Capabilities Supported in Model Pre-training

llm/docs/pretrain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ git clone 代码到本地,即可开始。
8585
7. 若数据集文件夹中存在默认缓存文件夹 ``index-cache/`` ,则额外指定的 ``--data_cache`` 不生效,训练时优先加载默认缓存文件夹中的内容。
8686

8787

88-
预训练使用了PaddleNLP的Trainer模块,相关分布式策略使用,请参考 `大模型 Trainer 混合并行训练教程 <./llm_trainer.rst>`
88+
预训练使用了PaddleNLP的Trainer模块,相关分布式策略使用,请参考 `大模型 Trainer 混合并行训练教程 <./llm_trainer.rst>`_
8989

9090

9191
.. _model_capability:

0 commit comments

Comments
 (0)