8000 GitHub - dstackai/dstack at issue_793_run_cost
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dstack is an open-source container orchestrator that simplifies workload orchestration and drives GPU utilization for ML teams. It works with any GPU cloud, on-prem cluster, or accelerated hardware.

License

Notifications You must be signed in to change notification settings

dstackai/dstack

 
 

Repository files navigation

Train and deploy generative AI on any cloud

DocsExamplesBlogDiscord

Last commit PyPI - License

dstack simplifies training, fine-tuning, and deploying generative AI models on any cloud.

Supported providers: AWS, GCP, Azure, Lambda, TensorDock, and Vast.ai.

Latest news ✨

Installation

Before using dstack through CLI or API, set up a dstack server.

Install the server

The easiest way to install the server, is via pip:

$ pip install "dstack[all]" -U

Another way to install the server is through Docker.

Configure the server

If you have default AWS, GCP, or Azure credentials on your machine, the dstack server will pick them up automatically.

Otherwise, you need to manually specify the cloud credentials in ~/.dstack/server/config.yml. For further details, refer to server configuration.

Start the server

To start the server, use the dstack server command:

$ dstack server

Applying configuration...
---> 100%

The server is running at http://127.0.0.1:3000/.
The admin token is bbae0f28-d3dd-4820-bf61-8f4bb40815da

More information

For additional information and examples, see the following links:

Licence

Mozilla Public License 2.0

About

dstack is an open-source container orchestrator that simplifies workload orchestration and drives GPU utilization for ML teams. It works with any GPU cloud, on-prem cluster, or accelerated hardware.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 54

0