Skip to content

Commit

Permalink
[DOC] Fix dead links (#9585)
Browse files Browse the repository at this point in the history
* update docs/llm
  • Loading branch information
DrownFish19 authored Dec 9, 2024
1 parent c565b77 commit eb4e6a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/llm/alignment/rm/flashmask/README.md
1 change: 1 addition & 0 deletions docs/llm/docs/predict/speculative_decoding.md
1 change: 1 addition & 0 deletions docs/llm/intel_hpu/llama/README.md
1 change: 1 addition & 0 deletions docs/llm/metax/llama/README.md
1 change: 1 addition & 0 deletions docs/slm/examples/benchmark/wiki_lambada/README.md
2 changes: 1 addition & 1 deletion llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PaddleNLP 将飞桨4D 并行策略加入到 Trainer API 中, 用户只需修
</font>
</div>

我们在此处提供了更详细的[预训练数据制作](./tools/preprocess)[Pretrain 和自定义数据集](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/dataset.html)[分布式策略支持情况](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/index.html#model-capability)[性能测试报告文档](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/index.html#model-performance),参见: [大模型预训练介绍](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/index.html), [大模型权重列表](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/index.html#model-weight)
我们在此处提供了更详细的[预训练数据制作](./tools/preprocess)[Pretrain 和自定义数据集](https://paddlenlp.readthedocs.io/zh/latest/llm/dataset.html)[分布式策略支持情况](https://paddlenlp.readthedocs.io/zh/latest/llm/docs/pretrain.html#model-capability)[性能测试报告文档](https://paddlenlp.readthedocs.io/zh/latest/llm/docs/pretrain.html#model-performance),参见: [大模型预训练介绍](https://paddlenlp.readthedocs.io/zh/latest/llm/docs/pretrain.html), [大模型权重列表](https://paddlenlp.readthedocs.io/zh/latest/llm/docs/pretrain.html#model-weight)

此项目支持了 LLaMA、GPT-3、BaiChuan、Qwen 和 Mixtral 等大模型的预训练。用户切换配置 config 文件,即可一键运行。

Expand Down

0 comments on commit eb4e6a1

Please sign in to comment.