[Fix] Seed raw tokenizer_path for smg-grpc-servicer in gRPC mode (#39105)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Shangming Cai
2026-09-12 14:41:15 +08:00
committed by GitHub
co-authored by Claude Fable 5
parent 56a4f47ca6
commit 981b947568
3 changed files with 21 additions and 1 deletions
+4
View File
@@ -12,6 +12,8 @@ on:
# floor) from here, via ci_install_dependency.sh's
# `pip install -e python[...]` — a bump there must re-run this workflow.
- "python/pyproject.toml"
# The SMG gRPC entrypoint; only this workflow exercises it.
- "python/sglang/srt/entrypoints/grpc_server.py"
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled]
@@ -24,6 +26,8 @@ on:
# floor) from here, via ci_install_dependency.sh's
# `pip install -e python[...]` — a bump there must re-run this workflow.
- "python/pyproject.toml"
# The SMG gRPC entrypoint; only this workflow exercises it.
- "python/sglang/srt/entrypoints/grpc_server.py"
workflow_dispatch:
concurrency: