diff --git a/llm/README.md b/llm/README.md index 7f7c7cd9ddff..9b8520d58179 100644 --- a/llm/README.md +++ b/llm/README.md @@ -56,7 +56,7 @@ PaddleNLP将飞桨4D并行策略加入到Trainer API中, 用户只需修改Tra 此项目支持了LLaMA、GPT-3、BaiChuan、Qwen 等大模型的预训练。用户切换配置config文件,即可一键运行。 -数据详细制作流程可参考[此处](https://paddlenlp.readthedocs.io/zh/latest/pretraining/dataset.html) : https://paddlenlp.readthedocs.io/zh/latest/pretraining/dataset.html +数据详细制作流程可参考[此处](https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/dataset.html) : https://paddlenlp.readthedocs.io/zh/latest/llm/pretraining/dataset.html 为了方便用户运行测试本模型,本项目提供了处理好的100k条doc的训练样本: ```shell diff --git a/requirements-dev.txt b/requirements-dev.txt index 402606d06ba3..65f61d035bf0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ paddleocr pre-commit -pytest +pytest==8.1.1 parameterized pytest-cov regex diff --git a/requirements.txt b/requirements.txt index 71fee6049318..bfff955f5f28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ uvicorn typer rich safetensors -tool_helpers +tool_helpers ; platform_system == "Linux" aistudio-sdk>=0.1.3 jinja2 regex