Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 11, 2024
1 parent e89d32b commit 1db6ad2
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 @@ -11,7 +11,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "2.7.1"
default = "2.8.0"
}

variable "CU_VERSION" {
Expand All @@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
}

variable "BASE_IMAGE_VERSION" {
default = "1.7.0"
default = "1.8.0"
}

variable "CUDA_VERSION" {
Expand All @@ -43,6 +43,6 @@ target "default" {
INDEX_URL = "https://download.pytorch.org/whl/cu${CU_VERSION}"
TORCH_VERSION = "${TORCH_VERSION}+cu${CU_VERSION}"
XFORMERS_VERSION = "0.0.19"
TTS_COMMIT = "8054fd8b48d12de6ca7021fa5ec6d204e55455e8"
TTS_COMMIT = "45784848c173aaead6d44857217fb90cf1c6a2e3"
}
}

0 comments on commit 1db6ad2

Please sign in to comment.