Skip to content

Commit

Permalink
add troubleshooting docs (huggingface#12791)
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 authored Jul 20, 2021
1 parent 0118ef8 commit 7fae535
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Troubleshooting

This is a document explaining how to deal with various issues on Circle-CI. The entries may include actually solutions or pointers to Issues that cover those.

## Circle CI

* pytest worker runs out of resident RAM and gets killed by `cgroups`: https://github.com/huggingface/transformers/issues/11408
9 changes: 9 additions & 0 deletions .github/workflows/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7fae535

Please sign in to comment.