[smg][ci] Migrate Response API e2e tests to shared infrastructure (#16680)
Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: key4ng <rukeyang@gmail.com>
This commit is contained in:
co-authored by
Chang Su
key4ng
parent
bb798a1c26
commit
109fe03ad1
@@ -494,6 +494,11 @@ class ModelPool:
|
||||
if ib_device:
|
||||
cmd.extend(["--disaggregation-ib-device", ib_device])
|
||||
|
||||
# Additional worker args from model spec (e.g., --context-length)
|
||||
worker_args = spec.get("worker_args", [])
|
||||
if worker_args:
|
||||
cmd.extend(worker_args)
|
||||
|
||||
# Build key based on worker type (or use custom key)
|
||||
if instance_key:
|
||||
key = instance_key
|
||||
|
||||
Reference in New Issue
Block a user