Browse Source

Logging out events from the OOM killer

tags/v0.7.0
Martin Evans 2 years ago
parent
commit
a769ab3a40
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/main.yml

+ 3
- 0
.github/workflows/main.yml View File

@@ -53,6 +53,9 @@ 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


Loading…
Cancel
Save