mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
Minor fixes due to rebase
This commit is contained in:
parent
7fdff40a34
commit
1e49f92f80
2 changed files with 5 additions and 12 deletions
|
@ -2,7 +2,7 @@ ARG GO_VERSION=1.20
|
|||
ARG DEBIAN_VERSION=11
|
||||
FROM golang:$GO_VERSION as builder
|
||||
WORKDIR /build
|
||||
ARG GO_LLAMA_CPP_TAG=llama.cpp-8b67998
|
||||
ARG GO_LLAMA_CPP_TAG=llama.cpp-2f7c8e0
|
||||
RUN git clone -b $GO_LLAMA_CPP_TAG --recurse-submodules https://github.com/go-skynet/go-llama.cpp
|
||||
RUN cd go-llama.cpp && make libbinding.a
|
||||
COPY go.mod ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue