This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix error.
pull/720/head
Rinne
1 year ago
parent
413c23cab9
commit
1efce65658
No known key found for this signature in database
GPG Key ID:
E86D01E1809BD23E
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/_typos.toml
+1
-1
.github/workflows/benchmark.yml
+ 3
- 1
.github/_typos.toml
View File
@@ -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/"
]
+ 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.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
Write
Preview
Loading…
Cancel
Save