This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
debug
pull/720/head
Rinne
2 years ago
parent
8e57b56b3f
commit
c07c4ccf28
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/workflows/benchmark.yml
+1
-1
LLama.Benchmark/LLama.Benchmark.csproj
+ 3
- 1
.github/workflows/benchmark.yml
View File
@@ -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
+ 1
- 1
LLama.Benchmark/LLama.Benchmark.csproj
View File
@@ -14,7 +14,7 @@
</ItemGroup>
<Target Name="DownloadContentFiles" BeforeTargets="Build">
<DownloadFile SourceUrl="https://h
uggingface.co
/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q3_K_S.gguf" DestinationFolder="Models" DestinationFileName="llama-2-7b-chat.Q3_K_S.gguf" SkipUnchangedFiles="true"></DownloadFile>
<DownloadFile SourceUrl="https://h
f-mirror.com
/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q3_K_S.gguf" DestinationFolder="Models" DestinationFileName="llama-2-7b-chat.Q3_K_S.gguf" SkipUnchangedFiles="true"></DownloadFile>
</Target>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save