mirror of https://github.com/hpcaitech/ColossalAI
[workflow] purged extension cache before GPT test (#3128)
parent
30dd13c450
commit
169ed4d24e
|
@ -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
|
||||
|
|
|
@ -36,6 +36,7 @@ jobs:
|
|||
- name: Execute Unit Testing
|
||||
run: |
|
||||
cd applications/ChatGPT
|
||||
rm -rf ~/.cache/colossalai
|
||||
pytest tests/
|
||||
env:
|
||||
NCCL_SHM_DISABLE: 1
|
||||
|
|
Loading…
Reference in New Issue