Skip to content

Comments

[CI]Add version number.#87

Merged
Gaohan123 merged 1 commit intovllm-project:mainfrom
congw729:add_version
Nov 27, 2025
Merged

[CI]Add version number.#87
Gaohan123 merged 1 commit intovllm-project:mainfrom
congw729:add_version

Conversation

@congw729
Copy link
Contributor

@congw729 congw729 commented Nov 26, 2025

PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.

Purpose

Add version number for vllm_omni.

Test Plan

Install the whl and check vllm_omni.__version__. Installation steps:

./scripts/build_wheel.sh --create-venv 
uv venv --python 3.12 --seed .venv-release-test
source .venv-release-test/bin/activate
uv pip install --reinstall "vllm==0.11.0" && uv pip install data/vllm_omni-<version>-py3-none-any.whl

Test Result

>> python -c "import vllm_omni; from vllm_omni import OmniLLM; vllm_omni.__version__”
INFO 11-27 15:46:08 [__init__.py:216] Automatically detected platform cuda.
'0.11.0rc1'

Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft.

BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.

Signed-off-by: WANG Cong <[email protected]>
@congw729
Copy link
Contributor Author

image Functioning as expected.

@congw729 congw729 requested review from Gaohan123 and SamitHuang and removed request for SamitHuang November 27, 2025 07:49
Copy link
Collaborator

@Gaohan123 Gaohan123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@Gaohan123 Gaohan123 merged commit 6d1bcfd into vllm-project:main Nov 27, 2025
2 checks passed
@congw729 congw729 deleted the add_version branch November 28, 2025 08:33
princepride pushed a commit to princepride/vllm-omni that referenced this pull request Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants