diff --git a/.github/_typos.toml b/.github/_typos.toml index 874ad82a..87860f0a 100644 --- a/.github/_typos.toml +++ b/.github/_typos.toml @@ -10,5 +10,7 @@ extend-exclude = [ "_typos.toml", "docs/xmldocs/", "LLama.Web/wwwroot/", - "LLama/runtimes/deps/" + "LLama/runtimes/deps/", + "LLama.Benchmark/Assets/", + "LLama.Examples/Assets/" ] diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 356a9245..a1e3a7f9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -66,7 +66,7 @@ jobs: 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 + run: dotnet run LLama.Benchmark/LLama.Benchmark.csproj -c release - name: Upload artifacts if: always() uses: actions/upload-artifact@v3