]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
model: LFM2-VL fixes (llama/17577)
authorTarek Dakhran <redacted>
Sun, 30 Nov 2025 20:57:31 +0000 (21:57 +0100)
committerGeorgi Gerganov <redacted>
Fri, 12 Dec 2025 15:53:14 +0000 (17:53 +0200)
commit0defeee67905bfa85061eab2bf66b3e4ca4020f7
treeb582922f86f80717c623666bed3772581a0c1878
parent706647202e1d4dd7ef854f004e6ab6e761b6843c
model: LFM2-VL fixes (llama/17577)

* Adjust to pytorch

* Add antialiasing upscale

* Increase number of patches to 1024

* Handle default marker insertion for LFM2

* Switch to flag

* Reformat

* Cuda implementation of antialias kernel

* Change placement in ops.cpp

* consistent float literals

* Pad only for LFM2

* Address PR feedback

* Rollback default marker placement changes

* Fallback to CPU implementation for antialias implementation of upscale
ggml/include/ggml.h
ggml/src/ggml-cann/ggml-cann.cpp
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cuda/upscale.cu
ggml/src/ggml-metal/ggml-metal-device.m
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml.c