Skip to content

Add new Relax function to the batched model for evaluating query tokens over multiple time steps in parallel #251

Add new Relax function to the batched model for evaluating query tokens over multiple time steps in parallel

Add new Relax function to the batched model for evaluating query tokens over multiple time steps in parallel #251

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v3
- name: Checkout
uses: actions/checkout@v3
- name: Install mypy
run: pip install mypy
- name: Check types
run: python -m mypy --install-types --ignore-missing-imports serve/mlc_serve