bittensor-subnet-template
bittensor-subnet-template copied to clipboard
Template Design for a Bittensor subnetwork
The default subnet code has been reused on major mainnet subnets leading to predictable issues with lack of checks towards stakeless validators, and a triggerable exception with a longer stacktrace...
The issue is deeply discussed on community discord: https://discord.com/channels/799672011265015819/1240229792348110920 In short: boosting or setting weights via btcli doesn't works on local environment. To reproduce follow all the steps up to...
Remove the incomplete sentence "If you need to define custom". The previous sentence already mentions customizing behaviour.
The miner template seemingly assumes that starting an axon never fails. In e2e tests (that use this template as their miner) the axon failed to start, due to mixing next_asyncio...
- [ ] Fixed #93 process_weights_for_netuid edge case - [ ] Fixed miner unnecessary sync calls
Fixes black formatting checks
This is a bugfix for #93 (issue provides a detailed description of where and how the bug occurs) The edge case occurs when there is only a single non-zero weight...
Edge case in weight setting that only occurs when there's a single non-zero weight: - In `weight_utils.process_weights_for_netuid `, non-zero weight indices are extracted by calling `np.argwhere(weights > 0).squeeze()`. (line 142)...
In light of the advancements regarding the integration of sentient AI agents into decentralized networks such as Bittensor, it has become evident that our current license frameworks may no longer...