Skip to content

Download entire model upfront #376

Download entire model upfront

Download entire model upfront #376

Workflow file for this run

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