diff --git a/docs/source/conf.py b/docs/source/conf.py index af1f22b23c126..7c5bb8f79d9e4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -96,6 +96,7 @@ autodoc_mock_imports = [ 'triton', "tqdm", "tensorizer", + "pynvml", ] for mock_target in autodoc_mock_imports: