Update llama.cpp (#144)

This commit is contained in:
Juan Calderon-Perez 2023-04-06 17:01:41 -04:00 committed by GitHub
parent 7699ce3a63
commit af60cedf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ RUN apt update && \
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-6.0.list && \
apt-get update && \
apt-get install -y mongodb-org && \
git clone https://github.com/ggerganov/llama.cpp.git --branch master-437e778
git clone https://github.com/ggerganov/llama.cpp.git --branch master-eeaa7b0
RUN pip install --upgrade pip