Releases: ServeurpersoCom/llama.cpp
Releases · ServeurpersoCom/llama.cpp
b6627
ggml : check cuda and metal argsort limits and add test (#16323) * check cuda argsort limits and add test * add metal check
b6625
fix: preserved zero values in chat settings inputs and textareas by s…
b6622
ggml : fix dependencies for ggml_set_rows (#16318)
b6620
ggml : fix GGML_F32_VEC_FMA argument order in ggml_vec_mad1_f32 (#16307) * fix GGML_F32_VEC_FMA argument order in ggml_vec_mad1_f32 * add test that fails on simd
b6619
common : fix reasoning before forced tool call via tool_choice = requ…
b6615
vulkan: 64-bit im2col (#16135) * vulkan: 64-bit im2col Add variants of the im2col shaders that use buffer_device_address/buffer_reference, and use 64-bit address calculations. This is needed for large convolutions used in stable-diffusion.cpp. * fix validation error for large im2col