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 0b9839e commit 8f29664Copy full SHA for 8f29664
.github/workflows/windows_release_nightly_pytorch.yml
@@ -7,19 +7,19 @@ on:
7
description: 'cuda version'
8
required: true
9
type: string
10
- default: "124"
+ default: "126"
11
12
python_minor:
13
description: 'python minor version'
14
15
16
- default: "12"
+ default: "13"
17
18
python_patch:
19
description: 'python patch version'
20
21
22
- default: "4"
+ default: "1"
23
# push:
24
# branches:
25
# - master
0 commit comments