Update Github issues template (#13857)
Co-authored-by: mansy <mansy@lightning.ai>
This commit is contained in:
parent
acd8aa20d4
commit
8792c6b018
|
@ -46,7 +46,9 @@ python collect_env_details.py
|
|||
You can also fill out the list below manually.
|
||||
-->
|
||||
|
||||
- Lightning Component (e.g. Trainer, LightningModule, LightningApp, LightningWork, LightningFlow):
|
||||
- PyTorch Lightning Version (e.g., 1.5.0):
|
||||
- Lightning App Version (e.g., 0.5.2):
|
||||
- PyTorch Version (e.g., 1.10):
|
||||
- Python version (e.g., 3.9):
|
||||
- OS (e.g., Linux):
|
||||
|
@ -54,6 +56,7 @@ You can also fill out the list below manually.
|
|||
- GPU models and configuration:
|
||||
- How you installed PyTorch (`conda`, `pip`, source):
|
||||
- If compiling from source, the output of `torch.__config__.show()`:
|
||||
- Running environment of LightningApp (e.g. local, cloud):
|
||||
- Any other relevant information:
|
||||
|
||||
### Additional context
|
||||
|
|
Loading…
Reference in New Issue