Fix TPU CI (#12419)

This commit is contained in:
Kaushik B 2022-03-23 11:35:38 +05:30 committed by GitHub
parent 905a4d8c6a
commit bd035af78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ jobs:
docker:
- image: circleci/python:3.7
environment:
- XLA_VER: 1.8
- XLA_VER: 1.9
- PYTHON_VER: 3.7
- MAX_CHECKS: 240
- CHECK_SPEEP: 5

View File

@ -8,7 +8,7 @@ local tputests = base.BaseTest {
mode: 'postsubmit',
configMaps: [],
timeout: 900, # 15 minutes, in seconds.
timeout: 1200, # 20 minutes, in seconds.
image: 'pytorchlightning/pytorch_lightning',
imageTag: 'base-xla-py{PYTHON_VERSION}-torch{PYTORCH_VERSION}',