gemma.cpp/gemma
Jan Wassenberg af8eb2fde3 Declutter gemma/ directory, move binaries to evals/ and util/.
PiperOrigin-RevId: 648400795
2024-07-01 09:51:04 -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_helper.cc Declutter gemma/ directory, move binaries to evals/ and util/. 2024-07-01 09:51:04 -07:00
benchmark_helper.h Add prompt batching to Gemma.cpp. 2024-07-01 07:51:31 -07:00
common.cc Introduce new Gemma 9B and 27B configs 2024-06-27 06:45:24 -07:00
common.h Introduce new Gemma 9B and 27B configs 2024-06-27 06:45:24 -07:00
configs.h Add config for att/final cap, skip max-subtract. Fixes #278 2024-07-01 09:45:26 -07:00
gemma.cc Add config for att/final cap, skip max-subtract. Fixes #278 2024-07-01 09:45:26 -07:00
gemma.h Add prompt batching to Gemma.cpp. 2024-07-01 07:51:31 -07:00
gemma_test.cc Add prompt batching to Gemma.cpp. 2024-07-01 07:51:31 -07:00
ops.h Add config for att/final cap, skip max-subtract. Fixes #278 2024-07-01 09:45:26 -07:00
ops_test.cc Fix DASSERT - TiledBatch requires at least 2 vectors. 2024-06-17 04:29:01 -07:00
run.cc Fix a clang tidy warning 2024-06-25 09:02:59 -07:00
weights.cc Further simplification to ForEachTensor, thanks I.K. 2024-06-17 07:12:26 -07:00
weights.h Fix compilation errors in clang 2024-06-21 13:40:40 +08:00
weights_raw.h Move raw_weights into separate header, used mainly by compress_weights. 2024-06-17 06:17:02 -07:00