Browse Source

fix error.

pull/720/head
Rinne 1 year ago
parent
commit
1efce65658
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      .github/_typos.toml
  2. +1
    -1
      .github/workflows/benchmark.yml

+ 3
- 1
.github/_typos.toml View File

@@ -10,5 +10,7 @@ extend-exclude = [
"_typos.toml", "_typos.toml",
"docs/xmldocs/", "docs/xmldocs/",
"LLama.Web/wwwroot/", "LLama.Web/wwwroot/",
"LLama/runtimes/deps/"
"LLama/runtimes/deps/",
"LLama.Benchmark/Assets/",
"LLama.Examples/Assets/"
] ]

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

@@ -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


Loading…
Cancel
Save