[atom-sgl-benchmark] Debug benchmark timeout#977
Merged
Conversation
zhuyuhua-v
approved these changes
May 29, 2026
4211c3c to
a5f1c8b
Compare
a5f1c8b to
f99d245
Compare
zejunchen-zejun
approved these changes
Jun 2, 2026
f99d245 to
a4c7f6a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
报错原因:
podman exec 本身在等 container exec 的 exit 文件(vllm launch)时超时导致的255报错,即SGLang 的失败正好卡在 bash .github/scripts/atom_sglang_test.sh launch 这个长 exec。
解决思路:
atom_sglang_test.sh 增加 start 模式,让服务能后台启动后立即退出;
atom-sglang-benchmark.yaml 把 SGLang-ATOM 分支的长启动 exec 改成后台启动 + 外层轮询 ready。