1If you have a question or would like help and support, please ask at our 2[forums](https://discuss.pytorch.org/). 3 4If you are submitting a feature request, please preface the title with [feature request]. 5If you are submitting a bug report, please fill in the following details. 6 7## Issue description 8 9Provide a short description. 10 11## Code example 12 13Please try to provide a minimal example to repro the bug. 14Error messages and stack traces are also helpful. 15 16## System Info 17Please copy and paste the output from our 18[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py) 19(or fill out the checklist below manually). 20 21You can get the script and run it with: 22``` 23wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py 24# For security purposes, please check the contents of collect_env.py before running it. 25python collect_env.py 26``` 27 28- PyTorch or Caffe2: 29- How you installed PyTorch (conda, pip, source): 30- Build command you used (if compiling from source): 31- OS: 32- PyTorch version: 33- Python version: 34- CUDA/cuDNN version: 35- GPU models and configuration: 36- GCC version (if compiling from source): 37- CMake version: 38- Versions of any other relevant libraries: 39