Skip to content

Commit

Permalink
Consistent load behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 15, 2024
1 parent 50c22f9 commit c079225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/gpu/lib/ModelSrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,7 @@ def meta_save_checkpoint(self, body, websocket):
)
)

self.chk = checkpoint
return checkpoint
self.chk = self.api.get_checkpoint(checkpoint["id"])


def done_processing(modelsrv):
Expand Down

0 comments on commit c079225

Please sign in to comment.