bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
The most critical screens: 1. btcli root list 2. btcli stake delegate / undelegate 3. btcli subnets list 4. btcli st add / remove 5. btcli r list_delegates 6. btcli...
[WIP] Backend server for Commander. Fixes - https://github.com/opentensor/KnowledgeBase/issues/2
### Describe the bug Revolt | TAO-Validator.com tried setting weights when sn30 didn't exist and this is what he got ``` ❌ Failed: {'type': 'Module', 'name': 'UidVecContainInvalidOne', 'docs': ['The caller...
### Describe the bug It seems the new update 6.12.0 is mandatory to use testnet now. However, logging is still broken starting from version 6.10.0. bt.logging.info doesn't show up. only...
### Describe the bug I faced a error when adding commit/reveal weights to subnet Finally i found that weights must be a list of int, though weights should be a...
Branch: `dynamic`
### The current task will cover 2 goals: 1. Avoiding multiple code duplication 2. Maintaining strict class architectures for creating command classes. ### AC: - [ ] The classes of...
Branch: `dynamic` Steps to reproduce: 1. Use zsh on MAC OS 2. `btcli s list`  
Branch: `dynamic` The slippage is currently shown in `st add` and `st remove`. `st delegate` and `st undelegate` need to show it the same way using the globally configurable parameter...
### Is your feature request related to a problem? Please describe. As a next step after `bittensor/subtensor.py` migrated to async the `bittensor/extrinsic` sub-package have to be next one. ### Describe...