FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feature: Add legacy vLLM environment definitions (v0.12.0 / v0.15.1) by k-arima-3150 · Pull Request #25 · FujitsuResearch/OneCompression · GitHub

feature: Add legacy vLLM environment definitions (v0.12.0 / v0.15.1) - #25

Merged
aki916f merged 6 commits into
FujitsuResearch:develop/v1-3-0from
computermind-corp:feature/legacy-vllm
Jun 30, 2026
Merged

feature: Add legacy vLLM environment definitions (v0.12.0 / v0.15.1)#25
aki916f merged 6 commits into
FujitsuResearch:develop/v1-3-0from
computermind-corp:feature/legacy-vllm

Conversation

Copy link
Copy Markdown
Contributor

Summary

Add versioned legacy vLLM environment definitions under envs/vllm/ so users
can reproduce GPTQ vLLM inference on older, pinned vLLM releases (0.12.0, 0.15.1)
without affecting the main pyproject.toml / uv.lock dependency set.

Changes

Environment updates

  • Added envs/vllm/ with versioned vLLM environment definitions (0.12.0, 0.15.1).
    • Each version ships a requirements.txt (pinned, installed with --no-deps) and a
      README.md with venv setup steps and a one-line run command for
      example/vllm_inference/example_gptq_vllm_inference.py.

Note: the onecomp version bump (1.2.0 → 1.3.0) is included via the merge of
upstream/develop/v1-3-0 and is not part of this feature itself.

How to use

python3.12 -m venv envs/vllm/0.15.1/.venv
source envs/vllm/0.15.1/.venv/bin/activate
python -m pip install --no-deps -r envs/vllm/0.15.1/requirements.txt
python example/vllm_inference/example_gptq_vllm_inference.py

aki916f self-requested a review June 30, 2026 03:17

aki916f left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!!

aki916f merged commit b43bf53 into FujitsuResearch:develop/v1-3-0 Jun 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL