Skip to content

Commit

Permalink
Revert oobabooga commit, latest seems to have issues loading the models
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Feb 5, 2024
1 parent 04d70f6 commit 197d978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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=d8c3a5bee814f09b0868474002105dcf21a3ff1a
ARG TORCH_VERSION=2.2.0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -87,9 +87,9 @@ RUN source /venv/bin/activate && \
pip3 install -r exllama/requirements.txt && \
deactivate

# Fix broken safetensors
RUN source /venv/bin/activate && \
pip3 install -U safetensors==0.4.1
## Fix broken safetensors
#RUN source /venv/bin/activate && \
# pip3 install -U safetensors==0.4.1

# Install rclone
RUN curl https://rclone.org/install.sh | bash
Expand Down

0 comments on commit 197d978

Please sign in to comment.