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 Jan 10, 2024
1 parent 446e8c6 commit a898f30
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=3f28925a8d6f04860f09975536c37f6815b0f2b5
ARG OOBABOOGA_COMMIT=2dc8db8aa4a905b1f6d712c99c019e960ce21dd9
ARG TORCH_VERSION=2.1.2

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -61,7 +61,7 @@ FROM base as setup
# Install Torch
RUN python3 -m venv /venv && \
source /venv/bin/activate && \
pip3 install --no-cache-dir torch==${TORCH_VERSION} torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 && \
pip3 install --no-cache-dir torch==2.1.2 --index-url https://download.pytorch.org/whl/cu121 && \
pip3 install --no-cache-dir xformers && \
deactivate

Expand Down
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.10.4
### Version 1.10.5

### Included in this Template

Expand Down

0 comments on commit a898f30

Please sign in to comment.