mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
df270ef745
- 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` |
||
---|---|---|
.. | ||
Sources | ||
.gitignore | ||
Makefile | ||
Package.swift | ||
README.md |
This is a swift clone of examples/batched
.
$ make
$ ./llama-batched-swift MODEL_PATH [PROMPT] [PARALLEL]