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
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
name: Docker image CI
on: [push]
on:
push:
paths:
- setup_files/Dockerfile
- setup_files/requirements.txt
jobs:
build:
+2 -2
View File
@@ -3,9 +3,9 @@ accelerate
diffusers[torch]==0.21.4
onnxruntime==1.16.1
safetensors==0.4.0
torch==2.0.1+cu117
torch==2.1.0
transformers==4.34.1
xformers==0.0.22
xformers==0.0.22.post7
realesrgan==0.3.0
basicsr>=1.4.2