Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skirui-source committed Nov 17, 2023
1 parent 5fa351f commit dbf9280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/platforms/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ dask databricks run --cuda

```

**Note**: To launch a dask cluster with GPU workers, you must parse in `--cuda` flag option when running the `dask databricsk run` command, otherwise the script will launch standard dask workers by default. Running this script should launch a dask scheduler in the driver node and workers on remaining nodes within a few minutes.
**Note**: By default, the `dask databricks run` command will launch a dask scheduler in the driver node and standard workers on remaining nodes.

To launch a dask cluster with GPU workers, you must parse in `--cuda` flag option.

### Launch Dask cluster

Expand Down

0 comments on commit dbf9280

Please sign in to comment.