Skip to content

Commit a5e8b6e

Browse files
committed
update for 2.10
1 parent f68c348 commit a5e8b6e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/actions/linux-testenv/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Setup Test Environment
33
inputs:
44
pytorch:
55
type: string
6-
default: 'https://github.com/daisyden/pytorch.git@distributed_2.9'
6+
default: 'https://github.com/daisyden/pytorch.git@distributed_2.10'
77
description: Pytorch main by default, or 'commit/branch', or 'repo@commit/repo@branch'
88
torch_xpu_ops:
99
type: string
10-
default: 'daisyden/distributed_2.9'
10+
default: 'daisyden/distributed_2.10'
1111
description: Torch-xpu-ops version, 'commit/branch', or 'repo@commit/repo@branch', or 'pinned' for pytorch pin
1212
python:
1313
type: string

.github/workflows/_linux_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
description: Runner label
1111
pytorch:
1212
type: string
13-
default: 'https://github.com/daisyden/pytorch.git@distributed_2.9'
13+
default: 'https://github.com/daisyden/pytorch.git@distributed_2.10'
1414
description: Pytorch main by default, or 'commit/branch', or 'repo@commit/repo@branch'
1515
torch_xpu_ops:
1616
type: string
17-
default: 'daisyden/distributed_2.9'
17+
default: 'daisyden/distributed_2.10'
1818
description: Torch-xpu-ops main by default, 'commit/branch', or 'repo@commit/repo@branch', or 'pinned' for pytorch pin
1919
triton:
2020
required: false

.github/workflows/_linux_ut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
description: Runner label
1010
pytorch:
1111
type: string
12-
default: 'https://github.com/daisyden/pytorch.git@distributed_2.9'
12+
default: 'https://github.com/daisyden/pytorch.git@distributed_2.10'
1313
description: Pytorch main by default, or 'commit/branch', or 'repo@commit/repo@branch'
1414
torch_xpu_ops:
1515
type: string
16-
default: 'daisyden/distributed_2.9'
16+
default: 'daisyden/distributed_2.10'
1717
description: Torch-xpu-ops version, 'commit/branch', or 'repo@commit/repo@branch', or 'pinned' for pytorch pin
1818
python:
1919
type: string

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
build: [build]
101101
uses: ./.github/workflows/_linux_build.yml
102102
with:
103-
pytorch: distributed_2.9
103+
pytorch: distributed_2.10
104104
runner: PVC-7358
105105

106106
linux-ut:
@@ -129,7 +129,7 @@ jobs:
129129
uses: ./.github/workflows/_linux_ut.yml
130130
with:
131131
runner: PVC-7358
132-
pytorch: distributed_2.9
132+
pytorch: distributed_2.10
133133
ut: ${{ matrix.ut_name }}
134134

135135
linux-e2e:

0 commit comments

Comments
 (0)