diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index 39a10c38..5ed68efd 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net6.0 + netstandard2.0;net6.0;net7.0 LLama enable 10 @@ -42,13 +42,30 @@ - - - + + PreserveNewest + libllama.dll + + + PreserveNewest + libllama-cuda11.dll + + + PreserveNewest + libllama-cuda12.dll + + + PreserveNewest + libllama.so + + + PreserveNewest + libllama-cuda11.so + + + PreserveNewest + libllama-cuda12.so + diff --git a/LLama/runtimes/libllama-cuda11.dll b/LLama/runtimes/libllama-cuda11.dll new file mode 100644 index 00000000..2faed242 Binary files /dev/null and b/LLama/runtimes/libllama-cuda11.dll differ diff --git a/LLama/runtimes/libllama-cuda11.so b/LLama/runtimes/libllama-cuda11.so new file mode 100644 index 00000000..7174d9e5 Binary files /dev/null and b/LLama/runtimes/libllama-cuda11.so differ diff --git a/LLama/runtimes/libllama-cuda12.dll b/LLama/runtimes/libllama-cuda12.dll new file mode 100644 index 00000000..4ec6f189 Binary files /dev/null and b/LLama/runtimes/libllama-cuda12.dll differ diff --git a/LLama/runtimes/libllama-cuda12.so b/LLama/runtimes/libllama-cuda12.so new file mode 100644 index 00000000..b54f4257 Binary files /dev/null and b/LLama/runtimes/libllama-cuda12.so differ diff --git a/LLama/runtimes/libllama.dll b/LLama/runtimes/libllama.dll new file mode 100644 index 00000000..735cc956 Binary files /dev/null and b/LLama/runtimes/libllama.dll differ diff --git a/LLama/runtimes/libllama.so b/LLama/runtimes/libllama.so new file mode 100644 index 00000000..b9d6dbe6 Binary files /dev/null and b/LLama/runtimes/libllama.so differ