Add Ray actor support for scheduler process management (DP=1) (#17684)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Xinyu Zhang
2026-03-05 13:21:23 -08:00
committed by GitHub
parent 07e7603c0c
commit b3cfad0a80
12 changed files with 1303 additions and 247 deletions

View File

@@ -121,6 +121,10 @@ diffusion = [
"xatlas",
]
ray = [
"ray[default]>=2.54.0",
]
tracing = [
"opentelemetry-api",
"opentelemetry-exporter-otlp",