Add vLLM ARC support with OpenVINO backend#641
Merged
chensuyue merged 8 commits intoopea-project:mainfrom Nov 8, 2024
Merged
Conversation
4 tasks
lvliang-intel
approved these changes
Sep 9, 2024
hshen14
reviewed
Sep 10, 2024
chensuyue
reviewed
Sep 11, 2024
lkk12014402
pushed a commit
that referenced
this pull request
Sep 19, 2024
Support vllm inference on Intel ARC GPU Signed-off-by: Li Gang <gang.g.li@intel.com> Co-authored-by: Chen, Hu1 <hu1.chen@intel.com>
With vLLM official repo: https://github.com/vllm-project/vllm/ based on openvino backend Dockerfile is based on Dockerfile.openvino https://github.com/vllm-project/vllm/blob/main/Dockerfile.openvino And add ARC support packages Default mode: meta-llama/Llama-3.2-3B-Instruct to fit ARC A770 VRAM Signed-off-by: Li Gang <gang.g.li@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Li Gang <gang.g.li@intel.com>
for more information, see https://pre-commit.ci
4 tasks
eero-t
reviewed
Nov 7, 2024
Contributor
eero-t
left a comment
There was a problem hiding this comment.
Noticed couple of README typos
Co-authored-by: Eero Tamminen <eero.t.tamminen@intel.com>
Signed-off-by: Li Gang <gang.g.li@intel.com>
chensuyue
reviewed
Nov 8, 2024
chensuyue
reviewed
Nov 8, 2024
chensuyue
reviewed
Nov 8, 2024
comps/llms/text-generation/vllm/langchain/dependency/build_docker_vllm_openvino.sh
Outdated
Show resolved
Hide resolved
chensuyue
reviewed
Nov 8, 2024
comps/llms/text-generation/vllm/langchain/dependency/launch_vllm_service_openvino.sh
Outdated
Show resolved
Hide resolved
Collaborator
|
Please keep using single formal image name for the same image. |
Signed-off-by: Li Gang <gang.g.li@intel.com>
Contributor
Author
Aligned all image name as opea/vllm-arc:latest |
chensuyue
approved these changes
Nov 8, 2024
This was referenced Nov 21, 2024
Closed
madison-evans
pushed a commit
to SAPD-Intel/GenAIComps
that referenced
this pull request
May 12, 2025
* Add vllm Arc Dockerfile support Support vllm inference on Intel ARC GPU Signed-off-by: Li Gang <gang.g.li@intel.com> Co-authored-by: Chen, Hu1 <hu1.chen@intel.com> * Add vLLM ARC support With vLLM official repo: https://github.com/vllm-project/vllm/ based on openvino backend Dockerfile is based on Dockerfile.openvino https://github.com/vllm-project/vllm/blob/main/Dockerfile.openvino And add ARC support packages Default mode: meta-llama/Llama-3.2-3B-Instruct to fit ARC A770 VRAM Signed-off-by: Li Gang <gang.g.li@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add README and .github workflow for vLLM ARC support Signed-off-by: Li Gang <gang.g.li@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update comps/llms/text-generation/vllm/langchain/README.md Co-authored-by: Eero Tamminen <eero.t.tamminen@intel.com> * Rename Dockerfile to meet Contribution Guidelines Signed-off-by: Li Gang <gang.g.li@intel.com> * Align image names as opea/vllm-arc:latest Signed-off-by: Li Gang <gang.g.li@intel.com> --------- Signed-off-by: Li Gang <gang.g.li@intel.com> Co-authored-by: Chen, Hu1 <hu1.chen@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eero Tamminen <eero.t.tamminen@intel.com>
WenjiaoYue
pushed a commit
that referenced
this pull request
Jul 7, 2025
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
Support vllm inference on Intel ARC GPU
Issues
#629
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
n/a
Tests
n/a