From b326dfc43ffb2019eda9537e14b63cf0e5c691c3 Mon Sep 17 00:00:00 2001 From: SignalRT Date: Sun, 11 Jun 2023 20:59:25 +0200 Subject: [PATCH] MacOS Support Add Arm64 as platform --- LLama/LLamaSharp.csproj | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index 1d9d47f0..f7e3a53b 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -5,7 +5,7 @@ LLama enable 10 - AnyCPU;x64 + AnyCPU;x64;Arm64 True 0.4.0 @@ -25,7 +25,7 @@ MIT packages - AnyCPU;x64 + AnyCPU;x64;Arm64 LLamaSharp Debug;Release;GPU @@ -70,6 +70,10 @@ PreserveNewest libllama-cuda12.so - + + PreserveNewest + libllama.dylib + +