build: revise the building of master branch.

This commit is contained in:
Yaohui Liu 2023-05-11 20:04:51 +08:00
parent 5a9f8ef850
commit a9a5bbdbd3
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
5 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<Platforms>AnyCPU;x64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Version>0.1.9</Version>
<Version>0.1.1</Version>
<Authors>Yaohui Liu, Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@ -42,10 +42,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="runtimes\*"
CopyToOutputDirectory="Always"
Pack="true"
PackagePath="runtimes\" />
<Content Include="*.dll" CopyToOutputDirectory="Always" Pack="true" PackagePath="runtimes\" />
<Content Include="*.so" CopyToOutputDirectory="Always" Pack="true" PackagePath="runtimes\" />
<!--<Content Include="llama.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>

BIN
LLama/libllama.dll Normal file

Binary file not shown.

BIN
LLama/libllama.so Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.