Skip to content

Commit

Permalink
Remove setting of prog_name, this implies that an executable named 'm…
Browse files Browse the repository at this point in the history
…orpheus_llm' exists
  • Loading branch information
dagardner-nv committed Jun 24, 2024
1 parent 700b035 commit 64d6307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run_cli():

from llm.cli import cli

cli(obj={}, auto_envvar_prefix='MORPHEUS_LLM', show_default=True, prog_name="morpheus_llm")
cli(obj={}, auto_envvar_prefix='MORPHEUS_LLM', show_default=True)


if __name__ == '__main__':
Expand Down

0 comments on commit 64d6307

Please sign in to comment.