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 May 20, 2024
1 parent 17d6c2a commit abae57c
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 @@ -11,7 +11,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "1.20.0"
default = "1.20.1"
}

variable "CU_VERSION" {
Expand Down Expand Up @@ -42,7 +42,7 @@ target "default" {
BASE_IMAGE = "${BASE_IMAGE_REPOSITORY}:${BASE_IMAGE_VERSION}-cuda${CUDA_VERSION}-torch${TORCH_VERSION}"
INDEX_URL = "https://download.pytorch.org/whl/cu${CU_VERSION}"
TORCH_VERSION = "${TORCH_VERSION}+cu${CU_VERSION}"
OOBABOOGA_COMMIT = "9ac528715c54a65d9f5547a6c99c2ef1607204af"
OOBABOOGA_COMMIT = "abe5ddc8833206381c43b002e95788d4cca0893a"
VENV_PATH = "/workspace/venvs/text-generation-webui"
}
}

0 comments on commit abae57c

Please sign in to comment.