Add Subnet Node

By this point, you should have your peer up and running as a model validator hosting a machine-learning model.

Ensure the peer is running and the model has fully loaded before running this command.

Run Add Model Peer

python -m petals_tensor.cli.run_add_subnet_node --path [path] --stake_to_be_added 1000

Parameters

  • --stake_to_be_added: The amount of balance you want to stake towards the model.

Last updated