github ggml-org/llama.cpp b7252

latest releases: b7262, b7261, b7256...
9 hours ago

Warning

Release Format Update: Linux releases will soon use .tar.gz archives instead of .zip. Please make the necessary changes to your deployment scripts.

cmake: explicitly link against crypt32 on non-MSVC Windows builds (#17727)

Some toolchains do not support linking via pragmas such as:

#pragma comment(lib, "crypt32.lib")

so we need to add the library explicitly.

Signed-off-by: Adrien Gallouët angt@huggingface.co

macOS/iOS:

Linux:

Windows:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.