Commit 1620b603 authored by muyangli's avatar muyangli
Browse files

uses model cpu offload instead of per-layer offload to speedup test ci

parent b705afb9
name: pr_test_linux name: pr_test_linux
on: on:
workflow_dispatch: push:
branches: [ main ]
paths:
- "nunchaku/**"
- "src/**"
- "tests/**"
pull_request: pull_request:
branches: [main] branches: [ main ]
issue_comment: paths:
types: [created] - "nunchaku/**"
- "src/**"
- "tests/**"
workflow_dispatch:
concurrency: concurrency:
group: pr_test group: ${{ github.repository }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false cancel-in-progress: true
jobs: jobs:
check-comment: check-comment:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment