clear ~/.cache/torch_extensions between builds (#14520)

This commit is contained in:
Stas Bekman
2021-11-25 00:15:35 -08:00
committed by GitHub
parent 3772af49ce
commit d1fd64e7aa
3 changed files with 12 additions and 9 deletions

View File

@@ -429,6 +429,7 @@ jobs:
run: |
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
pip install .[testing,deepspeed,fairscale]
- name: Are GPUs recognized by our DL frameworks