File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 47
47
fail-fast : false
48
48
runs-on : ${{ matrix.validation_runner }}
49
49
steps :
50
+ - name : Checkout PyTorch builder
51
+ uses : actions/checkout@v2
50
52
- name : Validate binary conda
51
- uses : pytorch/builder/ .github/actions/validate-binary@main
53
+ uses : .github/actions/validate-binary
52
54
with :
53
55
gpu_arch_type : ${{ matrix.gpu_arch_type }}
54
56
gpu_arch_ver : ${{ matrix.gpu_arch_version }}
66
68
fail-fast : false
67
69
runs-on : ${{ matrix.validation_runner }}
68
70
steps :
71
+ - name : Checkout PyTorch builder
72
+ uses : actions/checkout@v2
69
73
- name : Validate binary wheel
70
- uses : pytorch/builder/ .github/actions/validate-binary@main
74
+ uses : .github/actions/validate-binary
71
75
with :
72
76
gpu_arch_type : ${{ matrix.gpu_arch_type }}
73
77
gpu_arch_ver : ${{ matrix.gpu_arch_version }}
77
81
dev_toolset : ' '
78
82
package_type : wheel
79
83
target_os : linux
80
-
81
84
validate-linux-libtorch-binaries :
82
85
needs : generate-linux-libtorch-matrix
83
86
strategy :
You can’t perform that action at this time.
0 commit comments