Skip to content

Commit

Permalink
timeout -> 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanuys committed Oct 15, 2024
1 parent 3323f1e commit 00fdb45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neurons/validator_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ async def forward(self, request: Request):
predictions = await self.dendrite(
axons=[metagraph.axons[uid] for uid in miner_uids],
synapse=ImageSynapse(image=payload['image'], prediction=-1),
deserialize=True
deserialize=True,
timeout=10
)

bt.logging.info(f"[ORGANIC] {predictions}")
Expand Down

0 comments on commit 00fdb45

Please sign in to comment.