llama.cpp/examples/llama.android
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
..
app android : module (#7502) 2024-05-25 11:11:33 +03:00
gradle/wrapper android : introduce starter project example (#4926) 2024-01-16 15:47:34 +02:00
llama llama : refactor sampling v2 (#9294) 2024-09-07 15:16:19 +03:00
.gitignore android : introduce starter project example (#4926) 2024-01-16 15:47:34 +02:00
build.gradle.kts android : module (#7502) 2024-05-25 11:11:33 +03:00
gradle.properties android : introduce starter project example (#4926) 2024-01-16 15:47:34 +02:00
gradlew android : introduce starter project example (#4926) 2024-01-16 15:47:34 +02:00
README.md android : introduce starter project example (#4926) 2024-01-16 15:47:34 +02:00
settings.gradle.kts android : module (#7502) 2024-05-25 11:11:33 +03:00