Increase max_seq_len for mimi-pyo3 and make it configurable. #115
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: precommit | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main, refacto ] | |
jobs: | |
run_precommit: | |
name: Run precommit | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./.github/actions/moshi_build | |
- run: | | |
. env/bin/activate | |
bash .git/hooks/pre-commit |