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

[Doc]Remove CUDA related requirement from download page.[Skip CI] #9277

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Changes from 1 commit
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
10 changes: 4 additions & 6 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The plugin is tested on the following architectures:

OS: Ubuntu 20.04, Ubuntu 22.04, CentOS 7, or Rocky Linux 8

NVIDIA Driver*: 470+
NVIDIA Driver*: R470+

Runtime:
Scala 2.12
Expand All @@ -55,7 +55,7 @@ The plugin is tested on the following architectures:
GCP Dataproc 2.0
GCP Dataproc 2.1

*Some hardware may have a minimum driver version greater than v450.80.02+. Check the GPU spec sheet
*Some hardware may have a minimum driver version greater than R470. Check the GPU spec sheet
for your hardware's minimum driver version.

*For Cloudera and EMR support, please refer to the
Expand All @@ -65,10 +65,8 @@ for your hardware's minimum driver version.
* Download the [RAPIDS
Accelerator for Apache Spark 23.08.1 jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.08.1/rapids-4-spark_2.12-23.08.1.jar)

This package is built against CUDA 11.8, all CUDA 11.x and 12.x versions are supported through [CUDA forward
compatibility](https://docs.nvidia.com/deploy/cuda-compatibility/index.html). It is tested
on V100, T4, A10, A100, L4 and H100 GPUs with CUDA 11.8-12.0. For those using other types of GPUs
which do not have CUDA forward compatibility (for example, GeForce), CUDA 11.8 or later is required.
This package is built against CUDA 11.8. It is tested on V100, T4, A10, A100, L4 and H100 GPUs with
CUDA 11.8-12.0.
viadea marked this conversation as resolved.
Show resolved Hide resolved

Note that v23.08.0 is deprecated.

Expand Down
Loading