gemma.cpp/gemma
Andrey Vlasov 38eb452b94 Support mixed (bf16, sfp) tiled MatMul. Same sfp-decompress strategy as in (f32,
sfp) tiled MatMul.

PiperOrigin-RevId: 642901844
2024-06-13 02:07:21 -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 Use Loader/AppArgs to construct gemma_test model, simplify AcceptFunc 2024-06-11 05:53:10 -07:00
benchmark_helper.cc Updated benchmarks.cc to recent changes to Gemma API. 2024-06-11 08:55:40 -07:00
benchmark_helper.h Updated benchmarks.cc to recent changes to Gemma API. 2024-06-11 08:55:40 -07:00
benchmarks.cc Updated benchmarks.cc to recent changes to Gemma API. 2024-06-11 08:55:40 -07:00
common.cc Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
common.h Support all weight types in a single binary. 2024-06-07 09:04:45 -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 Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
cross_entropy.cc Use Loader/AppArgs to construct gemma_test model, simplify AcceptFunc 2024-06-11 05:53:10 -07:00
cross_entropy.h Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
gemma.cc Tiny cleanup: distinguish between "ids" and "pieces" in argument names when encoding. 2024-06-12 07:52:13 -07:00
gemma.h Tiny cleanup: distinguish between "ids" and "pieces" in argument names when encoding. 2024-06-12 07:52:13 -07:00
gemma_test.cc Fix numerical issue in Softcap by subtracting max. 2024-06-12 05:42:16 -07:00
ops.h Support mixed (bf16, sfp) tiled MatMul. Same sfp-decompress strategy as in (f32, 2024-06-13 02:07:21 -07:00
ops_test.cc Support mixed (bf16, sfp) tiled MatMul. Same sfp-decompress strategy as in (f32, 2024-06-13 02:07:21 -07:00
run.cc Use Loader/AppArgs to construct gemma_test model, simplify AcceptFunc 2024-06-11 05:53:10 -07:00
run_mmlu.cc Use Loader/AppArgs to construct gemma_test model, simplify AcceptFunc 2024-06-11 05:53:10 -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