Skip to content

Move Coordinator metadata off-chain#525

Draft
IAvecilla wants to merge 27 commits intogcs-2from
off-chain-coordinator-fields
Draft

Move Coordinator metadata off-chain#525
IAvecilla wants to merge 27 commits intogcs-2from
off-chain-coordinator-fields

Conversation

@IAvecilla
Copy link
Contributor

No description provided.

@IAvecilla IAvecilla self-assigned this Jan 29, 2026
@IAvecilla IAvecilla added contract change change to on-chain contract logic storage change change to on-chain storage layout labels Jan 29, 2026
Comment on lines +238 to +243
Err(e) => {
error!(
"Failed to fetch model extra data from Hub ({}), using default: {}",
repo_id, e
);
return Err(InitRunError::GcsModelLoad(e));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is returning GcsModelLoad error and should be HubModelLoad. Also, is the error log correct? not sure if the default log is ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contract change change to on-chain contract logic storage change change to on-chain storage layout

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants