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
9281c95f
Unverified
Commit
9281c95f
authored
Jun 08, 2025
by
Ryan McCormick
Committed by
GitHub
Jun 08, 2025
Browse files
docs: Reference Deepseek R1 configs in TRTLLM README (#1414)
parent
cdddaeda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
examples/tensorrt_llm/README.md
examples/tensorrt_llm/README.md
+7
-0
No files found.
examples/tensorrt_llm/README.md
View file @
9281c95f
...
...
@@ -137,6 +137,13 @@ deploy a single Decode worker on one node, and a single Prefill worker on the ot
However, the instance counts, TP sizes, other configs, and responsibilities of each node
can be customized and deployed in similar ways.
For example, to deploy Deepseek R1, you could replace the referenced example
configs (
`configs/agg.yaml`
,
`configs/disagg.yaml`
) with corresponding Deepseek R1
example configs (
`configs/deepseek_r1/agg.yaml`
,
`configs/deepseek_r1/disagg.yaml`
).
You can find the example Deepseek R1 configs for GB200
[
here
](
configs/deepseek_r1
)
, but the config settings can be customized for testing
other hardware configurations or parallelism strategies.
##### Head Node
Start nats/etcd:
...
...
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