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: For questions related to this project, we will prioritize issues with relatively complete content.
3
+
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: 💡 For open discussions, please visit [Discussion Space](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/discussions). Please do not open a discussion in Issue section. Thank you.
8
+
- type: checkboxes
9
+
id: mustchecks
10
+
attributes:
11
+
label: Check before submitting issues
12
+
description: Please check the following items before asking questions. Use the search function to find issues related to your problem.
13
+
options:
14
+
- label: Make sure to pull the latest code, as some issues and bugs have been fixed.
15
+
required: true
16
+
- label: I have read the [Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki) and [FAQ section](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/FAQ) AND searched for similar issues and did not find a similar problem or solution
17
+
required: true
18
+
- label: Third-party plugin issues - e.g., [llama.cpp](https://github.com/ggerganov/llama.cpp), [text-generation-webui](https://github.com/oobabooga/text-generation-webui), we recommend checking the corresponding project for solutions
19
+
required: true
20
+
- type: dropdown
21
+
id: question-type
22
+
attributes:
23
+
label: Type of Issue
24
+
description: Please select the type of issue that best matches your problem
25
+
options:
26
+
- Download issue
27
+
- Model conversion and merging
28
+
- Model training and fine-tuning
29
+
- Model inference
30
+
- Model quantization and deployment
31
+
- Performance issue
32
+
- Other issues
33
+
- type: dropdown
34
+
id: model-type
35
+
attributes:
36
+
label: Base Model
37
+
description: Please provide the type of base model. For issues related to multiple models, please select the most appropriate one and specify all models in the main text.
38
+
options:
39
+
- LLaMA-2-7B
40
+
- Alpaca-2-7B
41
+
- type: dropdown
42
+
id: operating-system
43
+
attributes:
44
+
label: Operating System
45
+
description: Please provide your operating system
46
+
options:
47
+
- Windows
48
+
- macOS
49
+
- Linux
50
+
- type: textarea
51
+
id: question-detailed
52
+
attributes:
53
+
label: Describe your issue in detail
54
+
description: Please describe your problem as detail as possible. **For code-related issues, please provide the complete command to reproduce the problem.** This will help us locate the issue quickly.
55
+
value: |
56
+
```
57
+
# Please copy-and-paste your command here.
58
+
```
59
+
- type: textarea
60
+
id: dependencies
61
+
attributes:
62
+
label: Dependencies (must be provided for code-related issues)
63
+
description: Please provide the versions of common dependencies such as transformers, peft, torch, etc. Use `pip list | grep -E 'transformers|peft|torch'`
64
+
value: |
65
+
```
66
+
# Please copy-and-paste your dependencies here.
67
+
```
68
+
- type: textarea
69
+
id: logs
70
+
attributes:
71
+
label: Execution logs or screenshots
72
+
description: Please provide logs in text format (upload files if content is too long), or alternatively, screenshots of the execution record.
0 commit comments