|
|
@@ -5,7 +5,7 @@ |
|
|
<RootNamespace>LLama</RootNamespace> |
|
|
<RootNamespace>LLama</RootNamespace> |
|
|
<Nullable>enable</Nullable> |
|
|
<Nullable>enable</Nullable> |
|
|
<LangVersion>10</LangVersion> |
|
|
<LangVersion>10</LangVersion> |
|
|
<Platforms>AnyCPU;x64</Platforms> |
|
|
|
|
|
|
|
|
<Platforms>AnyCPU;x64;Arm64</Platforms> |
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
|
<Version>0.4.0</Version> |
|
|
<Version>0.4.0</Version> |
|
|
@@ -25,7 +25,7 @@ |
|
|
</PackageReleaseNotes> |
|
|
</PackageReleaseNotes> |
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
|
<PackageOutputPath>packages</PackageOutputPath> |
|
|
<PackageOutputPath>packages</PackageOutputPath> |
|
|
<Platforms>AnyCPU;x64</Platforms> |
|
|
|
|
|
|
|
|
<Platforms>AnyCPU;x64;Arm64</Platforms> |
|
|
<PackageId>LLamaSharp</PackageId> |
|
|
<PackageId>LLamaSharp</PackageId> |
|
|
<Configurations>Debug;Release;GPU</Configurations> |
|
|
<Configurations>Debug;Release;GPU</Configurations> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
@@ -70,6 +70,10 @@ |
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
<Link>libllama-cuda12.so</Link> |
|
|
<Link>libllama-cuda12.so</Link> |
|
|
</None> |
|
|
</None> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<None Include="runtimes/libllama.dylib"> |
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
|
|
<Link>libllama.dylib</Link> |
|
|
|
|
|
</None> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
</Project> |
|
|
</Project> |