Skip to content

Commit

Permalink
Bump to latest oobabooga commit and remove custom requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 24, 2024
1 parent 0b55222 commit 31f9913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN git clone https://github.com/oobabooga/text-generation-webui && \
# Install the dependencies for Text Generation Web UI
# Including all extensions
WORKDIR /text-generation-webui
COPY oobabooga/requirements* ./
#COPY oobabooga/requirements* ./
RUN source /venv/bin/activate && \
pip3 install -r requirements.txt && \
bash -c 'for req in extensions/*/requirements.txt ; do pip3 install -r "$req" ; done' && \
Expand Down
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.18.0"
default = "1.19.0"
}

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 = "26d822f64f2a029306b250b69dc58468662a4fc6"
OOBABOOGA_COMMIT = "ad122361ea1dbc4b419214891b83f6b9ac12f947"
VENV_PATH = "/workspace/venvs/text-generation-webui"
}
}
72 changes: 0 additions & 72 deletions oobabooga/requirements.txt

This file was deleted.

0 comments on commit 31f9913

Please sign in to comment.