Browse Source

MacOS Dynamic Link Libraries

Add MacOS Dynamic Link Libraries
tags/v0.4.0
SignalRT 2 years ago
parent
commit
f7cf453366
2 changed files with 7 additions and 0 deletions
  1. +7
    -0
      LLama.WebAPI/LLama.WebAPI.csproj
  2. BIN
      LLama/runtimes/libllama.dylib

+ 7
- 0
LLama.WebAPI/LLama.WebAPI.csproj View File

@@ -14,4 +14,11 @@
<ProjectReference Include="..\LLama\LLamaSharp.csproj" />
</ItemGroup>

<ItemGroup>
<Content Update="Properties\launchSettings.json">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</Content>
</ItemGroup>
</Project>

BIN
LLama/runtimes/libllama.dylib View File


Loading…
Cancel
Save