by dstackai
dstack is an open-source control plane for running development, training, and inference jobs on GPUs—across hyperscalers, neoclouds, or on-prem.
# Add to your Claude Code skills
git clone https://github.com/dstackai/dstackdstack is a unified control plane for GPU provisioning and orchestration that works with any GPU cloud, Kubernetes, or on-prem clusters.
It streamlines development, training, and inference, and is compatible with any hardware, open-source tools, and frameworks.
dstack supports NVIDIA, AMD, Google TPU, Intel Gaudi, and Tenstorrent accelerators out of the box.
No comments yet. Be the first to share your thoughts!
Before using
dstackthrough CLI or API, set up adstackserver. If you already have a runningdstackserver, you only need to set up the CLI.
To orchestrate compute across GPU clouds or Kubernetes clusters, you need to configure backends.
Backends can be set up in ~/.dstack/server/config.yml or through the project settings page in the UI.
For more details, see Backends.
When using
dstackwith on-prem servers, backe...