Skip to content

Commit

Permalink
Triton fix (#2995)
Browse files Browse the repository at this point in the history
fix triton to 3.1.0 to fix ipex import issue

Signed-off-by: Wang, Yi A <[email protected]>
  • Loading branch information
sywangyi authored Feb 6, 2025
1 parent 0ef8c8a commit 36223f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_intel
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RUN pip install https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev2024
RUN pip install https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20240815%2Bcpu-cp311-cp311-linux_x86_64.whl
RUN pip install https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.4.0.dev20240815%2Bcpu-cp311-cp311-linux_x86_64.whl

RUN pip install triton py-libnuma
RUN pip install triton==3.1.0 py-libnuma

WORKDIR /usr/src

Expand Down

0 comments on commit 36223f8

Please sign in to comment.