Browse Source

ggml-metal.metal MUST be copied to output folder

Metal depends on this file to execute, and MacOS llama.cpp defaults is now METAL.
tags/v0.6.0
SignalRT 2 years ago
parent
commit
c41e448d0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama/LLamaSharp.Runtime.targets

+ 1
- 1
LLama/LLamaSharp.Runtime.targets View File

@@ -32,7 +32,7 @@
<Link>libllama.dylib</Link>
</None>
<None Include="$(MSBuildThisFileDirectory)runtimes/ggml-metal.metal">
<CopyToOutputDirectory>None</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>ggml-metal.metal</Link>
</None>
</ItemGroup>

Loading…
Cancel
Save