gemma.cpp/gemma
Zoltan Szabadka 465998d25a Add support for custom sampling function to runtime config.
With this addition the ComputeCrossEntropy function can be moved
to its own library, because now we can compute it using only the
public API functions from gemma.h
2024-06-07 11:45:07 +00: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 Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
common.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
common.h Add Adam optimizer. 2024-06-06 18:41:36 +00: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
cross_entropy.cc Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
cross_entropy.h Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
gemma.cc Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
gemma.h Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
gemma_test.cc Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
ops.h Fix Softmax on SVE 2024-06-06 10:39:30 -07:00
ops_test.cc Fix Softmax on SVE 2024-06-06 10:39:30 -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 Add Adam optimizer. 2024-06-06 18:41:36 +00:00
weights.h Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00