Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to newer Databricks ML runtime #511

Merged
merged 3 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed source/images/databricks-deselect-photon.png
Binary file not shown.
6 changes: 2 additions & 4 deletions source/platforms/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -e
# Install RAPIDS libraries
pip install \
--extra-index-url={{rapids_pip_index}} \
"cudf-cu11>={{rapids_pip_version}}" "cuml-cu11>={{rapids_pip_version}}" \
"cudf-cu12>={{rapids_pip_version}}" "cuml-cu12>={{rapids_pip_version}}" \
"dask-cuda>={{rapids_pip_version}}"

```
Expand All @@ -42,9 +42,7 @@ To get started, navigate to the **All Purpose Compute** tab of the **Compute** s

![Screenshot of the Databricks compute page](../images/databricks-create-compute.png)

In order to launch a GPU node uncheck **Use Photon Acceleration** and select `14.2 ML (GPU, Scala 2.12, Spark 3.5.0)` runtime version.

![Screenshot of Use Photon Acceleration unchecked](../images/databricks-deselect-photon.png)
In order to launch a GPU node uncheck **Use Photon Acceleration** and select `15.4 LTS ML (includes Apache Spark 3.5.0, GPU, Scala 2.12)` runtime version.

The "GPU accelerated" nodes should now be available in the **Node type** dropdown.

Expand Down
Loading