Skip to content

Commit

Permalink
--network flag not appropriate for the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 5, 2024
1 parent c1b016c commit 3d87eb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ validator:
--neuron.name validator \
--wallet.name $(coldkey) \
--wallet.hotkey $(validator_hotkey) \
--network $(network) \
--subtensor.network $(network) \
--axon.port 30335 \
--netuid $(netuid) \
--logging.level $(logging_level)
Expand All @@ -39,7 +39,7 @@ miner:
--neuron.name miner \
--wallet.name $(coldkey) \
--wallet.hotkey $(miner_hotkey) \
--network $(network) \
--subtensor.network $(network) \
--axon.port 30336 \
--netuid $(netuid) \
--logging.level $(logging_level) \
Expand All @@ -51,7 +51,7 @@ miner2:
--neuron.name miner2 \
--wallet.name $(coldkey) \
--wallet.hotkey miner2 \
--network $(network) \
--subtensor.network $(network) \
--axon.port 30337 \
--netuid $(netuid) \
--logging.level $(logging_level) \
Expand Down

0 comments on commit 3d87eb6

Please sign in to comment.