We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f99eb commit 1d66023Copy full SHA for 1d66023
dags/legacy_test/tests/pytorch/nightly/ci.libsonnet
@@ -24,6 +24,7 @@ local tpus = import 'templates/tpus.libsonnet';
24
tpuSettings+: {
25
tpuVmExtraSetup: |||
26
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
28
|||,
29
},
30
0 commit comments