Skip to content

Commit

Permalink
Add InstanceDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 18, 2024
1 parent 29b8606 commit d60d1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/gpu/lib/ModelSrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self, model, api):
self.api = api
self.model = model

print('INSTANCE DEBUG', json.dumps(api.instance))
if api.instance.get("checkpoint_id") is not None:
self.meta_load_checkpoint(self.api.instance.get("checkpoint_id"))

Expand Down

0 comments on commit d60d1ad

Please sign in to comment.