Browse Source

debug

pull/720/head
Rinne 2 years ago
parent
commit
12a9105dd8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/benchmark.yml

+ 1
- 0
.github/workflows/benchmark.yml View File

@@ -71,6 +71,7 @@ jobs:
run: dotnet restore LLamaSharp.sln
- name: Build
run: |
dotnet clean
dotnet build LLama/LLamaSharp.csproj -c release --no-restore
dotnet build LLama.Benchmark/LLama.Benchmark.csproj -c release --no-restore
- name: Run benchmark test


Loading…
Cancel
Save