TensorRT-LLMs/examples/disaggregated/slurm/simple_example/disagg_config.yaml
Shi Xiaowei fe7dda834d
[TRTLLM-7030][fix] Refactor the example doc of dist-serving (#6766)
Signed-off-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
2025-08-13 17:39:27 +08:00

13 lines
273 B
YAML

# Please replace `ctx_hostname` and `gen_hostname` with the actual addresses.
hostname: localhost
port: 8000
backend: pytorch
context_servers:
num_instances: 1
urls:
- "ctx_hostname:8001"
generation_servers:
num_instances: 1
urls:
- "gen_hostname:8002"