Skip to content

Commit 573a5a8

Browse files
authored
update building latest XLA 1.8 (#7359)
* wip * XLA * .
1 parent a4abb62 commit 573a5a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_dockers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python_version: [3.6]
27-
pytorch_version: [1.4, 1.7]
26+
python_version: [3.7]
27+
pytorch_version: [1.4, 1.8]
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v2
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
python_version: [3.7]
49-
xla_version: [1.6, 1.7, "nightly"]
49+
xla_version: [1.6, 1.8, "nightly"]
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v2

.github/workflows/events-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
python_version: [3.6, 3.7]
51-
xla_version: [1.6, 1.7] # todo: , "nightly"
50+
python_version: [3.7]
51+
xla_version: [1.6, 1.7, 1.8] # todo: , "nightly"
5252
steps:
5353
- name: Checkout
5454
uses: actions/checkout@v2

0 commit comments

Comments
 (0)