gemma.cpp/gemma
Kan Wu cca75c5c60 Add configurables for norm/rope/activation/scale/residual connection.
PiperOrigin-RevId: 648971168
2024-07-03 03:04:47 -07:00
..
evals Add MMLU eval to github 2024-05-20 10:20:53 -07:00
benchmark_helper.cc Cleanup: add ModelInfo struct, remove gcpp:: 2024-07-02 07:11:15 -07:00
benchmark_helper.h Cleanup: add ModelInfo struct, remove gcpp:: 2024-07-02 07:11:15 -07:00
common.cc Introduce new Gemma 9B and 27B configs 2024-06-27 06:45:24 -07:00
common.h Prep for sharding gemma.cc: split into kv_cache, tokenizer. 2024-07-02 09:31:06 -07:00
configs.h Add configurables for norm/rope/activation/scale/residual connection. 2024-07-03 03:04:47 -07:00
gemma.cc Add configurables for norm/rope/activation/scale/residual connection. 2024-07-03 03:04:47 -07:00
gemma.h Prep for sharding gemma.cc: split into kv_cache, tokenizer. 2024-07-02 09:31:06 -07:00
gemma_test.cc Add prompt batching to Gemma.cpp. 2024-07-01 07:51:31 -07:00
kv_cache.cc Prep for sharding gemma.cc: split into kv_cache, tokenizer. 2024-07-02 09:31:06 -07:00
kv_cache.h Prep for sharding gemma.cc: split into kv_cache, tokenizer. 2024-07-02 09:31:06 -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 Cleanup: add ModelInfo struct, remove gcpp:: 2024-07-02 07:11:15 -07:00
tokenizer.cc Prep for sharding gemma.cc: split into kv_cache, tokenizer. 2024-07-02 09:31:06 -07:00
tokenizer.h Prep for sharding gemma.cc: split into kv_cache, tokenizer. 2024-07-02 09:31:06 -07:00
weights.cc Further simplification to ForEachTensor, thanks I.K. 2024-06-17 07:12:26 -07:00
weights.h Add configurables for norm/rope/activation/scale/residual connection. 2024-07-03 03:04:47 -07:00
weights_raw.h Add configurables for norm/rope/activation/scale/residual connection. 2024-07-03 03:04:47 -07:00