-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Bug Report | ||
about: Help us improve by reporting bugs | ||
title: "[BUG_REPORT]" | ||
labels: Bug | ||
assignees: aName2050 | ||
|
||
--- | ||
|
||
### Description | ||
**Describe the bug** | ||
What's the bug? Where does it occur? | ||
|
||
### Reproduction | ||
**What causes the bug? When and where does it happen?** | ||
|
||
|
||
**Expected behavior** | ||
What was supposed to happen? | ||
|
||
|
||
**Screenshots** | ||
If needed, add screenshots to help explain your issue. | ||
|
||
### Additional Information | ||
**Please fill out the following information, fill in with "N/A" when necessary.** | ||
|
||
**Device Info** | ||
- Device: [e.g. smartphone, desktop] | ||
- Model: [e.g. Apple iPhone 15 Pro, Microsoft Surface Pro 9] | ||
- OS: [e.g. iOS 17, Windows 11 23H2 build 22000) | ||
If your issue is related to the CUDA tokenization feature, please include your hardware configuration below, otherwise **leave it blank**. | ||
- CPU: [model @ clock speed] | ||
- RAM: [e.g. DDR5 @ 4800 MHz] | ||
- GPU: [model / GB VRAM / clock speed] | ||
Other hardware information: | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: "[SUGGESTION]" | ||
labels: Suggestion | ||
assignees: aName2050 | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |