From 18dfd70c865c7e6f9d784985007e2e9f593c0bb6 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Sun, 21 Jan 2024 13:07:47 -0500 Subject: [PATCH] Bump text-generation-webui snapshot date --- addon/Dockerfile | 2 +- addon/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/Dockerfile b/addon/Dockerfile index 910e684..0dda183 100644 --- a/addon/Dockerfile +++ b/addon/Dockerfile @@ -23,7 +23,7 @@ RUN \ python3-venv \ python3-pip \ \ - && git clone https://github.com/oobabooga/text-generation-webui.git ${APP_DIR} --branch snapshot-2024-01-14 \ + && git clone https://github.com/oobabooga/text-generation-webui.git ${APP_DIR} --branch snapshot-2024-01-21 \ && python3 -m pip install torch torchvision torchaudio py-cpuinfo==9.0.0 \ && python3 -m pip install -r ${APP_DIR}/requirements_cpu_only_noavx2.txt -r ${APP_DIR}/extensions/openai/requirements.txt llama-cpp-python \ && python3 -m pip install llama-cpp-python==0.2.29 \ diff --git a/addon/config.yaml b/addon/config.yaml index af1a397..6c4bdc0 100644 --- a/addon/config.yaml +++ b/addon/config.yaml @@ -1,6 +1,6 @@ --- name: oobabooga-text-generation-webui -version: 2024.01.16 +version: 2024.01.21 slug: text-generation-webui description: "A tool for running Large Language Models" url: "https://github.com/oobabooga/text-generation-webui"