Skip to content

Commit 1d66023

Browse files
authored
Fix v5litpod CI (#195)
1 parent b2f99eb commit 1d66023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dags/legacy_test/tests/pytorch/nightly/ci.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ local tpus = import 'templates/tpus.libsonnet';
2424
tpuSettings+: {
2525
tpuVmExtraSetup: |||
2626
pip install expecttest==0.1.6 rich
27+
pip install torch_xla[pallas] -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
2728
|||,
2829
},
2930
},

0 commit comments

Comments
 (0)