Install
Login
Create a project
cassian.yaml with your GPU and storage preferences.
Start
Connect
/workspace. Edit locally or in the container, both stay in sync.
Run a command
Stop
cassian up picks up where you left off.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Zero to GPU in under 2 minutes.
npm install -g cassian-cli
cassian login
cd your-project
cassian init
cassian.yaml with your GPU and storage preferences.
cassian up
cassian ssh
/workspace. Edit locally or in the container, both stay in sync.
cassian exec "python train.py --epochs 10"
cassian down
cassian up picks up where you left off.
cassian status