Skip to content

The Grid CLI — lab onboarding and model management for The Inference Grid

Notifications You must be signed in to change notification settings

The-AI-Grid/grid-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

The Grid CLI

Lab onboarding and model management CLI for The Inference Grid.

Install

Homebrew (macOS / Linux)

brew install The-AI-Grid/tap/grid

Download Binary

Download the latest release for your platform from Releases.

Debian / Ubuntu

curl -LO https://github.com/The-AI-Grid/grid-cli/releases/latest/download/grid-cli_<version>_linux_amd64.deb
sudo dpkg -i grid-cli_*.deb

Quick Start

# Authenticate
grid auth login --endpoint api.theinferencegrid.com:443 --api-key <YOUR_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

Provider CLI

The gridprov CLI is also available for provider operations:

brew install The-AI-Grid/tap/gridprov

License

Proprietary. See LICENSE for details.

About

The Grid CLI — lab onboarding and model management for The Inference Grid

Resources

Stars

Watchers

Forks

Packages