Unverified Commit 2e381b3e authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

fix: remove unused prometheus port args in trtllm planner DGD (#5314)


Signed-off-by: default avatarhongkuanz <hongkuanz@nvidia.com>
parent cf55e8b8
...@@ -52,7 +52,6 @@ spec: ...@@ -52,7 +52,6 @@ spec:
- --backend=trtllm - --backend=trtllm
- --adjustment-interval=60 - --adjustment-interval=60
- --profile-results-dir=/workspace/profiling_results - --profile-results-dir=/workspace/profiling_results
- --prometheus-port=9085
volumeMounts: volumeMounts:
- name: planner-profile-data - name: planner-profile-data
mountPath: /workspace/profiling_results mountPath: /workspace/profiling_results
......
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