Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adapt to
llama.cpp
changes, repeat penalty, improved grammar (#…
…60) * Adapted to new `llama.cpp` interface * Added support for repeat penalty * Improved grammar support * Added build toolchains for cross-compilation * Moved context and evaluation options to `LlamaContext`, `LlamaContext`'s `evaluate` function, and `LlamaChatSession`'s `prompt` function while supporting the existing interface. This way the API is better aligned with `llama.cpp` while preserving compatibility with existing projects that use the old interface.
- Loading branch information