Skip to content

Commit ea29dac

Browse files
authored
Switch the dashboard default display device from A100 to H100. (#6334)
1 parent beda828 commit ea29dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/components/benchmark/compilers/common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const HELP_LINK =
5757

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

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

0 commit comments

Comments
 (0)