Skip to content

Commit

Permalink
Switch the dashboard default display device from A100 to H100.
Browse files Browse the repository at this point in the history
  • Loading branch information
desertfire committed Feb 25, 2025
1 parent 0ca13ac commit 22c8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/components/benchmark/compilers/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const HELP_LINK =

export const DTYPES = ["amp", "float16", "bfloat16", "quant", "notset"];

export const DEFAULT_DEVICE_NAME = "cuda (a100)";
export const DEFAULT_DEVICE_NAME = "cuda (h100)";
// TODO (huydhn): there is a way to avoid hard-coding dtypes and devices like how
// the LLM micro-benchmark page is implemented
export const DISPLAY_NAMES_TO_DEVICE_NAMES: { [k: string]: string } = {
Expand Down

0 comments on commit 22c8a81

Please sign in to comment.