-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs pointing towards daft-launcher (in the distributed-computing…
… section)
- Loading branch information
Raunak Bhagat
committed
Nov 22, 2024
1 parent
60ae62f
commit 638b738
Showing
7 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
docs/source/user_guide/distributed-computing/daft-launcher.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Daft Launcher | ||
===================== | ||
|
||
Getting started with running daft at a distributed scale can be tough. | ||
Therefore, we've created a simple, open-sourced launcher to help you get started. | ||
|
||
The tool, `daft-launcher <https://github.com/Eventual-Inc/daft-launcher>`_, is open-sourced and available to be run today! | ||
To install it, you can run ``pip install daft-launcher`` (or using ``uv``, you can run ``uv pip install daft-launcher``). | ||
|
||
To get started with it, please refer to our MDBook documentation, available `here <https://eventual-inc.github.io/daft-launcher/>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ The Daft Poweruser | |
|
||
poweruser/memory | ||
poweruser/partitioning | ||
poweruser/distributed-computing |