Llama.csharp-v1.2.1
This release includes the full source code along with a ready-to-use archive of the library subproject:
📦 llama.csharp-v1.2.1.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
Fixed
- Added check in CopySeqPrefixTo method in LlamaExecutor to prevent partial copy for hybrid and recurrent models.
Other
Tests
- Added partial copy test.