Fix port conflicts in CI (#11497)

This commit is contained in:
Lianmin Zheng
2025-10-12 06:46:36 -07:00
committed by GitHub
parent 88e73ed048
commit 548a57b1f3
6 changed files with 34 additions and 336 deletions

View File

@@ -76,6 +76,7 @@ decord = ["decord"]
test = [
"accelerate",
"expecttest",
"gguf",
"jsonlines",
"matplotlib",
"pandas",
@@ -85,10 +86,10 @@ test = [
"tabulate",
]
tracing = [
"opentelemetry-api",
"opentelemetry-exporter-otlp",
"opentelemetry-exporter-otlp-proto-grpc",
"opentelemetry-sdk",
"opentelemetry-api",
"opentelemetry-exporter-otlp",
"opentelemetry-exporter-otlp-proto-grpc",
"opentelemetry-sdk",
]
all = ["sglang[test]", "sglang[decord]"]
all_aarch64 = ["sglang[test]"]