]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : Fix 32-bit compiler warning (#1575)
authorDigipom <redacted>
Sun, 3 Dec 2023 14:15:28 +0000 (09:15 -0500)
committerGitHub <redacted>
Sun, 3 Dec 2023 14:15:28 +0000 (14:15 +0000)
commit3c28d1a5712e4c06b0380166e6f482ca2b525970
tree9f07f7ef92bbf55b8bbea80e1b995c362001009f
parente369243ebd24c8a14201f6b4280bccbb7b6a7df3
ggml : Fix 32-bit compiler warning (#1575)

Warning about %lu on 32-bit targets. Updated to %zu.
ggml-backend.c