We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8882bf commit 9872996Copy full SHA for 9872996
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -45,8 +45,8 @@ body:
45
description: |
46
Please run the following and paste the output below.
47
```sh
48
- wget https://raw.githubusercontent.com/intel/intel-extension-for-pytorch/master/scripts/collect_env.py
49
- # For security purposes, please check the contents of collect_env.py before running it.
+ wget https://raw.githubusercontent.com/intel/intel-extension-for-pytorch/main/scripts/collect_env.py
+ # For security purposes, please check the output contents of collect_env.py before posting them.
50
python collect_env.py
51
```
52
validations:
0 commit comments