Skip to content

Commit

Permalink
Update Dockerfile >> flash_infer
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz authored Aug 1, 2024
1 parent 7fb8a19 commit 8e7f27a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ RUN pip uninstall -y flash-attn
RUN pip install flash-attn --no-build-isolation

# Install flashinfer backend
RUN pip install flashinfer -i https://flashinfer.ai/whl/cu124/torch2.4

RUN pip install flashinfer -i https://github.com/flashinfer-ai/flashinfer/releases/download/v0.1.3/flashinfer-0.1.3+cu121torch2.4-cp310-cp310-linux_x86_64.whl
# Run cot-eval script on startup

WORKDIR ${APP_HOME}/cot-eval
Expand Down

0 comments on commit 8e7f27a

Please sign in to comment.