From 2385c8f374dd2c9f1a42fdbb05eebfa78137474c Mon Sep 17 00:00:00 2001 From: Roger Wang <136131678+ywang96@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:43:03 -0700 Subject: [PATCH] [Doc] Mock new dependencies for documentation (#7245) --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index f1eb8524..ded6742e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -112,6 +112,8 @@ autodoc_mock_imports = [ "tensorizer", "pynvml", "outlines", + "gguf", + "lark", ] for mock_target in autodoc_mock_imports: