Skip to content

Commit

Permalink
Stack on top
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Jan 16, 2025
1 parent 17d8e51 commit 14d60d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/components/benchmark/llms/ModelGraphPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function GraphPanel({
.filter((metric) => chartData[metric].length !== 0)
.map((metric: string) => (
<Grid2
size={{ xs: 12, lg: modelName === DEFAULT_MODEL_NAME ? 6 : 4 }}
size={{ xs: 12, lg: modelName === DEFAULT_MODEL_NAME ? 12 : 4 }}
height={GRAPH_ROW_HEIGHT}
key={metric}
>
Expand Down

0 comments on commit 14d60d3

Please sign in to comment.