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

Databricks ML Runtime 15 fails to import cudf #513

Closed
jacobtomlinson opened this issue Feb 6, 2025 · 1 comment · Fixed by #511
Closed

Databricks ML Runtime 15 fails to import cudf #513

jacobtomlinson opened this issue Feb 6, 2025 · 1 comment · Fixed by #511

Comments

@jacobtomlinson
Copy link
Member

Reproducer:

  • Follow the docs here
    • Create a startup script (see below)
    • Create single node compute instance
    • Choose the 15.4 LTS ML (includes Apache Spark 3.5.0, GPU, Scala 2.12)
    • Choose a GPU VM type
    • Under advanced add the startup script
#!/bin/bash
set -e

# Install RAPIDS libraries
pip install \
    --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple \
    "cudf-cu11>=25.02.*,>=0.0.0a0" "cuml-cu11>=25.02.*,>=0.0.0a0" \
    "dask-cuda>=25.02.*,>=0.0.0a0"

Importing cudf fails

Image
@jacobtomlinson
Copy link
Member Author

Switching to *-cu12 should resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant