diff --git a/Dockerfile b/Dockerfile index 15d15db..29dbc38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,6 +134,6 @@ WORKDIR / COPY --chmod=755 scripts/* ./ # Start the container -ENV TEMPLATE_VERSION=1.11.1 +ENV TEMPLATE_VERSION=1.12.0 SHELL ["/bin/bash", "--login", "-c"] CMD [ "/start.sh" ] diff --git a/nginx/template-readme.md b/nginx/template-readme.md index 517b06a..bb5566e 100644 --- a/nginx/template-readme.md +++ b/nginx/template-readme.md @@ -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.11.1 +### Version 1.12.0 ### Included in this Template