Skip to content

Commit

Permalink
Pin flashinfer
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair authored Aug 21, 2024
1 parent 1095b52 commit 53cd493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ COPY --from=eetq-kernels-builder /usr/src/eetq/build/lib.linux-x86_64-cpython-31
RUN pip install einops --no-cache-dir

# Install flashinfer
RUN pip install flashinfer -i https://flashinfer.ai/whl/cu124/torch2.4
RUN pip install flashinfer==0.1.5+cu124torch2.4 -i https://flashinfer.ai/whl/cu124/torch2.4

# Install server
COPY proto proto
Expand Down

0 comments on commit 53cd493

Please sign in to comment.