|
@@ -0,0 +1,22 @@
|
|
|
+---
|
|
|
+name: Bug report
|
|
|
+about: Report a problem or undesired behavior
|
|
|
+title: "[BUG] YOUR_TITLE_HERE"
|
|
|
+labels: bug
|
|
|
+assignees: justheuristic
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+**Describe the bug**
|
|
|
+A clear and concise description of what the bug is.
|
|
|
+
|
|
|
+**To Reproduce**
|
|
|
+If applicable, please create a minimal script that reproduces the problem for you. It would be great to include script outputs as well.
|
|
|
+
|
|
|
+**Environment**
|
|
|
+Please list:
|
|
|
+* python version (e.g. 3.8.1);
|
|
|
+* hivemind.__version__; branch or commit id
|
|
|
+* Please copy and paste the output from pytorch [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
|
|
|
+
|
|
|
+If the script doesn't work, please report pytorch and numpy versions manually. We also encourage you to include any additional information that you believe can help us solve the issue.
|