We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef2eb commit 80d75d9Copy full SHA for 80d75d9
LLama/LLamaSharp.Runtime.targets
@@ -218,6 +218,10 @@
218
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
219
<Link>runtimes/linux-arm64/native/libggml-cpu.so</Link>
220
</None>
221
+ <None Include="$(MSBuildThisFileDirectory)runtimes/deps/linux-arm64/libllava_shared.so">
222
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
223
+ <Link>runtimes/linux-arm64/native/libllava_shared.so</Link>
224
+ </None>
225
226
227
<None Include="$(MSBuildThisFileDirectory)runtimes/deps/cu11.7.1/libllama.so">
0 commit comments