gemma.cpp/gemma
Jan Wassenberg d3c6a45b59 Major duplicated code reduction in test/benchmarks
Helper functions to tokenize/wrap
Move LayersOutputFunc into RuntimeConfig
AcceptFunc passes the probability
Implement StringFromType using the parser, and verify results match

PiperOrigin-RevId: 643255119
2024-06-14 00:16:25 -07:00
..
evals Add MMLU eval to github 2024-05-20 10:20:53 -07:00
activations.h Add Adam optimizer. 2024-06-06 18:41:36 +00:00
benchmark.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
benchmark_helper.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
benchmark_helper.h Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
benchmarks.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
common.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
common.h Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
compress_weights.cc Use Loader/AppArgs to construct gemma_test model, simplify AcceptFunc 2024-06-11 05:53:10 -07:00
configs.h Reduce duplication in Config* by inheriting no-SSM 2024-06-13 09:48:56 -07:00
cross_entropy.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
cross_entropy.h Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
gemma.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
gemma.h Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
gemma_test.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
ops.h Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
ops_test.cc Added MatMul_4x4_Batch which is MatMul_4x4, but with the first template arg moved to the first function arg, so the batch size (num A rows) can be variable at run-time. 2024-06-13 09:05:40 -07:00
run.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
run_mmlu.cc Major duplicated code reduction in test/benchmarks 2024-06-14 00:16:25 -07:00
weights.cc Use CompressedWeights<TConfig<float>> in backpropagation. 2024-06-10 14:34:24 +00:00
weights.h Use CompressedWeights<TConfig<float>> in backpropagation. 2024-06-10 14:34:24 +00:00