The TrainLoop CLI provides commands for managing your LLM evaluation workflow.
For complete CLI documentation, installation guides, and usage examples:
- Installation - Install the CLI
- Quick Start - Get started guide
- CLI Reference - Complete command reference
- Development - Contributing to the CLI
# Install
pipx install trainloop-cli
# Initialize workspace
trainloop init
# Run evaluations
trainloop eval
# View results
trainloop studio
# Upgrade project
trainloop upgradeFor detailed information, visit evals.docs.trainloop.ai