From 3c4cebf751a6d2ff9ada2f8234bab17ba7283e09 Mon Sep 17 00:00:00 2001 From: Roger Wang <136131678+ywang96@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:20:28 -0700 Subject: [PATCH] [Doc][Typo] Fixing Missing Comma (#5403) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ee0f6c53..ca26dcec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -92,7 +92,7 @@ autodoc_mock_imports = [ "vllm._C", "PIL", "numpy", - 'triton' + 'triton', "tqdm", "tensorizer", ]