Skip to content

Commit

Permalink
[LLM CI] add llm ci docs (PaddlePaddle#6436)
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-Mcat authored Jan 2, 2024
1 parent 0932590 commit 25349a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dev_guides/git_guides/paddle_ci_manual_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ CI 测试包含的具体测试任务和执行顺序如下图所示:
test/sot
```

#### PR-CI-LLM

- **【条目描述】** 执行 PaddleNLP 中的 LLM CI 测试,从而基于套件中的模型监控当前 PR 的精度。
- **【执行脚本】** `git clone git@github.com:PaddlePaddle/PaddleNLP.git && cd PaddleNLP && git checkout stable/paddle-ci && pytest ./tests/llm`
- **【触发条件】** `PR-CI-GpuPS`通过后自动触发。
- **【注意事项】** 此 CI 的执行代码是在 PaddleNLP 的 repo 中的稳定版本分支`<stable/paddle-ci>`,出现问题请优先在本地自测复现。


### MAC 平台测试项

#### PR-CI-Mac-Python3
Expand Down

0 comments on commit 25349a2

Please sign in to comment.