add troubleshooting docs (#12791)

This commit is contained in:
Stas Bekman
2021-07-20 00:32:02 -07:00
committed by GitHub
parent 0118ef89ee
commit 7fae535052
2 changed files with 16 additions and 0 deletions

9
.github/workflows/TROUBLESHOOT.md vendored Normal file
View File

@@ -0,0 +1,9 @@
# Troubleshooting
This is a document explaining how to deal with various issues on github-actions self-hosted CI. The entries may include actually solutions or pointers to Issues that cover those.
## GitHub Actions (self-hosted CI)
* Deepspeed
- if jit build hangs, clear out `rm -rf ~/.cache/torch_extensions/` reference: https://github.com/huggingface/transformers/pull/12723