From dce20d06bf82399f88e3e4b424559fc3cb548630 Mon Sep 17 00:00:00 2001 From: Alec <35311602+alec-flowers@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:48:25 -0800 Subject: [PATCH] fix: revert space making DGD invalid (#4349) Signed-off-by: alec-flowers --- recipes/qwen3-32b-fp8/trtllm/disagg/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qwen3-32b-fp8/trtllm/disagg/deploy.yaml b/recipes/qwen3-32b-fp8/trtllm/disagg/deploy.yaml index 6c43df5e7..9d8c8fdaa 100644 --- a/recipes/qwen3-32b-fp8/trtllm/disagg/deploy.yaml +++ b/recipes/qwen3-32b-fp8/trtllm/disagg/deploy.yaml @@ -332,7 +332,7 @@ spec: - mountPath: /opt/dynamo/configs name: llm-config-decode readOnly: true - workingDir: /workspace/examples/backends/trtllm + workingDir: /workspace/examples/backends/trtllm volumes: - configMap: name: llm-config-decode