Skip to content

Commit 9c8a6da

Browse files
committed
Pass checkpoint object instead of filename to include checkpoint_name in request
1 parent c8552cf commit 9c8a6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/Experiment/Train/ViewCheckpointsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function ViewCheckpointsModal({ open, onClose, jobId }) {
133133
size="sm"
134134
variant="outlined"
135135
onClick={() =>
136-
handleRestartFromCheckpoint(checkpoint.filename)
136+
handleRestartFromCheckpoint(checkpoint)
137137
}
138138
startDecorator={<PlayIcon />}
139139
>

0 commit comments

Comments
 (0)