diff --git a/torchci/components/benchmark/llms/SummaryPanel.tsx b/torchci/components/benchmark/llms/SummaryPanel.tsx index 127725708f..c7517e4182 100644 --- a/torchci/components/benchmark/llms/SummaryPanel.tsx +++ b/torchci/components/benchmark/llms/SummaryPanel.tsx @@ -225,8 +225,8 @@ export function SummaryPanel({ 99 - ? 99 * ROW_HEIGHT + data.length > 98 + ? 98 * ROW_HEIGHT : data.length * ROW_HEIGHT + ROW_GAP } > diff --git a/torchci/pages/benchmark/llms.tsx b/torchci/pages/benchmark/llms.tsx index b69671facd..c25f0d7f44 100644 --- a/torchci/pages/benchmark/llms.tsx +++ b/torchci/pages/benchmark/llms.tsx @@ -299,7 +299,53 @@ export default function Page() { }); if (data === undefined || data.length === 0) { - return <>Loading {REPO_TO_BENCHMARKS[repoName].join(", ")}...; + return ( +
+ + + {REPO_TO_BENCHMARKS[repoName]} dashboard + + + + + + + + + <> + Found no records for {REPO_TO_BENCHMARKS[repoName].join(", ")}, + please wait a min or select different time range + + +
+ ); } const modelNames: string[] = [