Skip to content

Commit

Permalink
[workflow] purged extension cache before GPT test (hpcaitech#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee authored Mar 14, 2023
1 parent 30dd13c commit 169ed4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_chatgpt_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Execute Examples
run: |
cd applications/ChatGPT
rm -rf ~/.cache/colossalai
./examples/test_ci.sh
env:
NCCL_SHM_DISABLE: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_chatgpt_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Execute Unit Testing
run: |
cd applications/ChatGPT
rm -rf ~/.cache/colossalai
pytest tests/
env:
NCCL_SHM_DISABLE: 1
Expand Down

0 comments on commit 169ed4d

Please sign in to comment.