]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : fix platforms without mmap (#4578)
authorslaren <redacted>
Fri, 22 Dec 2023 11:12:53 +0000 (12:12 +0100)
committerGitHub <redacted>
Fri, 22 Dec 2023 11:12:53 +0000 (13:12 +0200)
commit48b7ff193e64c97ab174280ba0eb8d14b47c49ba
treefed96d9eb1f1cf9778409219dbbe18cccb1b9fe5
parent48b24b170e3b4f9dc28200306840cb07d1c123df
llama : fix platforms without mmap (#4578)

* llama : fix platforms without mmap

* win32 : limit prefetch size to the file size

* fix win32 error clobber, unnecessary std::string in std::runtime_error
ggml-cuda.cu
ggml.c
llama.cpp