[dashboard] Remove aot_cudagraphs and nvprims_nvfuser (#89514)

Helps speeding up Dashboard runs

We will bring these back when the backends are ready to be tested on full model suite.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/89514
Approved by: https://github.com/SherlockNoMad
This commit is contained in:
Animesh Jain
2022-11-22 22:25:30 +00:00
committed by PyTorch MergeBot
parent ea920a1115
commit 5bba783d21

View File

@ -90,8 +90,6 @@ DEFAULTS = {
"training": [
"eager",
"aot_eager",
"aot_cudagraphs",
"nvprims_nvfuser",
"inductor",
"inductor_no_cudagraphs",
],