Skip to content

Commit b941540

Browse files
committed
fix errors in nuspecs.
1 parent d104d9a commit b941540

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

LLama/runtimes/build/LLamaSharp.Backend.Cpu.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
<files>
1919
<file src="LLamaSharpBackend.props" target="build/netstandard2.0/LLamaSharp.Backend.Cpu.props" />
2020

21-
<file src="runtimes/deps/libllava_shared.so" target="runtimes\win-x64\native\libllava_shared.so" />
21+
<file src="runtimes/deps/libllava_shared.so" target="runtimes\linux-x64\native\libllava_shared.so" />
2222
<file src="runtimes/deps/llava_shared.dll" target="runtimes\win-x64\native\llava_shared.dll" />
23+
<file src="runtimes/deps/osx-x64/libllava_shared.dylib" target="runtimes\osx-x64\native\libllava_shared.dylib" />
24+
<file src="runtimes/deps/osx-arm64/libllava_shared.dylib" target="runtimes\osx-arm64\native\libllava_shared.dylib" />
2325

2426
<file src="runtimes/deps/llama.dll" target="runtimes\win-x64\native\llama.dll" />
2527
<file src="runtimes/deps/avx/llama.dll" target="runtimes\win-x64\native\avx\llama.dll" />

LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<files>
1919
<file src="LLamaSharpBackend.props" target="build/netstandard2.0/LLamaSharp.Backend.Cuda11.props" />
2020

21-
<file src="runtimes/deps/libllava_shared.so" target="runtimes\win-x64\native\libllava_shared.so" />
21+
<file src="runtimes/deps/libllava_shared.so" target="runtimes\linux-x64\native\libllava_shared.so" />
2222
<file src="runtimes/deps/llava_shared.dll" target="runtimes\win-x64\native\llava_shared.dll" />
2323

2424
<file src="runtimes/deps/cu11.7.1/llama.dll" target="runtimes\win-x64\native\cuda11\llama.dll" />

LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<files>
1919
<file src="LLamaSharpBackend.props" target="build/netstandard2.0/LLamaSharp.Backend.Cuda12.props" />
2020

21-
<file src="runtimes/deps/libllava_shared.so" target="runtimes\win-x64\native\libllava_shared.so" />
21+
<file src="runtimes/deps/libllava_shared.so" target="runtimes\linux-x64\native\libllava_shared.so" />
2222
<file src="runtimes/deps/llava_shared.dll" target="runtimes\win-x64\native\llava_shared.dll" />
2323

2424
<file src="runtimes/deps/cu12.1.0/llama.dll" target="runtimes\win-x64\native\cuda12\llama.dll" />

LLama/runtimes/build/LLamaSharp.Backend.OpenCL.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<files>
1919
<file src="LLamaSharpBackend.props" target="build/netstandard2.0/LLamaSharp.Backend.OpenCL.props" />
2020

21-
<file src="runtimes/deps/libllava_shared.so" target="runtimes\win-x64\native\libllava_shared.so" />
21+
<file src="runtimes/deps/libllava_shared.so" target="runtimes\linux-x64\native\libllava_shared.so" />
2222
<file src="runtimes/deps/llava_shared.dll" target="runtimes\win-x64\native\llava_shared.dll" />
2323

2424
<file src="runtimes/deps/clblast/llama.dll" target="runtimes\win-x64\native\clblast\llama.dll" />

0 commit comments

Comments
 (0)