Skip to content

Commit

Permalink
Adds remaining changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Aug 29, 2024
1 parent 95190db commit 306d382
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3389,19 +3389,17 @@ def weights_reveal(
),
):
"""
# weights reveal
Executes the `reveal` command to reveal weights for a specific subnet on the Bittensor network.
[red]Reveal weights[/red] for a specific subnet on the Bittensor network.
# Usage:
## Usage:
The command allows revealing weights for a specific subnet. Users need to specify the netuid (network unique
identifier), corresponding UIDs, and weights they wish to reveal.
### Example usage:
# Example usage:
```
$ btcli wt reveal --netuid 1 --uids 1,2,3,4 --weights 0.1,0.2,0.3,0.4 --salt 163,241,217,11,161,142,147,189
```
[green]$[/green] btcli wt reveal --netuid 1 --uids 1,2,3,4 --weights 0.1,0.2,0.3,0.4 --salt 163,241,217,11,161,142,147,189
[italic]Note[/italic]: This command is used to reveal weights for a specific subnet and requires the user to have the necessary permissions.
"""
Expand Down

0 comments on commit 306d382

Please sign in to comment.