Skip to content

Commit

Permalink
Bump to 1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartowski1182 committed Aug 7, 2023
1 parent 331326a commit af6ddb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get upgrade -y \
WORKDIR /koboldcpp

# Pulling latest koboldcpp branch and installing requirements
RUN git clone https://github.com/LostRuins/koboldcpp.git --branch v1.38 ./
RUN git clone https://github.com/LostRuins/koboldcpp.git --branch v1.39.1 ./

RUN pip3 install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ I am providing this work as a helpful hand to people who are looking for a simpl

# koboldcpp-docker

Docker images and configuration to run koboldcpp with GPU, currently updated to release v1.38 found here: https://github.com/LostRuins/koboldcpp.git
Docker images and configuration to run koboldcpp with GPU, currently updated to release v1.39.1 found here: https://github.com/LostRuins/koboldcpp.git

# Build instructions

Expand Down

0 comments on commit af6ddb1

Please sign in to comment.