Skip to content

Commit

Permalink
Bump to latest oobabooga commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 20, 2024
1 parent c3a92f2 commit c108310
Showing 1 changed file with 2 additions and 2 deletions.
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 = "1.13.2"
default = "1.13.3"
}

variable "CU_VERSION" {
Expand All @@ -21,7 +21,7 @@ target "default" {
RELEASE = "${RELEASE}"
INDEX_URL = "https://download.pytorch.org/whl/cu${CU_VERSION}"
TORCH_VERSION = "2.2.1+cu${CU_VERSION}"
OOBABOOGA_COMMIT = "1934cb61ef879815644277c01c7295acbae542d8"
OOBABOOGA_COMMIT = "7cf1402bde48fd76af501d5efecb34227bf4d082"
RUNPODCTL_VERSION = "v1.14.2"
VENV_PATH = "/workspace/venvs/text-generation-webuii"
}
Expand Down

0 comments on commit c108310

Please sign in to comment.