[Release] v0.11.2pull/657/head
| @@ -4,7 +4,7 @@ | |||||
| <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> | <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> | ||||
| <ImplicitUsings>enable</ImplicitUsings> | <ImplicitUsings>enable</ImplicitUsings> | ||||
| <Nullable>enable</Nullable> | <Nullable>enable</Nullable> | ||||
| <Version>0.11.0</Version> | |||||
| <Version>0.11.2</Version> | |||||
| <Authors>Xbotter</Authors> | <Authors>Xbotter</Authors> | ||||
| <Company>SciSharp STACK</Company> | <Company>SciSharp STACK</Company> | ||||
| <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
| @@ -17,7 +17,7 @@ | |||||
| The integration of LLamaSharp and Microsoft kernel-memory. It could make it easy to support document search for LLamaSharp model inference. | The integration of LLamaSharp and Microsoft kernel-memory. It could make it easy to support document search for LLamaSharp model inference. | ||||
| </Description> | </Description> | ||||
| <PackageReleaseNotes> | <PackageReleaseNotes> | ||||
| v0.11.0 updated the kernel-memory package and Fixed System.ArgumentException: EmbeddingMode must be true. | |||||
| v0.11.2 followed the updating of LLamaSharp. | |||||
| </PackageReleaseNotes> | </PackageReleaseNotes> | ||||
| <PackageLicenseExpression>MIT</PackageLicenseExpression> | <PackageLicenseExpression>MIT</PackageLicenseExpression> | ||||
| <PackageOutputPath>packages</PackageOutputPath> | <PackageOutputPath>packages</PackageOutputPath> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <ImplicitUsings>enable</ImplicitUsings> | <ImplicitUsings>enable</ImplicitUsings> | ||||
| <Nullable>enable</Nullable> | <Nullable>enable</Nullable> | ||||
| <Version>0.11.0</Version> | |||||
| <Version>0.11.2</Version> | |||||
| <Authors>Tim Miller, Xbotter</Authors> | <Authors>Tim Miller, Xbotter</Authors> | ||||
| <Company>SciSharp STACK</Company> | <Company>SciSharp STACK</Company> | ||||
| <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
| @@ -23,7 +23,7 @@ | |||||
| The integration of LLamaSharp and Microsoft semantic-kernel. | The integration of LLamaSharp and Microsoft semantic-kernel. | ||||
| </Description> | </Description> | ||||
| <PackageReleaseNotes> | <PackageReleaseNotes> | ||||
| v0.11.0 updates the semantic-kernel package. | |||||
| v0.11.2 followed the updating of LLamaSharp. | |||||
| </PackageReleaseNotes> | </PackageReleaseNotes> | ||||
| <PackageLicenseExpression>MIT</PackageLicenseExpression> | <PackageLicenseExpression>MIT</PackageLicenseExpression> | ||||
| <PackageOutputPath>packages</PackageOutputPath> | <PackageOutputPath>packages</PackageOutputPath> | ||||
| @@ -7,7 +7,7 @@ | |||||
| <Platforms>AnyCPU;x64;Arm64</Platforms> | <Platforms>AnyCPU;x64;Arm64</Platforms> | ||||
| <AllowUnsafeBlocks>True</AllowUnsafeBlocks> | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||||
| <Version>0.11.0</Version> | |||||
| <Version>0.11.2</Version> | |||||
| <Authors>Rinne, Martin Evans, jlsantiago and all the other contributors in https://github.com/SciSharp/LLamaSharp/graphs/contributors.</Authors> | <Authors>Rinne, Martin Evans, jlsantiago and all the other contributors in https://github.com/SciSharp/LLamaSharp/graphs/contributors.</Authors> | ||||
| <Company>SciSharp STACK</Company> | <Company>SciSharp STACK</Company> | ||||
| <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
| @@ -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. | With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp. | ||||
| </Description> | </Description> | ||||
| <PackageReleaseNotes> | <PackageReleaseNotes> | ||||
| LLamaSharp 0.11.0 added support for multi-modal (LLaVA), improved the BatchedExecutor and added state management of `ChatSession`. | |||||
| LLamaSharp 0.11.2 fixed the performance issue of LLaVA on GPU and improved the log suppression. | |||||
| </PackageReleaseNotes> | </PackageReleaseNotes> | ||||
| <PackageLicenseExpression>MIT</PackageLicenseExpression> | <PackageLicenseExpression>MIT</PackageLicenseExpression> | ||||
| <PackageOutputPath>packages</PackageOutputPath> | <PackageOutputPath>packages</PackageOutputPath> | ||||
| @@ -242,7 +242,7 @@ If you want to compile llama.cpp yourself you **must** use the exact commit ID l | |||||
| | v0.8.1 | | [`e937066`](https://github.com/ggerganov/llama.cpp/commit/e937066420b79a757bf80e9836eb12b88420a218) | | | v0.8.1 | | [`e937066`](https://github.com/ggerganov/llama.cpp/commit/e937066420b79a757bf80e9836eb12b88420a218) | | ||||
| | v0.9.0, v0.9.1 | [Mixtral-8x7B](https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF) | [`9fb13f9`](https://github.com/ggerganov/llama.cpp/blob/9fb13f95840c722ad419f390dc8a9c86080a3700) | | | v0.9.0, v0.9.1 | [Mixtral-8x7B](https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF) | [`9fb13f9`](https://github.com/ggerganov/llama.cpp/blob/9fb13f95840c722ad419f390dc8a9c86080a3700) | | ||||
| | v0.10.0 | [Phi2](https://huggingface.co/TheBloke/phi-2-GGUF) | [`d71ac90`](https://github.com/ggerganov/llama.cpp/tree/d71ac90985854b0905e1abba778e407e17f9f887) | | | v0.10.0 | [Phi2](https://huggingface.co/TheBloke/phi-2-GGUF) | [`d71ac90`](https://github.com/ggerganov/llama.cpp/tree/d71ac90985854b0905e1abba778e407e17f9f887) | | ||||
| | v0.11.0 | [LLaVA-v1.5](https://hf-mirror.com/jartine/llava-v1.5-7B-GGUF/blob/main/llava-v1.5-7b-mmproj-Q4_0.gguf), [Phi2](https://huggingface.co/TheBloke/phi-2-GGUF)| [`3ab8b3a`](https://github.com/ggerganov/llama.cpp/tree/3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6) | | |||||
| | v0.11.1, v0.11.2 | [LLaVA-v1.5](https://hf-mirror.com/jartine/llava-v1.5-7B-GGUF/blob/main/llava-v1.5-7b-mmproj-Q4_0.gguf), [Phi2](https://huggingface.co/TheBloke/phi-2-GGUF)| [`3ab8b3a`](https://github.com/ggerganov/llama.cpp/tree/3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6) | | |||||
| ## License | ## License | ||||