Rőczey Barnabás
Results
1
issues of
Rőczey Barnabás
In some places, clip_image_f32-s get allocated as arrays https://github.com/ggerganov/llama.cpp/blob/594fca3fefe27b8e95cfb1656eb0e160ad15a793/examples/llava/clip.cpp#L1560 https://github.com/ggerganov/llama.cpp/blob/594fca3fefe27b8e95cfb1656eb0e160ad15a793/examples/llava/clip.cpp#L1652 However, here https://github.com/ggerganov/llama.cpp/blob/594fca3fefe27b8e95cfb1656eb0e160ad15a793/examples/llava/clip.cpp#L1499 the code tries to free every element of the array even though it was allocated as one...
bug-unconfirmed