From f051fedf457d96e32e3046580b38013d4e83a5aa Mon Sep 17 00:00:00 2001 From: Rinne Date: Thu, 25 Apr 2024 02:49:32 +0800 Subject: [PATCH] fix: package name. --- LLama.Examples/LLama.Examples.csproj | 2 +- .../NativeLibraryAutoDownloadExtension.cs | 0 .../LLama.Experimental.csproj | 0 .../Native/AutoDownloadedLibraries.cs | 0 .../Native/NativeLibraryDownloader.cs | 0 .../Native/SelectingPolicyWithAutoDownload.cs | 0 LLamaSharp.sln | 38 +++++++++---------- 7 files changed, 20 insertions(+), 20 deletions(-) rename {LLamaSharp.Experimental => LLama.Experimental}/Extensions/NativeLibraryAutoDownloadExtension.cs (100%) rename LLamaSharp.Experimental/LLamaSharp.Experimental.csproj => LLama.Experimental/LLama.Experimental.csproj (100%) rename {LLamaSharp.Experimental => LLama.Experimental}/Native/AutoDownloadedLibraries.cs (100%) rename {LLamaSharp.Experimental => LLama.Experimental}/Native/NativeLibraryDownloader.cs (100%) rename {LLamaSharp.Experimental => LLama.Experimental}/Native/SelectingPolicyWithAutoDownload.cs (100%) diff --git a/LLama.Examples/LLama.Examples.csproj b/LLama.Examples/LLama.Examples.csproj index 5afdfb26..9bc41b0b 100644 --- a/LLama.Examples/LLama.Examples.csproj +++ b/LLama.Examples/LLama.Examples.csproj @@ -29,9 +29,9 @@ + - diff --git a/LLamaSharp.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs b/LLama.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs similarity index 100% rename from LLamaSharp.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs rename to LLama.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs diff --git a/LLamaSharp.Experimental/LLamaSharp.Experimental.csproj b/LLama.Experimental/LLama.Experimental.csproj similarity index 100% rename from LLamaSharp.Experimental/LLamaSharp.Experimental.csproj rename to LLama.Experimental/LLama.Experimental.csproj diff --git a/LLamaSharp.Experimental/Native/AutoDownloadedLibraries.cs b/LLama.Experimental/Native/AutoDownloadedLibraries.cs similarity index 100% rename from LLamaSharp.Experimental/Native/AutoDownloadedLibraries.cs rename to LLama.Experimental/Native/AutoDownloadedLibraries.cs diff --git a/LLamaSharp.Experimental/Native/NativeLibraryDownloader.cs b/LLama.Experimental/Native/NativeLibraryDownloader.cs similarity index 100% rename from LLamaSharp.Experimental/Native/NativeLibraryDownloader.cs rename to LLama.Experimental/Native/NativeLibraryDownloader.cs diff --git a/LLamaSharp.Experimental/Native/SelectingPolicyWithAutoDownload.cs b/LLama.Experimental/Native/SelectingPolicyWithAutoDownload.cs similarity index 100% rename from LLamaSharp.Experimental/Native/SelectingPolicyWithAutoDownload.cs rename to LLama.Experimental/Native/SelectingPolicyWithAutoDownload.cs diff --git a/LLamaSharp.sln b/LLamaSharp.sln index 9aeaef07..065a1e36 100644 --- a/LLamaSharp.sln +++ b/LLamaSharp.sln @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaSharp.SemanticKernel", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaSharp.KernelMemory", "LLama.KernelMemory\LLamaSharp.KernelMemory.csproj", "{E5589AE7-B86F-4343-A1CC-8E5D34596E52}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LLamaSharp.Experimental", "LLamaSharp.Experimental\LLamaSharp.Experimental.csproj", "{B00E765F-3461-45DB-86E4-8FD47652A387}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLama.Experimental", "LLama.Experimental\LLama.Experimental.csproj", "{BE4F977B-D4D9-472F-B506-EAE17542A810}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -158,24 +158,24 @@ Global {E5589AE7-B86F-4343-A1CC-8E5D34596E52}.Release|Arm64.Build.0 = Release|Arm64 {E5589AE7-B86F-4343-A1CC-8E5D34596E52}.Release|x64.ActiveCfg = Release|Any CPU {E5589AE7-B86F-4343-A1CC-8E5D34596E52}.Release|x64.Build.0 = Release|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Debug|Arm64.ActiveCfg = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Debug|Arm64.Build.0 = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Debug|x64.ActiveCfg = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Debug|x64.Build.0 = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.GPU|Any CPU.ActiveCfg = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.GPU|Any CPU.Build.0 = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.GPU|Arm64.ActiveCfg = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.GPU|Arm64.Build.0 = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.GPU|x64.ActiveCfg = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.GPU|x64.Build.0 = Debug|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Release|Any CPU.Build.0 = Release|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Release|Arm64.ActiveCfg = Release|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Release|Arm64.Build.0 = Release|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Release|x64.ActiveCfg = Release|Any CPU - {B00E765F-3461-45DB-86E4-8FD47652A387}.Release|x64.Build.0 = Release|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Debug|Arm64.ActiveCfg = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Debug|Arm64.Build.0 = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Debug|x64.ActiveCfg = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Debug|x64.Build.0 = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.GPU|Any CPU.ActiveCfg = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.GPU|Any CPU.Build.0 = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.GPU|Arm64.ActiveCfg = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.GPU|Arm64.Build.0 = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.GPU|x64.ActiveCfg = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.GPU|x64.Build.0 = Debug|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Release|Any CPU.Build.0 = Release|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Release|Arm64.ActiveCfg = Release|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Release|Arm64.Build.0 = Release|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Release|x64.ActiveCfg = Release|Any CPU + {BE4F977B-D4D9-472F-B506-EAE17542A810}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE