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 2, 2024
1 parent 31f9913 commit 227e3b5
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.19.0"
default = "1.19.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 = "ad122361ea1dbc4b419214891b83f6b9ac12f947"
OOBABOOGA_COMMIT = "8f12fb028dff4e133460fe10ef49d3f90167b313"
VENV_PATH = "/workspace/venvs/text-generation-webui"
}
}

0 comments on commit 227e3b5

Please sign in to comment.