gemma.cpp/paligemma
RangerUFO e48fc3abb4 Refactor the overloads of `Image::ReadPPM` method
Remove the `std::istream` overload and directly parse the PPM format on
the span. Load the image bytes in the file using `ReadFileToString`
helper defined in "compression/io.h" instead of `std::ifstream`.
2024-10-18 02:10:29 +08:00
..
testdata Add support for PaliGemma Vision-LM (224x224) to gemma.cpp 2024-09-23 10:09:38 -07:00
BUILD Minor cleanup, Windows+Bazel build fixes 2024-10-10 09:05:06 -07:00
image.cc Refactor the overloads of `Image::ReadPPM` method 2024-10-18 02:10:29 +08:00
image.h Refactor the overloads of `Image::ReadPPM` method 2024-10-18 02:10:29 +08:00
image_test.cc Add support for PaliGemma Vision-LM (224x224) to gemma.cpp 2024-09-23 10:09:38 -07:00
paligemma_test.cc Introduce QueryResult in GemmaEnv and add a shortcut for WrapAndTokenize. 2024-10-14 04:45:21 -07:00