|
|
@@ -66,7 +66,7 @@ jobs: |
|
|
dotnet build LLama/LLamaSharp.csproj -c release --no-restore |
|
|
dotnet build LLama/LLamaSharp.csproj -c release --no-restore |
|
|
dotnet build LLama.Benchmark/LLama.Benchmark.csproj -c release --no-restore |
|
|
dotnet build LLama.Benchmark/LLama.Benchmark.csproj -c release --no-restore |
|
|
- name: Run benchmark test |
|
|
- name: Run benchmark test |
|
|
run: dotnet run LLama.Benchmark -c release |
|
|
|
|
|
|
|
|
run: dotnet run LLama.Benchmark/LLama.Benchmark.csproj -c release |
|
|
- name: Upload artifacts |
|
|
- name: Upload artifacts |
|
|
if: always() |
|
|
if: always() |
|
|
uses: actions/upload-artifact@v3 |
|
|
uses: actions/upload-artifact@v3 |
|
|
|