Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a7c35dcf
Commit
a7c35dcf
authored
Mar 11, 2025
by
Ryan McCormick
Committed by
GitHub
Mar 11, 2025
Browse files
fix: Add missing arg to echo_full example and source cargo env in setup steps (#101)
parent
8992e895
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
launch/dynamo-run/README.md
launch/dynamo-run/README.md
+2
-1
No files found.
launch/dynamo-run/README.md
View file @
a7c35dcf
...
@@ -12,6 +12,7 @@ apt install -y build-essential libhwloc-dev libudev-dev pkg-config libssl-dev pr
...
@@ -12,6 +12,7 @@ apt install -y build-essential libhwloc-dev libudev-dev pkg-config libssl-dev pr
Install Rust:
Install Rust:
```
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
```
```
## Build
## Build
...
@@ -305,7 +306,7 @@ dynamo-run in=http out=echo_core --model-path <hf-repo-checkout>
...
@@ -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.
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
### Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment