Skip to content

Commit

Permalink
Fix broken autoawq
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 9, 2024
1 parent daf9453 commit ccf540d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ RUN source /venv/bin/activate && \
pip3 install -r exllama/requirements.txt && \
deactivate

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

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

0 comments on commit ccf540d

Please sign in to comment.