llama_cpp_sys 0.3.2

Automatically-generated bindings to llama.cpp's C API
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM nvidia/vulkan:1.1.121

RUN apt update -y
RUN apt install g++ -y

RUN mkdir /workspace
WORKDIR /workspace

COPY . /workspace

RUN make build_linux