Skip to content

Commit 445f66a

Browse files
authored
Merge pull request #780 from AsakusaRinne/1.13.0
ci: fix auto-release error.
2 parents 3362cdd + 207982b commit 445f66a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LLama.Experimental/LLama.Experimental.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Support native library auto-download.
2525
</PackageReleaseNotes>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27-
<PackageOutputPath>$(SolutionDir)/packages</PackageOutputPath>
27+
<PackageOutputPath>packages</PackageOutputPath>
2828
<Platforms>AnyCPU;x64;Arm64</Platforms>
2929
<PackageId>LLamaSharp.Experimental</PackageId>
3030
<Configurations>Debug;Release;GPU</Configurations>

LLama/LLamaSharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Updated llama.cpp version to include better support for LLama3 tokenization.
2626
</PackageReleaseNotes>
2727
<PackageLicenseExpression>MIT</PackageLicenseExpression>
28-
<PackageOutputPath>$(SolutionDir)/packages</PackageOutputPath>
28+
<PackageOutputPath>packages</PackageOutputPath>
2929
<Platforms>AnyCPU;x64;Arm64</Platforms>
3030
<PackageId>LLamaSharp</PackageId>
3131
<Configurations>Debug;Release;GPU</Configurations>

0 commit comments

Comments
 (0)