gemma.cpp/gemma
Jan Wassenberg 57c2cd8b52 Simplifications: remove GemmaInterface and GemmaImpl
Split common and weights into separate lib
Remove common-inl (does not have to be SIMD code), activations.cc
Centralize switch(Model) to avoid duplication
Move CompressWeightsT to compress_weights.cc
Move LoadWeights to weights.cc

PiperOrigin-RevId: 640869202
2024-06-06 05:54:21 -07:00
..
evals Add MMLU eval to github 2024-05-20 10:20:53 -07:00
activations.h Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
benchmark.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
common.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
common.h Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
compress_weights.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
configs.h Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
gemma.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
gemma.h Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
gemma_test.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
ops.h Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
ops_test.cc Fix for GenerateZeroMat call in TestTiledMatMul 2024-06-04 09:32:23 -07:00
run.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
run_mmlu.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
weights.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
weights.h Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00