opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
886 stars 306 forks source link

Async for `commands/register.py` #1997

Closed ibraheem-opentensor closed 3 months ago

ibraheem-opentensor commented 3 months ago
roman-opentensor commented 3 months ago

Let's forget about bittensor/commands for now? My suggestion:

  1. Complete the full async migration of the entire bittensor (except for bittensor/commands and bin/btcli)
  2. Implement an abstract class for all modules in the commands sub-package
  3. Migrate commands modules
  4. Migrate btcli

We still need to do this. Now it looks like double work. Make sense?