Skip to content

Build custom Tokenizer and custom Processor flows for wav2vec2 models. #31

Build custom Tokenizer and custom Processor flows for wav2vec2 models.

Build custom Tokenizer and custom Processor flows for wav2vec2 models. #31

Workflow file for this run

name: Black Linter
on:
push:
branches:
- main
paths:
- elpis/**.py
pull_request:
branches:
- main
paths:
- elpis/**.py
jobs:
lint:
name: Run Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."
version: "~= 22.3"