Skip to content

Commit

Permalink
Merge pull request #660 from QwenLM/update-dockerfile-cu121
Browse files Browse the repository at this point in the history
Update Dockerfile-cu121
  • Loading branch information
jklj077 authored Jun 17, 2024
2 parents 55bce75 + 6a6ef12 commit cc715a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-cu121
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ARG BUNDLE_FLASH_ATTENTION=true

RUN <<EOF
if [ "$BUNDLE_FLASH_ATTENTION" = "true" ]; then
pip3 install --no-cache-dir flash-attn==2.5.6 --no-build-isolation
pip3 install --no-cache-dir flash-attn==2.5.8 --no-build-isolation
fi
EOF

Expand All @@ -75,4 +75,4 @@ FROM bundle_flash_attention as final
COPY ../examples/sft/* ./
COPY ../examples/demo/* ./

EXPOSE 80
EXPOSE 80

1 comment on commit cc715a0

@Domingo131352
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20.25+23.6

Please sign in to comment.