Commit bd8f0804 authored by Kyungmin Lee's avatar Kyungmin Lee Committed by GitHub
Browse files

fix: broken link to dynamo run (#517)

parent 43b62ce2
......@@ -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
......
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