-
Tried running btcli inspect from the add_network_uids branch.
Received this error; AttributeError: 'Subtensor' object has no attribute 'get_stake'
For this line:
https://github.com/opentensor/b…
-
https://github.com/opentensor/bittensor/blob/017952f7c28f4370bc6d1c9add0c4d728072218e/bittensor/_subtensor/__init__.py#L111
I spent some time debugging and narrowed the error down to this line. (No…
-
**Describe the bug**
The scaling law upgrade is actually backfiring on people running fine-tuned miners, because they are hitting a "glass ceiling" when it comes to loss. Scaling laws seem to prefer …
-
### System Info
```Shell
deepspeed 0.9.1+cc67f22f
Python 3.11.3
torch 1.13.1+cu117
torchaudio 0.13.1+cu117
torchvi…
-
The server updates the console with the current weights every minute or so
Unnecessary calls to metagraph.sync() which could affect performance of the server and whole network
Only occurs if argum…
-
**Describe the bug**
btcli new_hotkey using a coldwallet name that does not exist completes and creates a hotkey that is registerable and can be used to mine but does not have a cold key for the TAO
…
-
### System Info
- `transformers` version: 4.27.0.dev0
- Platform: Linux-5.15.0-58-generic-x86_64-with-glibc2.35
- Python version: 3.10.6
- Huggingface_hub version: 0.12.0
- PyTorch version (GPU…
-
How possibly did you allow duplicate tickers?
-
**Describe the bug**
Creating new wallet generates error if connection to the internet is not available. This makes it impossible to generate an offline wallet via the normal methods.
**To Reprod…
-
@juansolana
>I'm trying to run a miner following the [documentation](https://docs.bittensor.com/RunningAMiner.html). I have already created my coldkey and my hotkey, installed cuda and checked that i…