Improve cli (#179)

This commit is contained in:
Adil Hafeez 2024-10-10 17:44:41 -07:00 committed by GitHub
parent ceca0dba28
commit 7d5f760884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 611 additions and 445 deletions

View file

@ -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