diff --git a/docs/source/conf.py b/docs/source/conf.py index ee0f6c53..ca26dcec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -92,7 +92,7 @@ autodoc_mock_imports = [ "vllm._C", "PIL", "numpy", - 'triton' + 'triton', "tqdm", "tensorizer", ]