Skip to content

Commit

Permalink
Bumped Kohya_ss to version v23.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 8, 2024
1 parent c81653d commit 93e690e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Torch 2.1.2
* xformers 0.0.23.post1
* Jupyter Lab
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v23.1.1
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v23.1.2
* [runpodctl](https://github.com/runpod/runpodctl)
* [OhMyRunPod](https://github.com/kodxana/OhMyRunPod)
* [RunPod File Uploader](https://github.com/kodxana/RunPod-FilleUploader)
Expand Down
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "2.1.1"
default = "2.1.2"
}

variable "CU_VERSION" {
Expand All @@ -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.1.1"
KOHYA_VERSION = "v23.1.2"
RUNPODCTL_VERSION = "v1.14.2"
}
}

0 comments on commit 93e690e

Please sign in to comment.