Unverified Commit e53a759c authored by GuanLuo's avatar GuanLuo Committed by GitHub
Browse files

fix: remove undefined headless config (#1660)

parent 8b1f2ded
...@@ -47,7 +47,6 @@ VllmDpWorker: ...@@ -47,7 +47,6 @@ VllmDpWorker:
# depending on the DP worker counts and where the DP worker is located. # depending on the DP worker counts and where the DP worker is located.
# See README.md for more details. # See README.md for more details.
data_parallel_start_rank: 8 data_parallel_start_rank: 8
headless: true
ServiceArgs: ServiceArgs:
workers: 1 workers: 1
resources: resources:
......
...@@ -60,7 +60,6 @@ VllmDpWorker: ...@@ -60,7 +60,6 @@ VllmDpWorker:
# depending on the DP worker counts and where the DP worker is located. # depending on the DP worker counts and where the DP worker is located.
# See README.md for more details. # See README.md for more details.
data_parallel_start_rank: 8 data_parallel_start_rank: 8
headless: true
ServiceArgs: ServiceArgs:
workers: 1 workers: 1
resources: resources:
......
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