You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## Circle CI
6
+
7
+
* pytest worker runs out of resident RAM and gets killed by `cgroups`: https://github.com/huggingface/transformers/issues/11408
- label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)"
92
+
- label: "My own task or dataset (give details below)"
93
+
94
+
- type: textarea
95
+
id: reproduction
96
+
validations:
97
+
required: true
98
+
attributes:
99
+
label: Reproduction
100
+
description: |
101
+
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
102
+
If you have code snippets, error messages, stack traces please provide them here as well.
103
+
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
104
+
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
105
+
106
+
placeholder: |
107
+
Steps to reproduce the behavior:
108
+
109
+
1.
110
+
2.
111
+
3.
112
+
113
+
114
+
- type: textarea
115
+
id: expected-behavior
116
+
validations:
117
+
required: true
118
+
attributes:
119
+
label: Expected behavior
120
+
description: "A clear and concise description of what you would expect to happen."
0 commit comments