mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-18 22:55:08 -05:00
3 lines
90 B
Python
3 lines
90 B
Python
# fmt: off
|
|
if __name__ == '__main__':from openllm_cli.entrypoint import cli;cli() # noqa
|