Skip to content

Commit

Permalink
Fix broken safetensors
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Feb 5, 2024
1 parent 951cd25 commit 8734f1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ RUN source /venv/bin/activate && \
pip3 install -r exllama/requirements.txt && \
deactivate

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

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

Expand Down

0 comments on commit 8734f1a

Please sign in to comment.