Skip to content

Commit

Permalink
Add machine-readable list of PyTorch GPU tests.
Browse files Browse the repository at this point in the history
Used internally for benchmarking.

PiperOrigin-RevId: 709153019
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Dec 23, 2024
1 parent 1a9f8b1 commit 0a9b7a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/kubernetes/benchmarks/pytorch.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ var (
test: eval,
},
}

// AllTests is a map of test names to the tests.
AllTests = map[string][]pytorchTest{
"FastNLPBert": FastNLPBert,
"BigBird": BigBird,
"SpeechTransformer": SpeechTransformer,
"LearningToPaint": LearningToPaint,
"MobileNetV2": MobileNetV2,
}
)

// Name returns the name of the test with the argument parameters included. It is formatted so
Expand Down

0 comments on commit 0a9b7a7

Please sign in to comment.