[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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