Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 871 Bytes

File metadata and controls

18 lines (11 loc) · 871 Bytes
title MaxWeightExceeded
description A chain-side capacity limit was hit; reduce the size or count of the request

{/* GENERATED by scripts/generate.py from the SDK registries — do not edit. */}

After normalization, one of the submitted weights exceeds the subnet's maximum weight limit (self-weight is exempt). Check the MaxWeightsLimit hyperparameter (btcli hparams get --netuid <n>) and flatten the weight vector before setting.

Declared by the SubtensorModule pallet; it classifies to the semantic code limit_exceeded.

Declared at pallets/subtensor/src/macros/errors.rs#L77.

Remediation

A chain-side capacity limit was hit; reduce the size or count of the request

The same explanation is available in the terminal: btcli explain MaxWeightExceeded.