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)