Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Report an issue with llamacpp-rocm
name: Bug Report on llama.cpp + ROCm builds
description: Report an issue specific to running llama.cpp with ROCm
labels: ["bug"]
body:
- type: markdown
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Upstream llama.cpp
- name: Bug Report on upstream llama.cpp
url: https://github.com/ggml-org/llama.cpp/issues
about: If your issue is not ROCm-specific, please report it to the upstream llama.cpp repository instead.
- name: Bug Report on upstream ROCm
url: https://github.com/ROCm/ROCm/issues
about: If your issue is purely related to ROCm (not llama.cpp), please report it to the ROCm repository instead.
Loading