From 12afb128fa9b585c1a675ace68dee50262118bbe Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 12 May 2024 17:26:03 +0100 Subject: [PATCH] Updated csproj --- LLama/LLamaSharp.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index 3947b7c31..5c7a59dec 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -7,7 +7,7 @@ AnyCPU;x64;Arm64 True - 0.11.2 + 0.12.0 Rinne, Martin Evans, jlsantiago and all the other contributors in https://github.com/SciSharp/LLamaSharp/graphs/contributors. SciSharp STACK true @@ -22,7 +22,7 @@ With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp. - LLamaSharp 0.11.2 fixed the performance issue of LLaVA on GPU and improved the log suppression. + Updated llama.cpp version to include better support for LLama3 tokenization. MIT packages