Skip to content

Commit

Permalink
Downgraded xformers to 0.0.23.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Feb 5, 2024
1 parent 4dd9fa7 commit 98ecfe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04 as base

ARG OOBABOOGA_COMMIT=d8c3a5bee814f09b0868474002105dcf21a3ff1a
ARG TORCH_VERSION=2.1.2
ARG XFORMERS_VERSION=0.0.24
ARG XFORMERS_VERSION=0.0.23.post1

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* [Text Generation Web UI](
https://github.com/oobabooga/text-generation-webui)
* Torch 2.1.2
* xformers 0.0.24
* xformers 0.0.23.post1
* [runpodctl](https://github.com/runpod/runpodctl)
* [croc](https://github.com/schollz/croc)
* [rclone](https://rclone.org/)
Expand Down
2 changes: 1 addition & 1 deletion nginx/template-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
https://github.com/oobabooga/text-generation-webui)
* Text Generation API
* Torch 2.1.2
* xformers 0.0.24
* xformers 0.0.23.post1
* [runpodctl](https://github.com/runpod/runpodctl)
* [croc](https://github.com/schollz/croc)
* [rclone](https://rclone.org/)
Expand Down

0 comments on commit 98ecfe9

Please sign in to comment.