chore(frontend): bump vllm rust crates to 60857baa - #1031
Merged
FeathBow merged 1 commit intoSep 3, 2026
Conversation
Signed-off-by: Feathbow <feathbow@gmail.com>
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.
Description
Closes #1007
d3e2888c(2026-08-25) to60857baa(vllmmainas of 2026-09-02).tekkenmigration dropstiktoken-rs,rubato,ndarrayandhoundfrom the lock.pegainfer-simA/B at 128-in / 64-out / 3200 prompts / c=320, alternated twice: 0-fail both sides; req/s 372.8 / 370.4 (d3e2888c) vs 374.9 / 374.7 (this branch); TPOT p50 12.16 vs 12.15 ms, the sim floor; TTFT p50 8.9 / 8.7 vs 8.5 / 8.6 ms.<bos>hi, one token, 5 warm + 30 timed, median end-to-end, main vs branch alternated twice): 50.5 / 52.4 ms ond3e2888cvs 11.3 / 11.5 ms on this branch, the per-request vocabulary clone frontend: the tokenizer wrapper counts its vocabulary on every request #1007 measured (48.2 ms → 12.5 ms with the cached count applied by hand) now gone through the pin.Dependency Update
vllm-chatd3e2888c60857baavllm-engine-core-clientd3e2888c60857baavllm-serverd3e2888c60857baavllm-textd3e2888c60857baavllm-tokenizerd3e2888c60857baaNotable upstream in the range (417 commits): the tokenizer vocabulary count cached at construction (#54449), the
LogprobsTensorswire schema fix (#53939), the SSE streaming hot-path optimization (#51321),truncate_prompt_tokens/truncation_sidesupport (#48584),stop_token_idsvalidated against the vocabulary (#54196), gRPC LoRA lifecycle control (#52840), the migration to the newtekkencrate (#53056), decoded text attributed to tokens (#52910), bounded recursive argument parsers (#54303), and the DeepSeek V4 renderer fixes (#53281, #54854).Test plan
cargo test --release --locked -p pegainfer-frontend --lib— 67 passedcargo test --release --locked -p pegainfer-sim --lib— 6 passedcargo test --release --locked -p pegainfer-sim --test frontend_e2e— 13 passedvllm-benchA/B vs thed3e2888cbinary, same flags as above — 3200/0 both, throughput and TPOT flat (numbers above);cargo fmt --checkandclippy --all-targets -D warningsclean forpegainfer-frontendandpegainfer-simcargo test --release --locked -p pegainfer-frontend --lib— 67 passed; tiny-prompt A/B above — main 50.5 / 52.4 ms, branch 11.3 / 11.5 ms (p90 within 1.3 ms of the medians on every run)