Skip to content

Commit 3aa92ce

Browse files
authored
Update llm docs requirements (#8336)
* Update llm docs * Update requirements.txt * try to fix
1 parent 1c781d8 commit 3aa92ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PaddleNLP将飞桨4D并行策略加入到Trainer API中, 用户只需修改Tra
5656

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

59-
数据详细制作流程可参考[此处](https://paddlenlp.readthedocs.io/zh/latest/pretraining/dataset.html) : https://paddlenlp.readthedocs.io/zh/latest/pretraining/dataset.html
59+
数据详细制作流程可参考[此处](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/dataset.html) : https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/dataset.html
6060

6161
为了方便用户运行测试本模型,本项目提供了处理好的100k条doc的训练样本:
6262
```shell

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
paddleocr
22
pre-commit
3-
pytest
3+
pytest==8.1.1
44
parameterized
55
pytest-cov
66
regex

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ uvicorn
2020
typer
2121
rich
2222
safetensors
23-
tool_helpers
23+
tool_helpers ; platform_system == "Linux"
2424
aistudio-sdk>=0.1.3
2525
jinja2
2626
regex

0 commit comments

Comments
 (0)