Browse Source

Merge branch 'RuntimeDetection' of https://github.com/SignalRT/LLamaSharp into RuntimeDetection

tags/v0.8.0
SignalRT 2 years ago
parent
commit
9b2ca9cf8e
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      .github/prepare_release.sh
  2. +1
    -1
      .github/workflows/compile.yml
  3. +2
    -2
      .github/workflows/main.yml

+ 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

+ 1
- 1
.github/workflows/compile.yml View File

@@ -218,7 +218,7 @@ jobs:
cp artifacts/llama-bin-macos-arm64.dylib/libllama.dylib deps/macos-arm64/libllama.dylib
cp artifacts/ggml-metal.metal/ggml-metal.metal deps/macos-arm64/ggml-metal.metal
cp artifacts/llama-bin-macos-x86_64.dylib/libllama.dylib deps/macos-x86_64/libllama.dylib
cp artifacts/ggml-metal.metal/ggml-metal.metal deps/macos-x86_64/ggml-metal.metal

- name: Rearrange CUDA files
if: ${{ github.event.inputs.cublas }}


+ 2
- 2
.github/workflows/main.yml View File

@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [RuntimeDetection]
branches: [master]
pull_request:
branches: [RuntimeDetection]
branches: [master]

jobs:
build:


Loading…
Cancel
Save