Llama.csharp-v1.2.0
This release includes the full source code along with a ready-to-use archive of the library subproject:
📦 llama.csharp-v1.2.0.zip
Supported llama.cpp versions
b9460 and later (up to the latest releases)
You can download the engine files from the official llama.cpp releases: 🔗 llama.cpp releases
Public changes
New features
- Extended llama.cpp version support: the library is now compatible with versions from b9460 through the latest releases.
- Added unsupported operation checks in
LlamaExecutorfor recurrent and hybrid models. Methods that are incompatible with these architectures (DeleteSequenceEndandStopSeqPrefill) now throw an exception instructing the user to use state checkpoints (not yet implemented).
Docs
- Fixed a comment for the
Samplemethod inISamplingPipeline.
Other
Tests
- Updated llama.cpp paths and model paths in integration tests and example test programs.