Skip to content

Commit

Permalink
Add resnet50 + convergence + v4_8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounoh committed Nov 13, 2023
1 parent 49e8b9e commit 2967337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytorch/nightly/resnet50-mp.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,6 @@ local tpus = import 'templates/tpus.libsonnet';
// SPMD
resnet50 + functional + v4_8 + timeouts.Hours(2) + spmd(['batch']),
resnet50 + functional + v4_8 + timeouts.Hours(2) + spmd(['spatial']),
resnet50 + convergence + v4_8 + timeouts.Hours(14) + spmd(['batch']),
],
}

0 comments on commit 2967337

Please sign in to comment.