Loading
Loading

This information was auto-extracted from the GitHub repository and may be incomplete or out of date. Always refer to the subnet's GitHub repository for the latest instructions.
GPU requirements are specified per chute via NodeSelector configuration. Minimum VRAM per GPU is configurable (default 16GB). CUDA 12.2-12.6 required on base image. Chutes run as FastAPI applications on Docker containers.
No validator hardware requirements documented
Install Bittensor library for wallet creation (older version recommended to avoid Rust dependency)
pip install 'bittensor<8'
Create a Bittensor coldkey for authentication
btcli wallet new_coldkey --n_words 24 --wallet.name chutes-user
Create a Bittensor hotkey associated with the coldkey
btcli wallet new_hotkey --wallet.name chutes-user --n_words 24 --wallet.hotkey chutes-user-hotkey
Install the chutes development kit and CLI
pip install chutes
Register with the chutes platform using Bittensor hotkey signatures
chutes register
Create API keys with appropriate scopes for deployment and management
chutes keys create --name admin-key --admin
Build a Docker image for deployment on the platform(optional)
chutes build <image-file>:chute --public --wait --debug
Deploy a chute to GPU miners (incurs one-time deployment fee)(optional)
chutes deploy <image-file>:chute --accept-fee