Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Reference Deepseek R1 configs in TRTLLM README
  • Loading branch information
rmccorm4 committed Jun 6, 2025
commit 9a3a12c354378d807d8a597d4f6125753bf0ed05
7 changes: 7 additions & 0 deletions examples/tensorrt_llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,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 parallelism settings in the configs can be
customized for other hardware configurations.

##### Head Node

Start nats/etcd:
Expand Down
Loading