Skip to content

Llama.csharp-v1.2.1

Choose a tag to compare

@stmay4 stmay4 released this 02 Jul 21:58
064225d

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.