We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4d3d6 commit 3f0b2e0Copy full SHA for 3f0b2e0
bittensor/core/async_subtensor.py
@@ -4030,7 +4030,7 @@ async def set_weights(
4030
weights (Union[NDArray[np.float32], torch.FloatTensor, list]): The corresponding weights to be set for each
4031
UID.
4032
version_key (int): Version key for compatibility with the network. Default is int representation of
4033
- a Bittensor version.
+ the Bittensor version.
4034
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``False``.
4035
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
4036
``False``.
0 commit comments