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
bd8f0804
Commit
bd8f0804
authored
Apr 04, 2025
by
Kyungmin Lee
Committed by
GitHub
Apr 04, 2025
Browse files
fix: broken link to dynamo run (#517)
parent
43b62ce2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/tensorrt_llm/README.md
examples/tensorrt_llm/README.md
+1
-1
No files found.
examples/tensorrt_llm/README.md
View file @
bd8f0804
...
...
@@ -90,7 +90,7 @@ dynamo run out=pystr:./engines/agg_engine.py -- --engine_args ./configs/llm_api_
```
The above command should load the model specified in
`llm_api_config.yaml`
and start accepting
text input from the client. For more details on the
`dynamo run`
command, please refer to the
[
dynamo run
](
/
launch/README
.md#python-bring-your-own-engine
)
documentation.
[
dynamo run
](
/
docs/guides/dynamo_run
.md#python-bring-your-own-engine
)
documentation.
Currently only aggregated deployment option is supported by
`dynamo run`
for TensorRT-LLM.
Adding support for disaggregated deployment is under development. This does
*not*
require
...
...
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