mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
try to resolve single
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user