try to resolve single

This commit is contained in:
empyreus
2026-05-05 21:27:30 +00:00
parent 47494ea75a
commit 783c73b5d9

View File

@@ -92,7 +92,14 @@ steps:
runRemoteArgs: '--container sglang-mscclpp-test'
remoteScript: |
export FLASHINFER_DISABLE_VERSION_CHECK=1
# The fork's pyproject.toml excludes `benchmark*` from installed
# packages, but bench_serving.py imports from sglang.benchmark.datasets.
# Put the source tree on PYTHONPATH so the benchmark subpackage resolves.
if [ -d "$(pwd)/sglang/python/sglang/benchmark" ]; then
export PYTHONPATH="$(pwd)/sglang/python:${PYTHONPATH:-}"
fi
echo "Directory: $(pwd)"
# Launch sglang server in the background