mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
Improve cli (#179)
This commit is contained in:
parent
ceca0dba28
commit
7d5f760884
18 changed files with 611 additions and 445 deletions
|
|
@ -56,9 +56,18 @@ sh build_cli.sh
|
|||
archgw build
|
||||
```
|
||||
|
||||
## Step 5: start model server in the background
|
||||
### Step 5: download models
|
||||
This will help download models so model_server can load faster. This should be done once.
|
||||
|
||||
```bash
|
||||
archgw download-models
|
||||
```
|
||||
archgw up --services model_server
|
||||
|
||||
### Logs
|
||||
`archgw` command can also view logs from gateway and model_server. Use following command to view logs,
|
||||
|
||||
```bash
|
||||
archgw logs --follow
|
||||
```
|
||||
|
||||
## Uninstall Instructions: archgw CLI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue