From 79f0e41be896bd3a8bc947b68fa90a7db87133a5 Mon Sep 17 00:00:00 2001 From: Matthias Reso <13337103+mreso@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:35:25 +0000 Subject: [PATCH] Fix lint --- ts/llm_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/llm_launcher.py b/ts/llm_launcher.py index f1aff6c492..591eedd474 100644 --- a/ts/llm_launcher.py +++ b/ts/llm_launcher.py @@ -280,7 +280,7 @@ def main(args): default=0.1, help="KV Cache free gpu memory fraction", ) - + args = parser.parse_args() main(args)