github ggml-org/llama.cpp b7233

latest release: b7235
2 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.

macOS/iOS:

Linux:

Windows:

openEuler:

llama : fix signed comparison warning on FreeBSD (#17497)

This ensures correct RLIM_INFINITY handling and compatibility on all platforms (32/64-bit).

warning: comparison of integers of different signs: 'rlim_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  488 |         if (suggest && (lock_limit.rlim_max > lock_limit.rlim_cur + size)) {
      |                         ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.