We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5b389 commit 78aad1aCopy full SHA for 78aad1a
1 file changed
packages/app/src/components/inference/ui/ComparisonChangelog.tsx
@@ -28,7 +28,7 @@ export default function ComparisonChangelog({
28
loading,
29
totalDatesQueried,
30
}: ComparisonChangelogProps) {
31
- const [isExpanded, setIsExpanded] = useState(false);
+ const [isExpanded, setIsExpanded] = useState(true);
32
33
// Filter changelog entries to only show those matching selected GPUs and precisions.
34
// For GPUs without a direct entry on a date, walk backwards to the most recent prior changelog.
0 commit comments