[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
1 changed files with 1 additions and 1 deletions

View File

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