File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 18
18
validations :
19
19
required : true
20
20
21
+ - type : input
22
+ attributes :
23
+ label : Reproduced in studio
24
+ description : >
25
+ Create a new Lightning Studio with code that reproduces the issue and share the link.
26
+ Also include all the relevant files and data required to reproduce shared issue.
27
+ In case the code does not crash, please add assert statements to show what is the real and expected output.
28
+ A simple guide on how to create such a studio can be found [here](https://www.youtube.com/watch?v=YcW-2Zt_bFg&ab_channel=LightningAI).
29
+ placeholder : https://lightning.ai/...
30
+ validations :
31
+ required : false
32
+
21
33
- type : dropdown
22
34
id : operating_system
23
35
attributes :
39
51
Please provide details about your LitGPT version by running the following code in your terminal:
40
52
```
41
53
pip show litgpt | grep Version:
42
- ```
43
- You can simply copy and paste the outputs below.
44
- value : |
45
- ```
46
-
47
-
48
-
49
54
```
50
55
validations :
51
56
required : false
You can’t perform that action at this time.
0 commit comments