[Deps] Raise smg-grpc-servicer floor to >=0.9.0 to unbreak SMG E2E CI (#38801)
Co-authored-by: Kangyan Zhou <kangyan.zhou@radixark.ai> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Kangyan Zhou
Claude Opus 5
parent
a26273d668
commit
06dfe05d65
@@ -8,6 +8,10 @@ on:
|
|||||||
- ".github/workflows/pr-test-rust.yml"
|
- ".github/workflows/pr-test-rust.yml"
|
||||||
- "scripts/ci/cuda/ci_install_dependency.sh"
|
- "scripts/ci/cuda/ci_install_dependency.sh"
|
||||||
- "scripts/ci/cuda/ci_install_gateway_dependencies.sh"
|
- "scripts/ci/cuda/ci_install_gateway_dependencies.sh"
|
||||||
|
# gateway-e2e resolves the SMG runtime deps (the smg-grpc-servicer
|
||||||
|
# floor) from here, via ci_install_dependency.sh's
|
||||||
|
# `pip install -e python[...]` — a bump there must re-run this workflow.
|
||||||
|
- "python/pyproject.toml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
types: [opened, synchronize, reopened, labeled]
|
types: [opened, synchronize, reopened, labeled]
|
||||||
@@ -16,6 +20,10 @@ on:
|
|||||||
- ".github/workflows/pr-test-rust.yml"
|
- ".github/workflows/pr-test-rust.yml"
|
||||||
- "scripts/ci/cuda/ci_install_dependency.sh"
|
- "scripts/ci/cuda/ci_install_dependency.sh"
|
||||||
- "scripts/ci/cuda/ci_install_gateway_dependencies.sh"
|
- "scripts/ci/cuda/ci_install_gateway_dependencies.sh"
|
||||||
|
# gateway-e2e resolves the SMG runtime deps (the smg-grpc-servicer
|
||||||
|
# floor) from here, via ci_install_dependency.sh's
|
||||||
|
# `pip install -e python[...]` — a bump there must re-run this workflow.
|
||||||
|
- "python/pyproject.toml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
+1
-1
@@ -63,7 +63,7 @@ runtime_common = [
|
|||||||
"uvicorn",
|
"uvicorn",
|
||||||
"uvloop",
|
"uvloop",
|
||||||
"xgrammar==0.2.1",
|
"xgrammar==0.2.1",
|
||||||
"smg-grpc-servicer>=0.5.0",
|
"smg-grpc-servicer>=0.9.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
# ROCm specific packages (https://repo.radeon.com/rocm/manylinux/)
|
# ROCm specific packages (https://repo.radeon.com/rocm/manylinux/)
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ dependencies = [
|
|||||||
"sgl-deep-ep==0.1.2",
|
"sgl-deep-ep==0.1.2",
|
||||||
"sgl-deep-gemm==0.1.7",
|
"sgl-deep-gemm==0.1.7",
|
||||||
"sglang-kernel==0.4.6.post1",
|
"sglang-kernel==0.4.6.post1",
|
||||||
"smg-grpc-servicer>=0.5.0",
|
"smg-grpc-servicer>=0.9.0",
|
||||||
"soundfile==0.13.1",
|
"soundfile==0.13.1",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
"tilelang==0.1.12",
|
"tilelang==0.1.12",
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ dependencies = [
|
|||||||
"scipy",
|
"scipy",
|
||||||
"sentencepiece",
|
"sentencepiece",
|
||||||
"setproctitle",
|
"setproctitle",
|
||||||
"smg-grpc-servicer>=0.5.0",
|
"smg-grpc-servicer>=0.9.0",
|
||||||
"soundfile==0.13.1",
|
"soundfile==0.13.1",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ dependencies = [
|
|||||||
"scipy",
|
"scipy",
|
||||||
"sentencepiece",
|
"sentencepiece",
|
||||||
"setproctitle",
|
"setproctitle",
|
||||||
"smg-grpc-servicer>=0.5.0",
|
"smg-grpc-servicer>=0.9.0",
|
||||||
"soundfile==0.13.1",
|
"soundfile==0.13.1",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
"timm==1.0.16",
|
"timm==1.0.16",
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ runtime_base = [
|
|||||||
"scipy",
|
"scipy",
|
||||||
"sentencepiece",
|
"sentencepiece",
|
||||||
"setproctitle",
|
"setproctitle",
|
||||||
"smg-grpc-servicer>=0.5.0",
|
"smg-grpc-servicer>=0.9.0",
|
||||||
"soundfile==0.13.1",
|
"soundfile==0.13.1",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ dependencies = [
|
|||||||
"sentencepiece",
|
"sentencepiece",
|
||||||
"setproctitle",
|
"setproctitle",
|
||||||
"sglang-kernel-xpu @ git+https://github.com/sgl-project/sgl-kernel-xpu.git",
|
"sglang-kernel-xpu @ git+https://github.com/sgl-project/sgl-kernel-xpu.git",
|
||||||
"smg-grpc-servicer>=0.5.0",
|
"smg-grpc-servicer>=0.9.0",
|
||||||
"soundfile==0.13.1",
|
"soundfile==0.13.1",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
"timm==1.0.16",
|
"timm==1.0.16",
|
||||||
|
|||||||
Reference in New Issue
Block a user