[Doc] Mock new dependencies for documentation (#7245)

This commit is contained in:
Roger Wang 2024-08-06 23:43:03 -07:00 committed by GitHub
parent 9a3f49ae07
commit 2385c8f374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,8 @@ autodoc_mock_imports = [
"tensorizer",
"pynvml",
"outlines",
"gguf",
"lark",
]
for mock_target in autodoc_mock_imports: