[Doc][Typo] Fixing Missing Comma (#5403)

This commit is contained in:
Roger Wang
2024-06-11 00:20:28 -07:00
committed by GitHub
parent d8f31f2f8b
commit 3c4cebf751

View File

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