Browse Source

fix: package name.

pull/692/head
Rinne 2 years ago
parent
commit
f051fedf45
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
7 changed files with 20 additions and 20 deletions
  1. +1
    -1
      LLama.Examples/LLama.Examples.csproj
  2. +0
    -0
      LLama.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs
  3. +0
    -0
      LLama.Experimental/LLama.Experimental.csproj
  4. +0
    -0
      LLama.Experimental/Native/AutoDownloadedLibraries.cs
  5. +0
    -0
      LLama.Experimental/Native/NativeLibraryDownloader.cs
  6. +0
    -0
      LLama.Experimental/Native/SelectingPolicyWithAutoDownload.cs
  7. +19
    -19
      LLamaSharp.sln

+ 1
- 1
LLama.Examples/LLama.Examples.csproj View File

@@ -29,9 +29,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\LLama.Experimental\LLama.Experimental.csproj" />
<ProjectReference Include="..\LLama.KernelMemory\LLamaSharp.KernelMemory.csproj" />
<ProjectReference Include="..\LLama.SemanticKernel\LLamaSharp.SemanticKernel.csproj" />
<ProjectReference Include="..\LLamaSharp.Experimental\LLamaSharp.Experimental.csproj" />
<ProjectReference Include="..\LLama\LLamaSharp.csproj" />
</ItemGroup>



LLamaSharp.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs → LLama.Experimental/Extensions/NativeLibraryAutoDownloadExtension.cs View File


LLamaSharp.Experimental/LLamaSharp.Experimental.csproj → LLama.Experimental/LLama.Experimental.csproj View File


LLamaSharp.Experimental/Native/AutoDownloadedLibraries.cs → LLama.Experimental/Native/AutoDownloadedLibraries.cs View File


LLamaSharp.Experimental/Native/NativeLibraryDownloader.cs → LLama.Experimental/Native/NativeLibraryDownloader.cs View File


LLamaSharp.Experimental/Native/SelectingPolicyWithAutoDownload.cs → LLama.Experimental/Native/SelectingPolicyWithAutoDownload.cs View File


+ 19
- 19
LLamaSharp.sln View File

@@ -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


Loading…
Cancel
Save