Skip to content

should be allow gptq/gptq_v2 convert to marlin (#377) #7

should be allow gptq/gptq_v2 convert to marlin (#377)

should be allow gptq/gptq_v2 convert to marlin (#377) #7

Workflow file for this run

name: Ruff Check
on:
push:
pull_request:
jobs:
ruff-check:
strategy:
fail-fast: false
matrix:
python-version: [3.11]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Ruff Check
run: |
format/format.sh