From 68ec7603ca92eec1694050af17e0aa4b6ac183a4 Mon Sep 17 00:00:00 2001 From: "Wang, Yi A" Date: Tue, 8 Apr 2025 00:26:53 -0700 Subject: [PATCH] remove triton installation, will be installed with torch Signed-off-by: Wang, Yi A --- Dockerfile_intel | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile_intel b/Dockerfile_intel index b015760c..e35c1e6d 100644 --- a/Dockerfile_intel +++ b/Dockerfile_intel @@ -100,8 +100,6 @@ ENV HF_HOME=/data \ WORKDIR /usr/src RUN pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/test/xpu -RUN pip install triton-xpu==3.2.0b1 --no-cache-dir - # Install server COPY proto proto COPY server server @@ -114,7 +112,7 @@ RUN cd server && \ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/conda/lib ENV CCL_ZE_IPC_EXCHANGE=sockets -ENV TORCH_LLM_ALLREDUCE=1 +#ENV TORCH_LLM_ALLREDUCE=1 ENV CCL_TOPO_FABRIC_VERTEX_CONNECTION_CHECK=0 ENV TORCH_DEVICE_BACKEND_AUTOLOAD=0