opentensor / btcli

Bittensor command line tool
https://docs.bittensor.com/btcli
13 stars 4 forks source link

Fix cuda pow registration #215

Closed thewhaleking closed 3 weeks ago

thewhaleking commented 3 weeks ago

In CUDA POW Registration, #210 reported that the num processes was being accessed before being set (only in CUDA use). This resolves that by setting it before accessing.