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
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.
0 commit comments