Skip to main content

Usage

cassian init
Interactive setup. Creates cassian.yaml in the current directory. Shows live GPU availability.

Flags

cassian init --name my-project --gpu l4 --disk 50G --cloud-storage
FlagDescription
--name <name>Instance name
--gpu <type>GPU type (e.g. h100-sxm, a100-sxm, l4)
--gpu-count <n>Number of GPUs
--disk <size>Disk size (e.g. 50G, 200G)
--cloud-storageEnable cloud storage at /workspace/storage
-ySkip all prompts, use defaults

Generated cassian.yaml

name: my-project

gpu:
  count: 1
  type: l4

disk: 50G

storage: true

workspace:
  exclude:
    - "node_modules/"
    - ".venv/"
    - "__pycache__/"
    - "*.pyc"
    - "wandb/"