mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 09:07:51 +00:00
[chatgpt] optimize generation kwargs (#2717)
* [chatgpt] ppo trainer use default generate args * [chatgpt] example remove generation preparing fn * [chatgpt] benchmark remove generation preparing fn * [chatgpt] fix ci
This commit is contained in:
1
.github/workflows/run_chatgpt_examples.yml
vendored
1
.github/workflows/run_chatgpt_examples.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
|
||||
- name: Execute Examples
|
||||
run: |
|
||||
cd applications/ChatGPT
|
||||
./examples/test_ci.sh
|
||||
env:
|
||||
NCCL_SHM_DISABLE: 1
|
||||
|
1
.github/workflows/run_chatgpt_unit_tests.yml
vendored
1
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
|
||||
- name: Execute Unit Testing
|
||||
run: |
|
||||
cd applications/ChatGPT
|
||||
pytest tests/
|
||||
env:
|
||||
NCCL_SHM_DISABLE: 1
|
||||
|
Reference in New Issue
Block a user