Unverified Commit 169ed4d2 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] purged extension cache before GPT test (#3128)

parent 30dd13c4
...@@ -35,6 +35,7 @@ jobs: ...@@ -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
......
...@@ -36,6 +36,7 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment