Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/nemotron_3.5_super/build_vllm_router_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VLLM_ROUTER_GIT_URL=${VLLM_ROUTER_GIT_URL:-https://github.com/vllm-project/route
# to preserve worker load during checks") unchanged plus a fix for the prefill-side
# regression #216 exposes; see the README. Fetching a bare SHA works because GitHub
# serves any commit reachable from a ref, and PR heads are refs.
VLLM_ROUTER_COMMIT=${VLLM_ROUTER_COMMIT:-5b7ce08ea8cd27123cf6c23313cd92d3ba0da70e}
VLLM_ROUTER_COMMIT=${VLLM_ROUTER_COMMIT:-84b4425d7550b993d17010db0408ab170dc6eecb}
RUST_TOOLCHAIN=${RUST_TOOLCHAIN:-1.95.0}
# Load-accounting unit tests from the fix. Compiling the test binary roughly
# doubles the job, so it is opt-out.
Expand Down
Loading