refactor(cli): move out to its own packages (#619)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-12 18:25:44 -05:00
committed by GitHub
parent 38a7d2a5b5
commit e0632a85ed
22 changed files with 70 additions and 48 deletions

View File

@@ -8,6 +8,6 @@ To start any OpenLLM model:
"""
if __name__ == '__main__':
from openllm.cli.entrypoint import cli
from openllm_cli.entrypoint import cli
cli()