Skip to content

Commit

Permalink
Merge pull request #56 from foundryservices/266-enhance-readme
Browse files Browse the repository at this point in the history
Enhance README
  • Loading branch information
peterc-yuma authored Dec 20, 2024
2 parents 5b3d358 + cc9af55 commit c44978f
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 199 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ validator_hotkey = validator
miner_hotkey = miner
netuid = $(testnet_netuid)
network = $(testnet)
logging_level = info # options= ['info', 'debug', 'trace']


################################################################################
Expand All @@ -18,7 +19,6 @@ locanet = ws://127.0.0.1:9944
finney_netuid = 28
testnet_netuid = 93
localnet_netuid = 1
logging_level = info # options= ['info', 'debug', 'trace']


################################################################################
Expand Down Expand Up @@ -54,4 +54,3 @@ miner:
--vpermit_tao_limit 2 \
--hf_repo_id foundryservices/bittensor-sn28-base-lstm \
--model mining_models/base_lstm_new.h5

Loading

0 comments on commit c44978f

Please sign in to comment.