]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
convert : add missing return statement for GraniteMoeModel (#19202)
authorDaniel Bevenius <redacted>
Fri, 30 Jan 2026 10:12:53 +0000 (11:12 +0100)
committerGitHub <redacted>
Fri, 30 Jan 2026 10:12:53 +0000 (11:12 +0100)
commit05625031547d95f7335abd012cad4cd07986819b
tree355c225736e7824a79fe5371076f9c6b2a3e17c6
parent83bcdf7217dc06ac67ff5f7322bdd89f46664c04
convert : add missing return statement for GraniteMoeModel (#19202)

This commit adds a missing return statement to the GraniteMoeModel class
to fix an issue in the model conversion process.

Resolves: https://github.com/ggml-org/llama.cpp/issues/19201
convert_hf_to_gguf.py