From c07c4ccf28d3217087f465bf6e8d674edebe9bd2 Mon Sep 17 00:00:00 2001 From: Rinne Date: Tue, 7 May 2024 04:12:40 +0800 Subject: [PATCH] debug --- .github/workflows/benchmark.yml | 4 +++- LLama.Benchmark/LLama.Benchmark.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5d6130ec..43e9f33e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -62,7 +62,9 @@ jobs: - name: Restore packages run: dotnet restore LLamaSharp.sln - name: Build - run: dotnet build LLamaSharp.sln -c release --no-restore + run: | + dotnet build LLama/LLamaSharp.csproj -c release --no-restore + dotnet build LLama.Benchmark/LLama.Benchmark.csproj -c release --no-restore - name: Run benchmark test run: dotnet run LLama.Benchmark -c release - name: Upload artifacts diff --git a/LLama.Benchmark/LLama.Benchmark.csproj b/LLama.Benchmark/LLama.Benchmark.csproj index 31f2c173..a40bb66a 100644 --- a/LLama.Benchmark/LLama.Benchmark.csproj +++ b/LLama.Benchmark/LLama.Benchmark.csproj @@ -14,7 +14,7 @@ - +