Skip to content

feat: add quantize_model() fn & a MidnightRose70B #217

feat: add quantize_model() fn & a MidnightRose70B

feat: add quantize_model() fn & a MidnightRose70B #217

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Linter
uses: chartboost/ruff-action@v1
with:
version: 0.1.9
- name: Formatter
uses: chartboost/ruff-action@v1
with:
version: 0.1.9
args: format --check --diff