Unverified Commit 9f0a3155 authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

docs: add instructions in planner tests to remove volumes/volumeMounts (#4335)


Signed-off-by: default avatarHannah Zhang <hannahz@nvidia.com>
parent 34dd7ee7
...@@ -197,6 +197,22 @@ spec: ...@@ -197,6 +197,22 @@ spec:
- --no-correction - --no-correction
``` ```
Remove `volumes` and `volumeMounts`:
```
# Remove these lines or any similar lines
volumeMounts:
- name: planner-profile-data
mountPath: /workspace/profiling_results
readOnly: true
volumes:
- name: planner-profile-data
configMap:
# Must be pre-created before deployment by the profiler
# See docs/planner/sla_planner_quickstart.md for more details
name: planner-profile-data
```
3. Update the model in VllmPrefillWorker and VllmDecodeWorker services: 3. Update the model in VllmPrefillWorker and VllmDecodeWorker services:
```yaml ```yaml
......
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