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,7 @@ on:
- '*'
paths:
- 'openllm-python/src/openllm/**'
- 'openllm-python/src/openllm_cli/**'
- 'openllm-core/src/openllm_core/**'
- 'openllm-client/src/openllm_client/**'
pull_request:
@@ -15,6 +16,7 @@ on:
- 'main'
paths:
- 'openllm-python/src/openllm/**'
- 'openllm-python/src/openllm_cli/**'
- 'openllm-core/src/openllm_core/**'
- 'openllm-client/src/openllm_client/**'
types: [labeled, opened, synchronize, reopened]