Merge pull request #48 from hodanov/feature/update_dockerfile

Update xformers and torch
This commit is contained in:
hodanov 2023-11-03 17:50:40 +09:00 committed by GitHub
commit 00c3f895f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
name: Docker image CI name: Docker image CI
on: [push] on:
push:
paths:
- setup_files/Dockerfile
- setup_files/requirements.txt
jobs: jobs:
build: build:

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