Skip to content

Commit

Permalink
Add note on server start and update git clone command (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 authored Mar 25, 2024
1 parent 4113181 commit 039b165
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ matrix below:
### Install from Source

```bash
# Clone repo, git mode for development/contribution
git clone git@github.com:triton-inference-server/triton_cli.git
# Clone repo for development/contribution
git clone https://github.com/triton-inference-server/triton_cli.git
cd triton_cli

# Should be pointing at directory containing pyproject.toml
Expand All @@ -58,6 +58,12 @@ model using Triton's [vLLM backend](https://github.com/triton-inference-server/v
If you are not in an environment where the `tritonserver` executable is
present, Triton CLI will automatically generate and run a custom image
capable of serving the model. This behavior is subject to change.

> [!NOTE]
> `triton start` is a blocking command and will stream server logs to the
> current shell. To interact with the running server, you will need to start
> a separate shell and `docker exec` into the running container if using one.
```bash
# Explore the commands
triton -h
Expand Down

0 comments on commit 039b165

Please sign in to comment.