Skip to content

Commit

Permalink
Fix typo in venv name and bump to latest oobabooga commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 2, 2024
1 parent 8d2746a commit 5ec27cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3"
default = "1.13.4"
}

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

0 comments on commit 5ec27cc

Please sign in to comment.