diff --git a/LLama.Examples/LLama.Examples.csproj b/LLama.Examples/LLama.Examples.csproj index 5b245f6d..ef7ac437 100644 --- a/LLama.Examples/LLama.Examples.csproj +++ b/LLama.Examples/LLama.Examples.csproj @@ -1,11 +1,13 @@  - + Exe net6.0 enable enable AnyCPU;x64 + + true diff --git a/LLama.Unittest/LLama.Unittest.csproj b/LLama.Unittest/LLama.Unittest.csproj index 1148df7e..93922e81 100644 --- a/LLama.Unittest/LLama.Unittest.csproj +++ b/LLama.Unittest/LLama.Unittest.csproj @@ -1,5 +1,5 @@  - + net6.0 LLama.Unittest diff --git a/LLama.WebAPI/LLama.WebAPI.csproj b/LLama.WebAPI/LLama.WebAPI.csproj index 0af61a96..9227d57f 100644 --- a/LLama.WebAPI/LLama.WebAPI.csproj +++ b/LLama.WebAPI/LLama.WebAPI.csproj @@ -1,5 +1,5 @@ - + net6.0 enable diff --git a/LLama/LLamaSharp.Runtime.targets b/LLama/LLamaSharp.Runtime.targets new file mode 100644 index 00000000..2c166bb3 --- /dev/null +++ b/LLama/LLamaSharp.Runtime.targets @@ -0,0 +1,35 @@ + + + true + + + + PreserveNewest + libllama.dll + + + PreserveNewest + libllama-cuda11.dll + + + PreserveNewest + libllama-cuda12.dll + + + PreserveNewest + libllama.so + + + PreserveNewest + libllama-cuda11.so + + + PreserveNewest + libllama-cuda12.so + + + PreserveNewest + libllama.dylib + + + \ No newline at end of file diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index 59468d5b..9893d5a2 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -1,5 +1,4 @@  - netstandard2.0;net6.0;net7.0 LLama @@ -18,7 +17,8 @@ https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 LLama, LLM, GPT, ChatGPT, NLP, AI, Chat Bot, SciSharp - The .NET binding of LLama.cpp, providing APIs to run the model and deploy it on Web. For model weights to run, please go to https://github.com/SciSharp/LLamaSharp for more information. + The .NET binding of LLama.cpp, providing APIs to run the model and deploy it on Web. For model + weights to run, please go to https://github.com/SciSharp/LLamaSharp for more information. LLamaSharp 0.4.1 followed up the master branch of llama.cpp. (commit id: aacdbd4) @@ -46,35 +46,4 @@ - - - PreserveNewest - libllama.dll - - - PreserveNewest - libllama-cuda11.dll - - - PreserveNewest - libllama-cuda12.dll - - - PreserveNewest - libllama.so - - - PreserveNewest - libllama-cuda11.so - - - PreserveNewest - libllama-cuda12.so - - - PreserveNewest - libllama.dylib - - - - + \ No newline at end of file