Skip to content

Commit

Permalink
[PT/XLA] Add missing deps for CI test (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Mar 8, 2024
1 parent 264cd87 commit 421e856
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dags/legacy_test/tests/pytorch/nightly/ci.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ local tpus = import 'templates/tpus.libsonnet';
test/tpu/run_tests.sh
|||,
],

},
local pjrt = self.pjrt,
pjrt:: common.PyTorchTpuVmMixin {
tpuSettings+: {
tpuVmExtraSetup: |||
pip install expecttest==0.1.6
pip install expecttest==0.1.6 rich
|||,
},
},
local pjrt = self.pjrt,
pjrt:: common.PyTorchTpuVmMixin,

local v5litepod_4 = self.v5litepod_4,
v5litepod_4:: {
Expand Down

0 comments on commit 421e856

Please sign in to comment.