Docs

Documentation

⌘K

Welcome to Datavere

Datavere is AI cloud infrastructure for data workloads. These docs cover the CLI, SDKs, and APIs you need to ship training, fine-tuning, inference, and pipelines.

quickstart.sh
# install
curl -fsSL https://get.datavere.dev | sh

# login and launch
dv login
dv gpu launch --type a100 --image datavere/torch:2.4 \
  --command "python train.py"

Looking for something not here? Ask on the Discourse forum or open an issue on GitHub.