File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 18
18
<files >
19
19
<file src =" LLamaSharpBackend.props" target =" build/netstandard2.0/LLamaSharp.Backend.Cpu.props" />
20
20
21
+ <file src =" runtimes/deps/ggml.dll" target =" runtimes\win-x64\native\ggml.dll" />
21
22
<file src =" runtimes/deps/llama.dll" target =" runtimes\win-x64\native\llama.dll" />
23
+ <file src =" runtimes/deps/avx/ggml.dll" target =" runtimes\win-x64\native\avx\ggml.dll" />
22
24
<file src =" runtimes/deps/avx/llama.dll" target =" runtimes\win-x64\native\avx\llama.dll" />
25
+ <file src =" runtimes/deps/avx2/ggml.dll" target =" runtimes\win-x64\native\avx2\ggml.dll" />
23
26
<file src =" runtimes/deps/avx2/llama.dll" target =" runtimes\win-x64\native\avx2\llama.dll" />
27
+ <file src =" runtimes/deps/avx512/ggml.dll" target =" runtimes\win-x64\native\avx512\ggml.dll" />
24
28
<file src =" runtimes/deps/avx512/llama.dll" target =" runtimes\win-x64\native\avx512\llama.dll" />
25
29
30
+ <file src =" runtimes/deps/libggml.so" target =" runtimes\linux-x64\native\libggml.so" />
26
31
<file src =" runtimes/deps/libllama.so" target =" runtimes\linux-x64\native\libllama.so" />
32
+ <file src =" runtimes/deps/avx/libggml.so" target =" runtimes\linux-x64\native\avx\libggml.so" />
27
33
<file src =" runtimes/deps/avx/libllama.so" target =" runtimes\linux-x64\native\avx\libllama.so" />
34
+ <file src =" runtimes/deps/avx2/libggml.so" target =" runtimes\linux-x64\native\avx2\libggml.so" />
28
35
<file src =" runtimes/deps/avx2/libllama.so" target =" runtimes\linux-x64\native\avx2\libllama.so" />
36
+ <file src =" runtimes/deps/avx512/libggml.so" target =" runtimes\linux-x64\native\avx512\libggml.so" />
29
37
<file src =" runtimes/deps/avx512/libllama.so" target =" runtimes\linux-x64\native\avx512\libllama.so" />
30
38
31
39
<file src =" runtimes/deps/osx-x64/libggml.dylib" target =" runtimes\osx-x64\native\libggml.dylib" />
Original file line number Diff line number Diff line change 20
20
21
21
<file src =" runtimes/deps/cu11.7.1/libllava_shared.so" target =" runtimes\linux-x64\native\cuda11\libllava_shared.so" />
22
22
<file src =" runtimes/deps/cu11.7.1/llava_shared.dll" target =" runtimes\win-x64\native\cuda11\llava_shared.dll" />
23
-
23
+
24
+ <file src =" runtimes/deps/cu11.7.1/ggml.dll" target =" runtimes\win-x64\native\cuda11\ggml.dll" />
24
25
<file src =" runtimes/deps/cu11.7.1/llama.dll" target =" runtimes\win-x64\native\cuda11\llama.dll" />
26
+ <file src =" runtimes/deps/cu11.7.1/libggml.so" target =" runtimes\linux-x64\native\cuda11\libggml.so" />
25
27
<file src =" runtimes/deps/cu11.7.1/libllama.so" target =" runtimes\linux-x64\native\cuda11\libllama.so" />
26
28
27
29
<file src =" icon512.png" target =" icon512.png" />
Original file line number Diff line number Diff line change 20
20
21
21
<file src =" runtimes/deps/cu12.2.0/libllava_shared.so" target =" runtimes\linux-x64\native\cuda12\libllava_shared.so" />
22
22
<file src =" runtimes/deps/cu12.2.0/llava_shared.dll" target =" runtimes\win-x64\native\cuda12\llava_shared.dll" />
23
-
23
+
24
+ <file src =" runtimes/deps/cu12.2.0/ggml.dll" target =" runtimes\win-x64\native\cuda12\ggml.dll" />
24
25
<file src =" runtimes/deps/cu12.2.0/llama.dll" target =" runtimes\win-x64\native\cuda12\llama.dll" />
26
+ <file src =" runtimes/deps/cu12.2.0/libggml.so" target =" runtimes\linux-x64\native\cuda12\libggml.so" />
25
27
<file src =" runtimes/deps/cu12.2.0/libllama.so" target =" runtimes\linux-x64\native\cuda12\libllama.so" />
26
28
27
29
<file src =" icon512.png" target =" icon512.png" />
You can’t perform that action at this time.
0 commit comments