mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
parent
1acf43ff7a
commit
c254dfb16a
4 changed files with 94 additions and 73 deletions
|
|
@ -48,7 +48,7 @@ source venv/bin/activate
|
|||
|
||||
### Step 3: Run the build script
|
||||
```bash
|
||||
sh build-cli.sh
|
||||
sh build_cli.sh
|
||||
```
|
||||
|
||||
### Step 4: build Arch
|
||||
|
|
@ -56,6 +56,10 @@ sh build-cli.sh
|
|||
archgw build
|
||||
```
|
||||
|
||||
## Step 5: start model server in the background
|
||||
```
|
||||
archgw up --services model_server
|
||||
```
|
||||
|
||||
## Uninstall Instructions: archgw CLI
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue