Looking through the code I'm confused where the miner resyncs the metagraph data. On the following line the metagraph is fetched and set to a local variable. Should this be self.metagraph instead of metagraph to update the metagraph used in other places, e.g. Blacklist. I might be completely wrong, but then I do not understand where the metagraph is updated.
|
metagraph = self.subtensor.metagraph( |
Feel free to close the issue if I'm incorrect.
Looking through the code I'm confused where the miner resyncs the metagraph data. On the following line the metagraph is fetched and set to a local variable. Should this be
self.metagraphinstead ofmetagraphto update the metagraph used in other places, e.g. Blacklist. I might be completely wrong, but then I do not understand where the metagraph is updated.text-prompting/prompting/baseminer/run.py
Line 101 in 2e8b1b8
Feel free to close the issue if I'm incorrect.