bittensor icon indicating copy to clipboard operation
bittensor copied to clipboard

Add a parameter to select the uid range for `btcli root get_weights` command

Open gztensor opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

On lower resolutions the result is poorly readable if the number of neurons is high: image

Describe the solution you'd like

Please add the parameter (naming is discussable) that will allow to display only a range of uid colums, for example: --uid-range 5-13

or two parameters (each is optional):

--uid-range-start 5
--uid-range-stop 13

Describe alternatives you've considered

It could be output to plain text instead of rich.table to allow arbitrary width so that output can be directed to a file, but range is probably easier to use and to implement.

Additional context

No response

gztensor avatar May 23 '24 22:05 gztensor