Merge pull request #48 from hodanov/feature/update_dockerfile
Update xformers and torch
This commit is contained in:
commit
00c3f895f4
6
.github/workflows/docker_image_ci.yml
vendored
6
.github/workflows/docker_image_ci.yml
vendored
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user