Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/kfto/kfto_mnist_training_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ func runKFTOPyTorchMnistJob(t *testing.T, accelerator Accelerator, image string,
And(
HaveLen(numProcPerNode),
ContainElement(
// Check that at least some GPU was utilized on more than 20%
HaveField("Value", BeNumerically(">", 20)),
// Check that at least some GPU was utilized on more than 5%
HaveField("Value", BeNumerically(">", 5)),
),
),
)
Expand Down