gridprov The Inference Grid
Use this command to install gridprov:
winget install --id=TheInferenceGrid.gridprov -e Provider CLI for The Grid - onboard GPUs and manage cells
winget install --id=TheInferenceGrid.gridprov -e Provider CLI for The Grid - onboard GPUs and manage cells
Lab onboarding and model management CLI for The Inference Grid.
brew install The-AI-Grid/tap/grid
Download the latest release for your platform from Releases.
curl -LO https://github.com/The-AI-Grid/grid-cli/releases/latest/download/grid-cli__linux_amd64.deb
sudo dpkg -i grid-cli_*.deb
# Authenticate
grid auth login --endpoint api.theinferencegrid.com:443 --api-key
# Push a model
grid model push \
--name my-model \
--version 1 \
--origin "r2://my-bucket/model.safetensors" \
--sign-key lab-key.pem \
--security-tier SEC0
# Check status
grid model status my-model --version 1
The gridprov CLI is also available for provider operations:
brew install The-AI-Grid/tap/gridprov
Proprietary. See LICENSE for details.