mirror of https://github.com/vllm-project/vllm
[Doc][Typo] Fixing Missing Comma (#5403)
This commit is contained in:
parent
d8f31f2f8b
commit
3c4cebf751
|
@ -92,7 +92,7 @@ autodoc_mock_imports = [
|
|||
"vllm._C",
|
||||
"PIL",
|
||||
"numpy",
|
||||
'triton'
|
||||
'triton',
|
||||
"tqdm",
|
||||
"tensorizer",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue