We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8291aa6 commit 4e10d0bCopy full SHA for 4e10d0b
examples/basic_cuda_example.py
@@ -40,7 +40,7 @@
40
41
#. CUDA-enabled pytorch
42
#. FFMPEG binaries that support NVDEC-enabled codecs
43
-#. libnpp
+#. libnpp and nvrtc (these are usually installed when you install the full cuda-toolkit)
44
45
46
FFMPEG versions 5, 6 and 7 from conda-forge are built with NVDEC support and
@@ -49,7 +49,7 @@
49
.. code-block:: bash
50
51
conda install ffmpeg=7 -c conda-forge
52
- conda install libnpp -c nvidia
+ conda install libnpp cuda-nvrtc -c nvidia
53
"""
54
55
# %%
0 commit comments