Skip to content

Commit 4e10d0b

Browse files
committed
.
1 parent 8291aa6 commit 4e10d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic_cuda_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
#. CUDA-enabled pytorch
4242
#. FFMPEG binaries that support NVDEC-enabled codecs
43-
#. libnpp
43+
#. libnpp and nvrtc (these are usually installed when you install the full cuda-toolkit)
4444
4545
4646
FFMPEG versions 5, 6 and 7 from conda-forge are built with NVDEC support and
@@ -49,7 +49,7 @@
4949
.. code-block:: bash
5050
5151
conda install ffmpeg=7 -c conda-forge
52-
conda install libnpp -c nvidia
52+
conda install libnpp cuda-nvrtc -c nvidia
5353
"""
5454

5555
# %%

0 commit comments

Comments
 (0)