gemma.cpp/gemma
Jan Wassenberg c7c3daa624 7x compile time speedup: shard gemma.cc
Use overloaded functions defined in gemma/instantiations.
Also split out activations.h.

PiperOrigin-RevId: 649053122
2024-07-03 06:35:04 -07:00
..
evals Add MMLU eval to github 2024-05-20 10:20:53 -07:00
instantiations 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
activations.h 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
benchmark_helper.cc Small cleanups. Fixes gemma_test build. 2024-07-03 03:13:38 -07:00
benchmark_helper.h Cleanup: add ModelInfo struct, remove gcpp:: 2024-07-02 07:11:15 -07:00
common.cc 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
common.h 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
configs.h Add sliding window attention for Gemma 2. 2024-07-02 11:08:03 -07:00
gemma-inl.h 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
gemma.cc 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
gemma.h 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
gemma_test.cc Small cleanups. Fixes gemma_test build. 2024-07-03 03:13:38 -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 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -07:00
tokenizer.h 7x compile time speedup: shard gemma.cc 2024-07-03 06:35:04 -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