gemma.cpp/gemma
Daniel Keysers 62c70d6715 Rename ModelTraining to PromptWrapping which is a more accurate name.
PiperOrigin-RevId: 705881500
2024-12-13 07:45:59 -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 Simpler MatMul interface, vocab types, Tristate for use_spinning 2024-11-04 07:48:29 -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 Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
configs.h Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
configs_test.cc Improved consistency of compressor API, and added a universal method with a target type arg. 2024-11-21 05:27:40 -08:00
gemma-inl.h Make prompt wrapping more consistent and fix duplicated tokens for multi-turn. 2024-12-11 01:52:00 -08:00
gemma.cc Simpler MatMul interface, vocab types, Tristate for use_spinning 2024-11-04 07:48:29 -08:00
gemma.h Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
kv_cache.cc Fix Griffin model: 2024-11-08 08:30:53 -08:00
kv_cache.h Fix Griffin model: 2024-11-08 08:30:53 -08:00
run.cc Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
tensor_index.cc 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.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 Removed duplicated tensor sizes from weights.h by changing the constructor used for MatPtrT 2024-12-11 06:30:28 -08:00
tokenizer.cc Rename ModelTraining to PromptWrapping which is a more accurate name. 2024-12-13 07:45:59 -08:00
tokenizer.h 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
weights.cc Removed duplicated tensor sizes from weights.h by changing the constructor used for MatPtrT 2024-12-11 06:30:28 -08:00
weights.h Removed duplicated tensor sizes from weights.h by changing the constructor used for MatPtrT 2024-12-11 06:30:28 -08:00