Skip to content

Replace mamba2 mamba_chunk_scan_combined triton kernel by simple_gla triton kernel #19

Replace mamba2 mamba_chunk_scan_combined triton kernel by simple_gla triton kernel

Replace mamba2 mamba_chunk_scan_combined triton kernel by simple_gla triton kernel #19

Workflow file for this run

name: pr
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install dependencies
run: |
pip install -U pip setuptools flake8 pytest
- name: Lint with flake8
run: |
flake8 fla