Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions model/storage/chain/chain_model_metadata_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async def store_model_metadata(self, hotkey: str, model_id: ModelId, wait_for_in
# Wrap calls to the subtensor in a subprocess with a timeout to handle potential hangs.
partial = functools.partial(
bt.extrinsics.serving.publish_metadata,
self.subtensor,
self.wallet,
self.subnet_uid,
f"Raw{len(data)}",
Expand Down