Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Sep 18, 2024
1 parent 814a518 commit 79f0e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/llm_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def main(args):
default=0.1,
help="KV Cache free gpu memory fraction",
)

args = parser.parse_args()

main(args)

0 comments on commit 79f0e41

Please sign in to comment.