Skip to content

Commit 3c4cebf

Browse files
authored
[Doc][Typo] Fixing Missing Comma (#5403)
1 parent d8f31f2 commit 3c4cebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def setup(app):
9292
"vllm._C",
9393
"PIL",
9494
"numpy",
95-
'triton'
95+
'triton',
9696
"tqdm",
9797
"tensorizer",
9898
]

0 commit comments

Comments
 (0)