Skip to content

Commit

Permalink
fixed Makefile error
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 5, 2024
1 parent 603c9fa commit 6aa5ed1
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) \
--subtensor.network $(network) \
--subtensor.chain_endpoint $(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) \
--subtensor.network $(network) \
--subtensor.chain_endpoint $(network) \
--axon.port 30336 \
--netuid $(netuid) \
--logging.level $(logging_level) \
Expand All @@ -52,7 +52,7 @@ miner2:
--neuron.name miner2 \
--wallet.name $(coldkey) \
--wallet.hotkey miner2 \
--network $(network) \
--subtensor.chain_endpoint $(network) \
--axon.port 30337 \
--netuid $(netuid) \
--logging.level $(logging_level) \
Expand Down

0 comments on commit 6aa5ed1

Please sign in to comment.