Skip to content

Commit

Permalink
moved info log setting to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanuys committed Dec 11, 2024
1 parent c2cb1c5 commit 7e527ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neurons/miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def save_state(self):
if __name__ == "__main__":
import warnings
warnings.filterwarnings("ignore")
bt.logging.set_info() # bittensor LoggingMachine has a bug, need to set this manually
with Miner() as miner:
while True:
bt.logging.info(f"Miner running | uid {miner.uid} | {time.time()}")
Expand Down

0 comments on commit 7e527ea

Please sign in to comment.