gemma.cpp/gemma
Jan Wassenberg c4398fc72d Infra improvements:
allocator: support mmap, fixed Bind, add padding
bench_matmul: Add PreventElision
BUILD: add ops_test build target
matmul.h: move ConstMat here; dynamic alloc of MatMulEnv
matmul_test: remove benchmarking
replace fprintf with HWY_WARN
threading.cc: support splitting large clusters (disabled); package_idx->pkg_idx, smaller IndexRangePartition
PiperOrigin-RevId: 717512274
2025-01-20 06:22:49 -08:00
..
evals Add MMLU eval to github 2024-05-20 10:20:53 -07:00
instantiations Eliminated TConfig. 2024-10-17 05:04:22 -07:00
activations.h Infra improvements: 2025-01-20 06:22:49 -08:00
common.cc Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
common.h Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
configs.cc Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
configs.h Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
configs_test.cc Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
gemma-inl.h Infra improvements: 2025-01-20 06:22:49 -08:00
gemma.cc Added ability to load/save a complete model file, including tokenizer. 2024-12-19 07:59:41 -08:00
gemma.h Added ability to load/save a complete model file, including tokenizer. 2024-12-19 07:59:41 -08:00
kv_cache.cc Added ability to load/save a complete model file, including tokenizer. 2024-12-19 07:59:41 -08:00
kv_cache.h Fix Griffin model: 2024-11-08 08:30:53 -08:00
run.cc Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
tensor_index.cc Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
tensor_index.h Added the TensorInfo arg to the compressor so the shape and scale can be output correctly to the file in future. 2024-12-11 01:26:35 -08:00
tensor_index_test.cc Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
tokenizer.cc Added ability to load/save a complete model file, including tokenizer. 2024-12-19 07:59:41 -08:00
tokenizer.h Added ability to load/save a complete model file, including tokenizer. 2024-12-19 07:59:41 -08:00
weights.cc Moved the vit config fields to their own config struct 2025-01-15 01:09:49 -08:00
weights.h Allow interactive use with new single-file weight format. 2025-01-15 07:22:33 -08:00