You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/cuvs_bench/index.rst
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This tool offers several benefits, including
24
24
25
25
* `Docker`_
26
26
27
-
- `How to run the benchmarks`_
27
+
- `How benchmarks are run`_
28
28
29
29
* `Step 1: Prepare the dataset`_
30
30
@@ -93,32 +93,36 @@ We provide images for GPU enabled systems, as well as systems without a GPU. The
93
93
- `cuvs-bench-datasets`: Contains the GPU and CPU benchmarks with million-scale datasets already included in the container. Best suited for users that want to run multiple million scale datasets already included in the image.
94
94
- `cuvs-bench-cpu`: Contains only CPU benchmarks with minimal size. Best suited for users that want the smallest containers to reproduce benchmarks on systems without a GPU.
95
95
96
-
Nightly images are located in `dockerhub <https://hub.docker.com/r/rapidsai/cuvs-bench/tags>`_, meanwhile release (stable) versions are located in `NGC <https://hub.docker.com/r/rapidsai/cuvs-bench>`_, starting with release 24.10.
96
+
Nightly images are located in `dockerhub <https://hub.docker.com/r/rapidsai/cuvs-bench/tags>`_.
97
97
98
-
The following command pulls the nightly container for Python version 3.10, CUDA version 12.0, and cuVS version 24.10:
98
+
The following command pulls the nightly container for Python version 3.10, CUDA version 12.5, and cuVS version 24.12:
99
99
100
100
.. code-block:: bash
101
101
102
-
docker pull rapidsai/cuvs-bench:24.10a-cuda12.0-py3.10 #substitute cuvs-bench for the exact desired container.
102
+
docker pull rapidsai/cuvs-bench:24.12a-cuda12.5-py3.10 #substitute cuvs-bench for the exact desired container.
103
103
104
104
The CUDA and python versions can be changed for the supported values:
105
-
- Supported CUDA versions: 11.4 and 12.x
106
-
- Supported Python versions: 3.9 and 3.10.
105
+
- Supported CUDA versions: 11.8 and 12.5
106
+
- Supported Python versions: 3.10 and 3.11.
107
107
108
108
You can see the exact versions as well in the dockerhub site:
- `cuVS bench with datasets preloaded images <https://hub.docker.com/r/rapidsai/cuvs-bench-cpu/tags>`_
110
+
- `cuVS bench with pre-loaded million-scale datasets images <https://hub.docker.com/r/rapidsai/cuvs-bench-cpu/tags>`_
111
111
- `cuVS bench CPU only images <https://hub.docker.com/r/rapidsai/cuvs-bench-datasets/tags>`_
112
112
113
113
**Note:** GPU containers use the CUDA toolkit from inside the container, the only requirement is a driver installed on the host machine that supports that version. So, for example, CUDA 11.8 containers can run in systems with a CUDA 12.x capable driver. Please also note that the Nvidia-Docker runtime from the `Nvidia Container Toolkit <https://github.com/NVIDIA/nvidia-docker>`_ is required to use GPUs inside docker containers.
114
114
115
-
How to run the benchmarks
116
-
=========================
115
+
How benchmarks are run
116
+
======================
117
+
118
+
The `cuvs-bench` package contains lightweight Python scripts to run the benchmarks. There are 4 general steps to running the benchmarks and visualizing the results.
117
119
118
-
We provide a collection of lightweight Python scripts to run the benchmarks. There are 4 general steps to running the benchmarks and visualizing the results.
0 commit comments