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 Feb 14, 2024
1 parent b6bee0b commit 7c49aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Base
FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04 as base

ARG OOBABOOGA_COMMIT=4f3fdf1b5ff6884b9899a3630b3ed9aae27decbf
ARG OOBABOOGA_COMMIT=dc6adefd8764db87a744c41a26466aba252467dd
ARG TORCH_VERSION=2.1.2
ARG XFORMERS_VERSION=0.0.23.post1

Expand Down Expand Up @@ -135,6 +135,6 @@ WORKDIR /
COPY --chmod=755 scripts/* ./

# Start the container
ENV TEMPLATE_VERSION=1.12.1
ENV TEMPLATE_VERSION=1.12.2
SHELL ["/bin/bash", "--login", "-c"]
CMD [ "/start.sh" ]
2 changes: 1 addition & 1 deletion nginx/template-readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Text Generation Web UI: A Gradio web UI for Large Language Models. Supports transformers, GPTQ, llama.cpp (GGUF), Llama models

### Version 1.12.1
### Version 1.12.2

### Included in this Template

Expand Down

0 comments on commit 7c49aa5

Please sign in to comment.