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

1
cz.py
View File

@@ -48,6 +48,7 @@ def run_cz(dir: str, package: str):
def main() -> int:
run_cz('openllm-python', 'openllm')
run_cz('openllm-python', 'openllm_cli')
run_cz('openllm-core', 'openllm_core')
run_cz('openllm-client', 'openllm_client')
return 0