Browse Source

Backend.Metal is not needed any more

tags/v0.8.0
jlsantiago GitHub 2 years ago
parent
commit
0336f6fbfb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/prepare_release.sh

+ 1
- 1
.github/prepare_release.sh View File

@@ -71,7 +71,7 @@ cd temp
nuget pack LLamaSharp.Backend.Cpu.nuspec -version $updated_version
nuget pack LLamaSharp.Backend.Cuda11.nuspec -version $updated_version
nuget pack LLamaSharp.Backend.Cuda12.nuspec -version $updated_version
nuget pack LLamaSharp.Backend.MacMetal.nuspec -version $updated_version

cd ..
exit 0

Loading…
Cancel
Save