]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chat: fix int overflow, prevent size calculation in float/double (#17357)
authorXuan-Son Nguyen <redacted>
Tue, 18 Nov 2025 18:11:53 +0000 (19:11 +0100)
committerGitHub <redacted>
Tue, 18 Nov 2025 18:11:53 +0000 (19:11 +0100)
commit10e9780154365b191fb43ca4830659ef12def80f
treeb0f986f616ec8d0348705c857630a166ca43a37c
parenta045492088dd105231cc5f8bfaae2d527ce47344
chat: fix int overflow, prevent size calculation in float/double (#17357)

* chat: fix int overflow, prevent size calculation in float/double

* Update common/chat.cpp

Co-authored-by: Georgi Gerganov <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
common/chat.cpp