mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
select computing env
This commit is contained in:
committed by
GitHub
parent
9eb5507764
commit
d7318def52
16
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
16
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@@ -30,7 +30,21 @@ body:
|
||||
- "Linux"
|
||||
- "Windows"
|
||||
validations:
|
||||
required: true
|
||||
required: False
|
||||
|
||||
- type: dropdown
|
||||
id: operating_system
|
||||
attributes:
|
||||
label: Where do you run your code?
|
||||
description: Please select the computing environment where you ran this code.
|
||||
options:
|
||||
- "Unknown"
|
||||
- "Local (laptop, desktop)"
|
||||
- "Lightning AI Studio"
|
||||
- "Google Colab"
|
||||
- "Other cloud environment (AWS, Azure, GCP)"
|
||||
validations:
|
||||
required: False
|
||||
|
||||
- type: textarea
|
||||
id: environment
|
||||
|
||||
Reference in New Issue
Block a user