Skip to content

Commit

Permalink
debug for test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuLmq committed Aug 20, 2024
1 parent 795f7af commit 6d2c416
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CPU_inferencce_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
- master
jobs:
build_validation:
runs-on: ubuntu:20.04
runs-on: [self-hosted, linux, x64]
if: github.repository_owner == 'deepmodeling'
container:
image: ubuntu:20.04
options: --shm-size=5g # shared memory size = 5GB
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6d2c416

Please sign in to comment.