Skip to content

[TOSA] Add upsample_nearest2d, split_dim, outer, GELU tanh mode and m… #476

[TOSA] Add upsample_nearest2d, split_dim, outer, GELU tanh mode and m…

[TOSA] Add upsample_nearest2d, split_dim, outer, GELU tanh mode and m… #476

name: pre-commit (all files on push)
on:
push:
branches: [main, post-commit-test]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --color=always --all-files