Skip to content

Commit

Permalink
fix(torch-extras): Update xformers for CUDA 12.6 support
Browse files Browse the repository at this point in the history
Compatibility fixed in v0.0.28 in the following commit:
facebookresearch/xformers@926f410
  • Loading branch information
Eta0 committed Oct 12, 2024
1 parent 9362f03 commit c1bd46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch-extras/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG BASE_IMAGE
ARG DEEPSPEED_VERSION="0.14.4"
ARG APEX_COMMIT="23c1f86520e22b505e8fdfcf6298273dff2d93d8"
ARG XFORMERS_VERSION="0.0.27.post2"
ARG XFORMERS_VERSION="0.0.28.post1"

FROM alpine/git:2.36.3 as apex-downloader
WORKDIR /git
Expand Down

0 comments on commit c1bd46f

Please sign in to comment.