We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb25809 commit 67701abCopy full SHA for 67701ab
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -35,7 +35,7 @@ body:
35
description: |
36
Please run the following and paste the output below.
37
```sh
38
- wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
+ curl -O https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
39
# For security purposes, please check the contents of collect_env.py before running it.
40
python collect_env.py
41
```
0 commit comments