Skip to content

Commit

Permalink
Changed exllama repository to exllamav2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 15, 2024
1 parent 607a77c commit b3b3f51
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
Expand Up @@ -32,8 +32,8 @@ RUN source /venv/bin/activate && \
bash -c 'for req in extensions/*/requirements.txt ; do pip3 install -r "$req" ; done' && \
mkdir -p repositories && \
cd repositories && \
git clone https://github.com/turboderp/exllama && \
pip3 install -r exllama/requirements.txt && \
git clone https://github.com/turboderp/exllamav2 && \
pip3 install -r exllamav2/requirements.txt && \
deactivate

# Fix safetensors module broken by above exllama repository installation
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "1.17.0"
default = "1.17.1"
}

variable "CU_VERSION" {
Expand Down

0 comments on commit b3b3f51

Please sign in to comment.