Skip to content

Commit

Permalink
Merge pull request #780 from AsakusaRinne/1.13.0
Browse files Browse the repository at this point in the history
ci: fix auto-release error.
  • Loading branch information
AsakusaRinne authored Jun 4, 2024
2 parents 3362cdd + 207982b commit 445f66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LLama.Experimental/LLama.Experimental.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Support native library auto-download.
</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageOutputPath>$(SolutionDir)/packages</PackageOutputPath>
<PackageOutputPath>packages</PackageOutputPath>
<Platforms>AnyCPU;x64;Arm64</Platforms>
<PackageId>LLamaSharp.Experimental</PackageId>
<Configurations>Debug;Release;GPU</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion LLama/LLamaSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Updated llama.cpp version to include better support for LLama3 tokenization.
</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageOutputPath>$(SolutionDir)/packages</PackageOutputPath>
<PackageOutputPath>packages</PackageOutputPath>
<Platforms>AnyCPU;x64;Arm64</Platforms>
<PackageId>LLamaSharp</PackageId>
<Configurations>Debug;Release;GPU</Configurations>
Expand Down

0 comments on commit 445f66a

Please sign in to comment.