bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
Bittensor updates to match the new Subtensor parameters
This PR fixes a bug where `--wallet.reregister False` was ignored during `btcli run` The expected behaviour is to not reregister a wallet that is not registered, and instead exit. The...
Previously the registration statistics were always output in-place, overwriting the old information. To help with logging performance, this PR adds a flag `--subtensor.register.output_in_place ` Setting this flag to false (default...
The subtensor factory used to check if the network was `"bellagene"` to specially prepend `wss://` to the constant chain endpoint url. Instead, I think it's much better to add the...
local and remote train sometimes cause bugs if set to false. The default is already false, so an extra note is added to remind users to only use this flag...
This dockerfile reflects the current docker image for `opentensorfdn/bittensor` on dockerhub. The current image and tag is `opentensorfdn/bittensor:3.3.3-torch1.12.0-cuda11.3-pm2` This image contains `pm2 htop tmux curl` along with the bittensor dependencies....
This PR adds and fixes 4 subnet hyper parameter settings for subnet owners. Owners are now able to explicitly set Rho, Kappa, Difficulty, and bonds moving average on chain for...
In refactoring the determine_chain_endpoint_and_network method, the following changes were made to streamline and optimize the code: 1. Optional Type Hint for network Argument: I used Optional[str] for the network parameter...
removed `_do_` extrinsic functions from subtensor.py, and implemented them as inner functions in their related extrinsic func, as well as updated some of the remaining extrinsic calls that weren't using...