Skip to content

Fix batched output in decoder-only models #280

Fix batched output in decoder-only models

Fix batched output in decoder-only models #280

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install flake8
- name: Lint
run: make lint