]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
docs : update HOWTO‑add‑model.md for ModelBase and new model classes (#14874)
authorwooksong <redacted>
Fri, 25 Jul 2025 14:25:05 +0000 (23:25 +0900)
committerGitHub <redacted>
Fri, 25 Jul 2025 14:25:05 +0000 (16:25 +0200)
commite7fecba93416c8aaf343932b5e36dd5e208a815e
treee50ba139ba99617d55de3046f286c6b06f5ac2b2
parente2b7621e7c265a6739225125cf9c534f471b3472
docs : update HOWTO‑add‑model.md for ModelBase and new model classes (#14874)

This patch updates the example in docs/development/HOWTO-add-model.md to
reflect recent changes after `TextModel` and `MmprojModel` were introduced.

It replaces the outdated `Model` base class with `TextModel` or `MmprojModel`
and updates the registration example accordingly.

Signed-off-by: Wook Song <redacted>
docs/development/HOWTO-add-model.md