Unverified Commit 17139df9 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: use full path for recipes directory (#3989)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent f2414f51
......@@ -139,7 +139,7 @@ spec:
- --served-model-name
- Qwen/Qwen3-0.6B
- --extra-engine-args
- ./recipes/qwen3/trtllm/prefill.yaml
- /workspace/prefill.yaml
- --disaggregation-mode
- prefill
- --disaggregation-strategy
......@@ -179,7 +179,7 @@ spec:
- --served-model-name
- Qwen/Qwen3-0.6B
- --extra-engine-args
- ./recipes/qwen3/trtllm/decode.yaml
- /workspace/decode.yaml
- --disaggregation-mode
- decode
- --disaggregation-strategy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment