mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-10 12:22:28 +00:00
[workflow] purged extension cache before GPT test (#3128)
This commit is contained in:
parent
30dd13c450
commit
169ed4d24e
1
.github/workflows/run_chatgpt_examples.yml
vendored
1
.github/workflows/run_chatgpt_examples.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
- name: Execute Examples
|
- name: Execute Examples
|
||||||
run: |
|
run: |
|
||||||
cd applications/ChatGPT
|
cd applications/ChatGPT
|
||||||
|
rm -rf ~/.cache/colossalai
|
||||||
./examples/test_ci.sh
|
./examples/test_ci.sh
|
||||||
env:
|
env:
|
||||||
NCCL_SHM_DISABLE: 1
|
NCCL_SHM_DISABLE: 1
|
||||||
|
1
.github/workflows/run_chatgpt_unit_tests.yml
vendored
1
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
- name: Execute Unit Testing
|
- name: Execute Unit Testing
|
||||||
run: |
|
run: |
|
||||||
cd applications/ChatGPT
|
cd applications/ChatGPT
|
||||||
|
rm -rf ~/.cache/colossalai
|
||||||
pytest tests/
|
pytest tests/
|
||||||
env:
|
env:
|
||||||
NCCL_SHM_DISABLE: 1
|
NCCL_SHM_DISABLE: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user