Unverified Commit b1fc99ca authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

docs: update readme for pip install ai-dynamo[trtllm] (#5312)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent b39aa54f
...@@ -259,9 +259,12 @@ sudo apt-get -y install libzmq3-dev ...@@ -259,9 +259,12 @@ sudo apt-get -y install libzmq3-dev
### After installing the pre-requisites above, install Dynamo ### After installing the pre-requisites above, install Dynamo
``` ```
uv pip install ai-dynamo[trtllm] pip install --pre --extra-index-url https://pypi.nvidia.com ai-dynamo[trtllm]
``` ```
> [!Note]
> We use `pip` instead of `uv` here because `tensorrt-llm` has a URL-based git dependency (`etcd3`) that `uv` does not currently support.
Run the backend/worker like this: Run the backend/worker like this:
``` ```
......
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