Browse Source

build: revise the building of master branch.

tags/v0.2.1
Yaohui Liu 2 years ago
parent
commit
a9a5bbdbd3
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
5 changed files with 3 additions and 5 deletions
  1. +3
    -5
      LLama/LLamaSharp.csproj
  2. BIN
      LLama/libllama.dll
  3. BIN
      LLama/libllama.so
  4. BIN
      LLama/runtimes/libllama.dll
  5. BIN
      LLama/runtimes/libllama.so

+ 3
- 5
LLama/LLamaSharp.csproj 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 View File


BIN
LLama/libllama.so View File


BIN
LLama/runtimes/libllama.dll View File


BIN
LLama/runtimes/libllama.so View File


Loading…
Cancel
Save