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.

LLama.Examples.csproj 527 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <Platforms>AnyCPU;x64</Platforms>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\LLama\LLamaSharp.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <None Update="Assets\chat-with-bob.txt">
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </None>
  16. </ItemGroup>
  17. </Project>

C#/.NET上易用的LLM高性能推理框架,支持LLaMA和LLaVA系列模型。