File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Setup Test Environment
33inputs :
44 pytorch :
55 type : string
6- default : ' https://github.com/daisyden/pytorch.git@release/2 .9'
6+ default : ' https://github.com/daisyden/pytorch.git@distributed_2 .9'
77 description : Pytorch main by default, or 'commit/branch', or 'repo@commit/repo@branch'
88 torch_xpu_ops :
99 type : string
Original file line number Diff line number Diff line change 1010 description : Runner label
1111 pytorch :
1212 type : string
13- default : ' https://github.com/daisyden/pytorch.git@release/2 .9'
13+ default : ' https://github.com/daisyden/pytorch.git@distributed_2 .9'
1414 description : Pytorch main by default, or 'commit/branch', or 'repo@commit/repo@branch'
1515 torch_xpu_ops :
1616 type : string
Original file line number Diff line number Diff line change 99 description : Runner label
1010 pytorch :
1111 type : string
12- default : ' https://github.com/daisyden/pytorch.git@release/2 .9'
12+ default : ' https://github.com/daisyden/pytorch.git@distributed_2 .9'
1313 description : Pytorch main by default, or 'commit/branch', or 'repo@commit/repo@branch'
1414 torch_xpu_ops :
1515 type : string
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 build : [build]
101101 uses : ./.github/workflows/_linux_build.yml
102102 with :
103- pytorch : release/2 .9
103+ pytorch : distributed_2 .9
104104 runner : PVC-7358
105105
106106 linux-ut :
@@ -131,7 +131,7 @@ jobs:
131131 uses : ./.github/workflows/_linux_ut.yml
132132 with :
133133 runner : PVC-7358
134- pytorch : release/2 .9
134+ pytorch : distributed_2 .9
135135 ut : ${{ matrix.ut_name }}
136136
137137 linux-e2e :
You can’t perform that action at this time.
0 commit comments