masa-finance / masa-bittensor

Bittensor Subnet Config
https://masa.ai
MIT License
0 stars 0 forks source link

fix: setting weights on chain #82

Closed hide-on-bush-x closed 3 weeks ago

hide-on-bush-x commented 3 weeks ago

Description

In the context of #77, managed to update the codebase in order to set weights successfully on the testnet subnet

Running on Bittensor v7.1.0 weights_rate_limit set to 5 on the subnet

Matrix after running a few calls:

array([[0., 0., 0., 0., 0.],
       [1., 0., 0., 0., 0.],
       [0., 0., 0., 0., 0.],
       [0., 0., 0., 0., 0.],
       [0., 0., 0., 0., 0.]], dtype=float32)

closes #78 closes #62

grantdfoster commented 3 weeks ago

Referencing this open spike https://github.com/masa-finance/masa-bittensor/issues/49