File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docker/llm/serving/xpu/docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN set -eux && \
53
53
dpkg -i *.deb && \
54
54
#
55
55
# Install Intel PyTorch extension for LLM inference
56
- pip install --pre --upgrade ipex-llm[xpu_2.6]==2.3.0b20250407 --extra-index-url https://download.pytorch.org/whl/xpu && \
56
+ pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu && \
57
57
#
58
58
# Build torch-ccl
59
59
mkdir -p /build && \
@@ -123,7 +123,7 @@ RUN set -eux && \
123
123
wget https://bootstrap.pypa.io/get-pip.py -O get-pip.py && \
124
124
python3 get-pip.py && rm get-pip.py && \
125
125
pip install --upgrade requests argparse urllib3 && \
126
- pip install --pre --upgrade ipex-llm[xpu_2.6]==2.3.0b20250407 --extra-index-url https://download.pytorch.org/whl/xpu && \
126
+ pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu && \
127
127
pip install transformers_stream_generator einops tiktoken && \
128
128
pip install --upgrade colorama && \
129
129
#
You can’t perform that action at this time.
0 commit comments