Start Validator Node
Last updated
Last updated
LibP2P has a detailed .
Model name: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
The path to download the model. The subnet automatically assumes it's a Hugging Face repository unless specified otherwise.
Public IP: The public IP of the server.
Port: The port opened for communications amongst peers in the subnet.
Identity Path: The path to the ed25519 private key file previously generated in the first step.
This defaults to private_key.key.
Model Name
: The path to download the model. The subnet automatically assumes it's a Hugging Face repository unless specified otherwise.
--public_ip
: The public IP of the server.
--port
: The port opened for communications amongst peers in the subnet
--identity_path
: The path to the ed25519 private key file previously generated in the step.
This defaults to private_key.key
--bootstrap_identity_path
: (Optional) The path to the bootstrap ed25519 private key file previously generated in the step.
This defaults to bootstrap_private_key.key
--num_blocks
: (Optional) Specify the number of served transformer blocks.
--local
: (Optional) Argument for local testing to use the LOCAL_RPC
environment variables.
See the list of arguments in the cli
directory.
Load the model transformer blocks
Start consensus integration automatically once the node is activated.
If you plan on using the IP and port to allow others to connect to the subnet, you can also to keep the validator node IP and port private from the general public.