diff --git a/README.md b/README.md index 2a3d4fd..b2f8871 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.14 +* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v23.0.15 * [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 a0069f9..fb72872 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -7,7 +7,7 @@ variable "APP" { } variable "RELEASE" { - default = "2.0.8" + default = "2.0.9" } 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.14" + KOHYA_VERSION = "v23.0.15" RUNPODCTL_VERSION = "v1.14.2" } }