Commit a7c35dcf authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Add missing arg to echo_full example and source cargo env in setup steps (#101)

parent 8992e895
......@@ -12,6 +12,7 @@ apt install -y build-essential libhwloc-dev libudev-dev pkg-config libssl-dev pr
Install Rust:
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
```
## Build
......@@ -305,7 +306,7 @@ dynamo-run in=http out=echo_core --model-path <hf-repo-checkout>
The `echo_full` engine accepts un-processed requests and echoes the prompt back as the response.
```
dynamo-run in=http out=echo_full
dynamo-run in=http out=echo_full --model-name my_model
```
### Configuration
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment