Update xformers and torch.

This commit is contained in:
hodanov 2023-11-03 17:33:42 +09:00
parent 1f0e5d58eb
commit 19bcf71892
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.12.0 FROM python:3.11.3-slim-bullseye
COPY ./requirements.txt / COPY ./requirements.txt /
RUN apt-get update \ RUN apt-get update \
&& apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \ && apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \

View File

@ -3,9 +3,9 @@ accelerate
diffusers[torch]==0.21.4 diffusers[torch]==0.21.4
onnxruntime==1.16.1 onnxruntime==1.16.1
safetensors==0.4.0 safetensors==0.4.0
torch==2.0.1+cu117 torch==2.1.0
transformers==4.34.1 transformers==4.34.1
xformers==0.0.22 xformers==0.0.22.post7
realesrgan==0.3.0 realesrgan==0.3.0
basicsr>=1.4.2 basicsr>=1.4.2