Skip to content

Update TRT-LLM example, achieve 28k tok/s (#991) #965

Update TRT-LLM example, achieve 28k tok/s (#991)

Update TRT-LLM example, achieve 28k tok/s (#991) #965

Workflow file for this run

name: Typecheck
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
mypy:
name: MyPy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install mypy
run: pip install mypy==0.950
- name: Run
run: python3 internal/typecheck.py