Skip to content

Commit 7b259f0

Browse files
committed
2 parents 5b8845a + ff68138 commit 7b259f0

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Crash Report
2+
description: Report a crash or unexpected termination
3+
title: "[Crash]: "
4+
labels: ["bug", "crash"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 🛑 Stop! Before you submit
10+
Please perform these checks. **If these steps fail, your model file is corrupted, not the library.**
11+
12+
- type: checkboxes
13+
id: rules
14+
attributes:
15+
label: Rules & Verification
16+
description: You must complete these steps before submitting.
17+
options:
18+
- label: I have verified that my local model SHA-256 hash matches the source on Hugging Face.
19+
required: true
20+
- label: I have tested this model with the [llama-cpp-model-tester](https://github.com/lookbe/llama-cpp-model-tester/releases/latest) and it works fine.
21+
required: true
22+
- label: I understand that if these checks are not performed, my issue will be closed.
23+
required: true
24+
25+
- type: textarea
26+
id: crash_details
27+
attributes:
28+
label: Crash Details
29+
placeholder: |
30+
# Environment Info
31+
- Model Name:
32+
- Quantization: (e.g., Q4_K_M)
33+
- OS: (e.g., Windows 11, Ubuntu 22.04)
34+
- Hardware: (e.g., 16GB RAM, RTX 3060)
35+
36+
# Logs / Screenshots
37+
If applicable, add screenshots or paste the terminal error log here.
38+
validations:
39+
required: true

0 commit comments

Comments
 (0)