Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
b1fc99ca
Unverified
Commit
b1fc99ca
authored
Jan 09, 2026
by
Anant Sharma
Committed by
GitHub
Jan 09, 2026
Browse files
docs: update readme for pip install ai-dynamo[trtllm] (#5312)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
b39aa54f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
No files found.
README.md
View file @
b1fc99ca
...
...
@@ -259,9 +259,12 @@ sudo apt-get -y install libzmq3-dev
### 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:
```
...
...
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