Skip to content

Commit 6573422

Browse files
fix flashinfer
1 parent 7937996 commit 6573422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/arm64/gpu/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN uv pip install --no-cache-dir -U \
5050
${TORCHVISION_URL} \
5151
${TORCHAUDIO_URL}
5252

53-
RUN uv pip install --extra-index-url https://download.pytorch.org/whl/nightly/pytorch-triton/ pytorch_triton==3.3.1+gitc8757738
53+
RUN uv pip install --extra-index-url https://download.pytorch.org/whl/nightly/pytorch-triton/ pytorch_triton==3.3.0
5454

5555
##############################################################################
5656
FROM base AS build-base

0 commit comments

Comments
 (0)