[Docs] Add Docs on Limitations of VLM Support (#5383)

This commit is contained in:
Roger Wang
2024-06-10 09:53:50 -07:00
committed by GitHub
parent c5602f0baa
commit 856c990041
2 changed files with 9 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ autodoc_mock_imports = [
"vllm._C",
"PIL",
"numpy",
'triton'
"tqdm",
"tensorizer",
]