Skip to content

Commit

Permalink
Docker: use xformers 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojaner authored May 1, 2023
1 parent 328d260 commit cac5e12
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 @@ -21,7 +21,7 @@ RUN . ./venv/bin/activate && \

# Upgrade to Torch 2.0
RUN . ./venv/bin/activate && \
python3 -m pip install --use-pep517 --no-deps -U triton==2.0.0 torch>=2.0.0+cu121 xformers \
python3 -m pip install --use-pep517 --no-deps -U triton==2.0.0 torch>=2.0.0+cu121 xformers==0.0.17 \
--extra-index-url https://download.pytorch.org/whl/cu121

# Fix missing libnvinfer7
Expand Down

0 comments on commit cac5e12

Please sign in to comment.