mirror of https://github.com/THUDM/ChatGLM-6B
Update issue form
parent
c746afcd86
commit
a8705dbe1f
|
@ -1,7 +1,7 @@
|
||||||
name: 🐞 Bug
|
name: 🐞 Bug/Help
|
||||||
description: File a bug/issue
|
description: File a bug/issue
|
||||||
title: "[BUG] <title>"
|
title: "[BUG/Help] <title>"
|
||||||
labels: [Bug, Needs Triage]
|
labels: []
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -13,9 +13,11 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Current Behavior
|
label: Current Behavior
|
||||||
description: A concise description of what you're experiencing.
|
description: |
|
||||||
|
A concise description of what you're experiencing, with screenshot attached if possible.
|
||||||
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
|
@ -32,28 +34,30 @@ body:
|
||||||
3. Run '...'
|
3. Run '...'
|
||||||
4. See error...
|
4. See error...
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment
|
||||||
description: |
|
description: |
|
||||||
examples:
|
examples:
|
||||||
- **OS**: Ubuntu 20.04
|
- **OS**: Ubuntu 20.04
|
||||||
- **Node**: 13.14.0
|
- **Python**: 3.8
|
||||||
- **npm**: 7.6.3
|
- **Transformers**: 4.26.1
|
||||||
|
- **PyTorch**: 1.12
|
||||||
|
- **CUDA Support**: True
|
||||||
value: |
|
value: |
|
||||||
- OS:
|
- OS:
|
||||||
- Node:
|
- Python:
|
||||||
- npm:
|
- Transformers:
|
||||||
|
- PyTorch:
|
||||||
|
- CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :
|
||||||
render: markdown
|
render: markdown
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
description: |
|
description: |
|
||||||
Links? References? Anything that will give us more context about the issue you are encountering!
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||||
|
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue