diff --git a/README.md b/README.md index 893b257..fc61495 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * Torch 2.1.2 * xformers 0.0.23.post1 * Jupyter Lab -* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v23.0.10 +* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v23.0.11 * [runpodctl](https://github.com/runpod/runpodctl) * [OhMyRunPod](https://github.com/kodxana/OhMyRunPod) * [RunPod File Uploader](https://github.com/kodxana/RunPod-FilleUploader) diff --git a/docker-bake.hcl b/docker-bake.hcl index 247695d..520d7e1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -7,7 +7,7 @@ variable "APP" { } variable "RELEASE" { - default = "2.0.4" + default = "2.0.5" } variable "CU_VERSION" { @@ -22,7 +22,7 @@ target "default" { INDEX_URL = "https://download.pytorch.org/whl/cu${CU_VERSION}" TORCH_VERSION = "2.1.2+cu${CU_VERSION}" XFORMERS_VERSION = "0.0.23.post1+cu${CU_VERSION}" - KOHYA_VERSION = "v23.0.10" + KOHYA_VERSION = "v23.0.11" RUNPODCTL_VERSION = "v1.14.2" } }