You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Evans 9bc129e252
Merge pull request #512 from martindevans/updated_version
1 year ago
.github Commented back in the line that pushes to nuget 1 year ago
Assets docs: update readme. 2 years ago
LLama 0.10.0 1 year ago
LLama.Examples Created a new `BatchedExecutor` which processes multiple "Conversations" in one single inference batch. This is faster, even when the conversations are unrelated, and is much faster if the conversations share some overlap (e.g. a common system prompt prefix). 1 year ago
LLama.KernelMemory KernelMemory EmbeddingMode bug correction 1 year ago
LLama.SemanticKernel - Swapped embeddings generator to use `llama_decode` 1 year ago
LLama.Unittest Normalizing embeddings in `LLamaEmbedder`. As is done in llama.cpp: https://github.com/ggerganov/llama.cpp/blob/2891c8aa9af17f4ff636ff3868bc34ff72b56e25/examples/embedding/embedding.cpp#L92 1 year ago
LLama.Web Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 1 year ago
LLama.WebAPI build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.1 1 year ago
docs Updated Examples 1 year ago
.gitignore Switched to codellama-7b.gguf in tests (probably temporarily) 2 years ago
CONTRIBUTING.md Use llama instead of libllama in `[DllImport]` 1 year ago
LICENSE doc: add LICENSE file and readme. 2 years ago
LLamaSharp.sln 📝 Add LLamaSharp.KernelMemory project 2 years ago
README.md Update README.md 1 year ago
mkdocs.yml docs: update the docs to follow new version. 2 years ago