Skip to content

Benchmark for latency and throughput both GPU server and Modal #97

Benchmark for latency and throughput both GPU server and Modal

Benchmark for latency and throughput both GPU server and Modal #97

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: uv sync
- name: Run ruff format check
run: uv run ruff format --check --exclude "*.ipynb"
- name: Run ruff check
run: uv run ruff check --exclude "*.ipynb"