Skip to content

Commit

Permalink
update README cuda libs
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Jan 9, 2025
1 parent ca2a028 commit b83700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ The Lightning-GPU can then be installed with ``pip``:
PL_BACKEND="lightning_gpu" python scripts/configure_pyproject_toml.py
python -m pip install -e . --config-settings editable_mode=compat -vv
Lightning-GPU also requires additional Nvidia libraries including `nvjilink`, `cusparse`, `cublas`, and `cuda-runtime`. These can be installed through the `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit/>`_ or from ``pip``.
Lightning-GPU also requires additional Nvidia libraries including ``nvJitLink``, ``cuSPARSE``, ``cuBLAS``, and ``CUDA runtime``. These can be installed through the `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit/>`_ or from ``pip``.

To simplify the build, we recommend using the containerized build process described in Docker support section.

Expand Down Expand Up @@ -434,7 +434,7 @@ The Lightning-Tensor can then be installed with ``pip``:
.. installation_LTensor-end-inclusion-marker-do-not-remove
Lightning-Tensor also requires additional Nvidia libraries including `nvjilink`, `cusolver`, `cusparse`, `cublas`, and `cuda-runtime`. These can be installed through the `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit/>`_ or from ``pip``.
Lightning-Tensor also requires additional Nvidia libraries including ``nvJitLink``, ``cuSOLVER``, ``cuSPARSE``, ``cuBLAS``, and ``CUDA runtime``. These can be installed through the `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit/>`_ or from ``pip``.

Please refer to the `plugin documentation <https://docs.pennylane.ai/projects/lightning/>`_ as
well as to the `PennyLane documentation <https://docs.pennylane.ai/>`_ for further reference.
Expand Down

0 comments on commit b83700a

Please sign in to comment.