Update to b17 image (#13085)
* update vllm patch * fix * fix triton --------- Co-authored-by: gc-fu <guancheng.fu@intel.com>
This commit is contained in:
parent
db5edba786
commit
73198d5b80
2 changed files with 850 additions and 122 deletions
|
|
@ -168,6 +168,10 @@ RUN set -eux && \
|
|||
mkdir -p /llm && \
|
||||
cd /llm && \
|
||||
rm -rf /tmp/neo && \
|
||||
# Install intel_extension_for_pytorch
|
||||
pip install intel-extension-for-pytorch==2.6.10+xpu --extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ && \
|
||||
pip uninstall -y oneccl oneccl-devel && \
|
||||
pip install intel-opencl-rt==2025.0.2 intel-openmp==2025.0.2 && \
|
||||
#
|
||||
# Install vllm
|
||||
git clone -b v0.6.6.post1 https://github.com/vllm-project/vllm /llm/vllm && \
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue