Skip to content

add repack_awq_to_optimum_format function #1908

add repack_awq_to_optimum_format function

add repack_awq_to_optimum_format function #1908

Workflow file for this run

name: Probot
permissions: read-all
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
required-jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 361 # in case something is wrong with the internal timeout
steps:
- uses: XuehaoSun/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
job: check-group
interval: 180 # seconds
timeout: 360 # minutes
maintainers: "[XuehaoSun](https://github.com/XuehaoSun)"
owner: "[chensuyue](https://github.com/chensuyue) or [XuehaoSun](https://github.com/XuehaoSun)"