8000 Release b5427 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content
8000

b5427

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 01:15
f7c9429
sycl : Overcoming workaround for mmap() allocation on Windows (#13482)

* Remove mmap workaround on windows

After some testing I found that mmap is supported on windows and for
many GPUs on Linux. Therefore I remove the workaround for windows since
it is not necessary.

* Update llama-bench README

SYCL backend introduced a workaround that allows execution of
llama-bench also without specifying `--mmp 0` flag
0