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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.md
+1-176
Original file line number
Diff line number
Diff line change
@@ -6,179 +6,4 @@ assignees: ''
6
6
7
7
---
8
8
9
-
# Prerequisites
10
-
11
-
Please answer the following questions for yourself before submitting an issue.
12
-
13
-
-[ ] I am running the latest code. Development is very rapid so there are no tagged versions as of now.
14
-
-[ ] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md).
15
-
-[ ] I [searched using keywords relevant to my issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests) to make sure that I am creating a new issue that is not already open (or closed).
16
-
-[ ] I reviewed the [Discussions](https://github.com/ggerganov/llama.cpp/discussions), and have a new bug or useful enhancement to share.
17
-
18
-
# Expected Behavior
19
-
20
-
Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do.
21
-
22
-
# Current Behavior
23
-
24
-
Please provide a detailed written description of what `llama.cpp` did, instead.
25
-
26
-
# Environment and Context
27
-
28
-
Please provide detailed information about your computer setup. This is important in case the issue is not reproducible except for under certain specific conditions.
29
-
30
-
* Physical (or virtual) hardware you are using, e.g. for Linux:
31
-
32
-
`$ lscpu`
33
-
34
-
* Operating System, e.g. for Linux:
35
-
36
-
`$ uname -a`
37
-
38
-
* SDK version, e.g. for Linux:
39
-
40
-
```
41
-
$ python3 --version
42
-
$ make --version
43
-
$ g++ --version
44
-
```
45
-
46
-
# Failure Information (for bugs)
47
-
48
-
Please help provide information about the failure / bug.
49
-
50
-
# Steps to Reproduce
51
-
52
-
Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.
53
-
54
-
1. step 1
55
-
2. step 2
56
-
3. step 3
57
-
4. etc.
58
-
59
-
# Failure Logs
60
-
61
-
Please include any relevant log snippets or files. If it works under one configuration but not under another, please provide logs for both configurations and their corresponding outputs so it is easy to see where behavior changes.
62
-
63
-
Also, please try to **avoid using screenshots** if at all possible. Instead, copy/paste the console output and use [Github's markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) to cleanly format your logs for easy readability.
64
-
65
-
Example environment info:
66
-
```
67
-
llama.cpp$ git log | head -1
68
-
commit 2af23d30434a677c6416812eea52ccc0af65119c
69
-
70
-
llama.cpp$ lscpu | egrep "AMD|Flags"
71
-
Vendor ID: AuthenticAMD
72
-
Model name: AMD Ryzen Threadripper 1950X 16-Core Processor
Please close your issue when it has been answered.
155
-
@duncan-donut: I'm trying to figure out what kind of "support" you need for this script and why, exactly? Is there a question about how the code works that hasn't already been addressed in one or more comments below this ticket, or are we talking something else entirely like some sorta bugfixing job because your server setup is different from mine??
156
-
I can understand if your site needs to be running smoothly and you need help with a fix of sorts but there should really be nothing wrong here that the code itself could not handle. And given that I'm getting reports about how it works perfectly well on some other servers, what exactly are we talking? A detailed report will do wonders in helping us get this resolved for ya quickly so please take your time and describe the issue(s) you see as clearly & concisely as possible!!
157
-
@duncan-donut: I'm not sure if you have access to cPanel but you could try these instructions. It is worth a shot! Let me know how it goes (or what error message, exactly!) when/if ya give that code a go? [end of text]
158
-
159
-
160
-
main: mem per token = 71159620 bytes
161
-
main: load time = 19309.95 ms
162
-
main: sample time = 168.62 ms
163
-
main: predict time = 223895.61 ms / 888.47 ms per token
164
-
main: total time = 246406.42 ms
165
-
166
-
Performance counter stats for './main -m ./models/65B/ggml-model-q4_0.bin -t 16 -n 1024 -p Please close your issue when it has been answered.':
1998682780 branch-misses # 0.08% of all branches (16.76%)
179
-
180
-
247.802177522 seconds time elapsed
181
-
182
-
3618.573072000 seconds user
183
-
18.491698000 seconds sys
184
-
```
9
+
Please include information about your system, the steps to reproduce the bug, and the version of llama.cpp that you are using. If possible, please provide a minimal code example that reproduces the bug.
0 commit comments