llama_cpp_for_radxa_dragon_.../common
Georgi Gerganov df270ef745
llama : refactor sampling v2 (#9294)
- Add `struct llama_sampler` and `struct llama_sampler_i`
- Add `llama_sampler_` API
- Add `llama_sampler_chain_` API for chaining multiple samplers
- Remove `LLAMA_API_INTERNAL`
- Add `llama_perf_` API and remove old `llama_print_timings` and `llama_reset_timings`
2024-09-07 15:16:19 +03:00
..
cmake llama : reorganize source code + improve CMake (#8006) 2024-06-26 18:33:02 +03:00
base64.hpp
build-info.cpp.in
CMakeLists.txt llama : refactor sampling v2 (#9294) 2024-09-07 15:16:19 +03:00
common.cpp llama : refactor sampling v2 (#9294) 2024-09-07 15:16:19 +03:00
common.h llama : refactor sampling v2 (#9294) 2024-09-07 15:16:19 +03:00
console.cpp
console.h
json-schema-to-grammar.cpp json: restore default additionalProperties to false, fix some pattern escapes (#8180) 2024-06-28 09:26:45 +01:00
json-schema-to-grammar.h
json.hpp
log.h infill : assert prefix/suffix tokens + remove old space logic (#8351) 2024-07-08 09:34:35 +03:00
ngram-cache.cpp
ngram-cache.h lookup: fibonacci hashing, fix crashes (#8548) 2024-07-17 23:35:44 +02:00
sampling.cpp llama : refactor sampling v2 (#9294) 2024-09-07 15:16:19 +03:00
sampling.h llama : refactor sampling v2 (#9294) 2024-09-07 15:16:19 +03:00
stb_image.h common : Update stb_image.h to latest version (#9161) 2024-08-27 08:58:50 +03:00
train.cpp
train.h