-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dockerfile for vllm Arc support #641
base: main
Are you sure you want to change the base?
Conversation
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>
source /opt/intel/oneapi/setvars.sh | ||
source /opt/intel/1ccl-wks/setvars.sh | ||
|
||
python -m ipex_llm.vllm.xpu.entrypoints.openai.api_server \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IPEX-LLM is not yet an approved Intel product, so suggest holding on the relevant PRs for ARC support, unless the position is getting more clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If ipex-llm not ready enough, do we have other alternate for ARC support currently?
We can try to enable ARC with other alternates if we have.
@@ -0,0 +1,10 @@ | |||
# Copyright (C) 2024 Intel Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove the docker
folder and rename Dockerfile.arc
-> Dockerfile.intel_xpu
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