Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed May 15, 2024
1 parent 0305dcf commit d55c86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def list_experiment_configs(self):
"xla": [None, "PJRT", "XRT"],
"xla_flags": [None],
"dynamo": [None, "inductor", "openxla_eval", "openxla"],
"torch_xla2": ["extract_jax",
"torch_xla2": [None, "extract_jax",
"torch_export"], # options only apply to torch_xla2
"test": ["eval", "train"],
}
Expand Down

0 comments on commit d55c86c

Please sign in to comment.