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
removed OOM killer step (not allowed on GitHub actions)
tags/v0.7.0
Martin Evans
2 years ago
parent
a769ab3a40
commit
b72b253549
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
.github/workflows/main.yml
+ 0
- 3
.github/workflows/main.yml
View File
@@ -53,9 +53,6 @@ jobs:
run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore
- name: Test
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed" --diag:logs/log.txt
- name: OOM Killer Log
if: runner.os == 'Linux'
run: dmesg -T | egrep -i 'killed process' > logs/dmesg.log
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v3
Write
Preview
Loading…
Cancel
Save