We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beda828 commit ea29dacCopy full SHA for ea29dac
torchci/components/benchmark/compilers/common.tsx
@@ -57,7 +57,7 @@ export const HELP_LINK =
57
58
export const DTYPES = ["amp", "float16", "bfloat16", "quant", "notset"];
59
60
-export const DEFAULT_DEVICE_NAME = "cuda (a100)";
+export const DEFAULT_DEVICE_NAME = "cuda (h100)";
61
// TODO (huydhn): there is a way to avoid hard-coding dtypes and devices like how
62
// the LLM micro-benchmark page is implemented
63
export const DISPLAY_NAMES_TO_DEVICE_NAMES: { [k: string]: string } = {
0 commit comments