gemma.cpp/paligemma
Jan Wassenberg 0c64987a96 Abort if args are unrecognized, refactor argument passing
This catches typos/incorrect usage.
Refactor: group Loader/Threading/Inference into GemmaArgs.
All *Args ctors now have an extra ConsumedArgs& argument.
PiperOrigin-RevId: 844690553
2025-12-15 03:18:45 -08:00
..
testdata Add support for PaliGemma Vision-LM (224x224) to gemma.cpp 2024-09-23 10:09:38 -07:00
BUILD.bazel Avoid hard-coding kPatchSize. Thanks @Somet2mes for reporting. Fixes #762. 2025-11-07 00:32:31 -08:00
image.cc Avoid hard-coding kPatchSize. Thanks @Somet2mes for reporting. Fixes #762. 2025-11-07 00:32:31 -08:00
image.h Avoid hard-coding kPatchSize. Thanks @Somet2mes for reporting. Fixes #762. 2025-11-07 00:32:31 -08:00
image_test.cc Avoid hard-coding kPatchSize. Thanks @Somet2mes for reporting. Fixes #762. 2025-11-07 00:32:31 -08:00
paligemma_helper.cc add const restriction for benchmark_helper.cc, and paligemma_helper.cc to remove a few uncessary copies. 2025-09-14 16:27:26 -07:00
paligemma_helper.h Gemma CPP: move PaliGemma tests' helper to a separate class 2025-06-17 18:37:24 -07:00
paligemma_test.cc Abort if args are unrecognized, refactor argument passing 2025-12-15 03:18:45 -08:00