mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-27 07:49:25 +00:00
select computing env
This commit is contained in:
parent
bfe5219366
commit
9f7a8c52d8
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user