Skip to main content

dstack is an open-source tool that simplifies LLM development across multiple clouds.

Project description

dstack

Cost-effective LLM development

DocsExamplesBlogSlack

Last commit PyPI - License

dstack is an open-source tool that simplifies LLM development across multiple clouds.

It streamlines development and deployment, reduces cloud costs, and frees users from vendor lock-in.

Latest news

Installation

To use dstack, install it with pip, and start the server.

pip install "dstack[aws,gcp,azure,lambda]"
dstack start

On startup, the server sets up a default project that runs everything locally. To run dev environments and tasks in the cloud, log into the UI, create the corresponding project, and configure the CLI to use it.

Configurations

A configuration is a YAML file that describes what you want to run.

Note All configuration files must be named with the suffix .dstack.yml. For example, you can name the configuration file .dstack.yml or app.dstack.yml. You can define these configurations anywhere within your project.

Configurations can be of two types: dev-environment and task.

Below is a configuration that runs a dev environment with a pre-built environment to which you can connect via VS Code Desktop.

type: dev-environment

init:
  - pip install -r requirements.txt

ide: vscode

Here's an example of a task configuration. A task can be either a batch job, such as training or fine-tuning a model, or a web application.

type: task

ports:
  - 7860

commands:
  - pip install -r requirements.txt
  - python app.py

CLI

To run a configuration, use the dstack run command and pass the path to the directory with the configuration.

$ dstack run . 

 RUN          CONFIGURATION  USER   PROJECT  INSTANCE  RESOURCES        SPOT
 fast-moth-1  .dstack.yml    admin  local    -         5xCPUs, 15987MB  auto  

Starting SSH tunnel...

To open in VS Code Desktop, use this link:
  vscode://vscode-remote/ssh-remote+fast-moth-1/workflow

To exit, press Ctrl+C.

The CLI automatically provisions the required cloud resources and forwards the ports to your local machine. If you interrupt the run, the cloud resources will be released automatically.

Profiles

The .dstack/profiles.yml file allows to describe multiple profiles. ach profile can configure the project to use and the resources required for the run.

profiles:
  - name: gpu-large
    project: gcp
    resources:
       memory: 48GB
       gpu:
         memory: 24GB
    default: true

If you have configured the default profile, the dstack run command will use it automatically. Otherwise, you can always specify the profile using --profile PROFILE.

More information

For additional information and examples, see the following links:

Licence

Mozilla Public License 2.0

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dstack-0.4rc1.tar.gz (155.4 kB view details)

Uploaded Source

Built Distribution

dstack-0.4rc1-py3-none-any.whl (13.8 MB view details)

Uploaded Python 3

File details

Details for the file dstack-0.4rc1.tar.gz.

File metadata

  • Download URL: dstack-0.4rc1.tar.gz
  • Upload date:
  • Size: 155.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for dstack-0.4rc1.tar.gz
Algorithm Hash digest
SHA256 bfb2c8de3325451f38d062a0851576f7cd3df31f346550e25f532519b4c685be
MD5 8c2068b694665007978ee5ffddbd6b3e
BLAKE2b-256 f90a752cfb5fc21d1d98f45e8991ef15b0dd7e5ea23161e6231eba90a4004b07

See more details on using hashes here.

File details

Details for the file dstack-0.4rc1-py3-none-any.whl.

File metadata

  • Download URL: dstack-0.4rc1-py3-none-any.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for dstack-0.4rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 0d5fa8c46c8686464fb27ccb6bdff042e89c42be1854840317e45127042a90ee
MD5 8b78d0af2bcedf49cfd14e508814284a
BLAKE2b-256 b1bb4ee18da369ec26e403e4298f82b675d70b0970038fa69b2545b1fa92e035

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page