Rebase vLLM to v0.28.0 - #98
Open
Sanidhya Singal (quic-sanising) wants to merge 13 commits into
Open
Sanidhya Singal (quic-sanising) wants to merge 13 commits into
Sanidhya Singal (quic-sanising) wants to merge 13 commits into
Conversation
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Contributor
|
Create a new branch "dev/v0.28.0" and make PR on that Did you ran ci_scripts/ci_fasttest_qaic_aot.sh? |
Contributor
Author
Ankit Arora (@ankitqti) The PR is not ready yet. I'll let you know once it is ready. |
Sanidhya Singal (quic-sanising)
changed the base branch from
main
to
dev/v0.28.0
August 28, 2026 17:36
Contributor
Author
[scheduler] 15/15 job(s) passed
[scheduler] total execution time: 417.8s (0:06:58) |
Ankit Arora (ankitqti)
requested review from
Shriniwas Kulkarni (Shrinivas-kulkarni9),
Animesh Kumar (animeshk08),
Ankit Arora (ankitqti),
Shivani Athavale (athavale-shivani),
Apoorva Gokhale (quic-agokhale) and
Sahil (sahil139)
and removed request for
Animesh Kumar (animeshk08)
August 28, 2026 20:45
Sanidhya Singal (quic-sanising)
marked this pull request as ready for review
August 28, 2026 20:46
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Sanidhya Singal (quic-sanising)
force-pushed
the
v0.28.0
branch
from
August 28, 2026 20:56
5b7cdad to
63665a3
Compare
Contributor
|
Update vLLM version in ,md files if needed in documentation folder |
Signed-off-by: Sanidhya Singal <sanising@qti.qualcomm.com>
Contributor
Author
Done. How do we manage release details and repo structure in |
This was referenced Aug 30, 2026
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.
Rebases the QAIC plugin from vLLM v0.23.0 to v0.28.0.
Version bumps
setup.py,pyproject.toml,scripts/utility.sh: v0.23.0 → v0.28.0requirements/vllm_dependency_{aot,pyt}.txt: aligned with upstream v0.28.0 (transformers, fastapi/starlette, prometheus-fastapi-instrumentator, xgrammar, mistral_common, jsonschema; dropped diskcache/gguf)requirements/lint.txt:pre-commit→>=4.5.1v0.28.0 API adaptations
patch_parallel_state.py: adduse_all2allarg toQaicGroupCoordinator(newGroupCoordinatorparam)worker/model_runner.py: unpack new_num_nans_devicefrom_bookkeeping_sync; setself.pin_memory = False(upstream moved to module-levelPIN_MEMORY); patchtorch.cuda.Eventin_torch_cuda_wrapperpatch_block_table.py: handle newSlotMappingMode(early-return forNONE)patch_rejection_sampler.py: passsynthetic_mode/synthetic_conditional_rates/use_fp64_gumbeltorejection_sample; drop stale skip-softmax pathpatch_mem_utils.py: capability-guard platform memory hooks + addMemorySnapshot.__post_init__override__init__.py: apply graph-picklerOptionsshim at import (torch < 2.8 compat)Transformers 5.15.1 compatibility
qaic_custom_mm_processor.py: fallback import forQwen2VLImageProcessorFast; widen version gate to>= 5.5.4Test / CI
test_qaic_lora.py: fix swappedseq_len/ctx_len(violated newlong_prefill_token_threshold ≤ max_model_lencheck)requirements/test.txt: consolidate test deps (drop linters, add datasets)ci_pipeline_run_plugin.sh: install test deps fromrequirements/test.txt(single source of truth)Validation
examples/qaic.pyruns end-to-end in AOTci_fasttest_qaic_aot.sh) passes