gemma.cpp/gemma
Zoltan Szabadka a3a75b77f9 Use CompressedWeights<TConfig<float>> in backpropagation.
kWeightsAreCompressed are removed and LoadRawWeights is moved
to compress_weights.cc
2024-06-10 14:34:24 +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 Support all weight types in a single binary. 2024-06-07 09:04:45 -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 CompressedWeights<TConfig<float>> in backpropagation. 2024-06-10 14:34:24 +00:00
configs.h Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
cross_entropy.cc Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
cross_entropy.h Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
gemma.cc Use CompressedWeights<TConfig<float>> in backpropagation. 2024-06-10 14:34:24 +00:00
gemma.h Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
gemma_test.cc Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
ops.h Fix Softmax on SVE 2024-06-06 10:39:30 -07:00
ops_test.cc Shifting large matrix init to heap in ops_test.cc 2024-06-07 11:38:42 -07:00
run.cc Support all weight types in a single binary. 2024-06-07 09:04:45 -07:00
run_mmlu.cc Support all weight types in a single binary. 2024-06-07 09:04:45 -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