Skip to content

[Bug Fix] fix bn fusion name bug (#22) #27

[Bug Fix] fix bn fusion name bug (#22)

[Bug Fix] fix bn fusion name bug (#22) #27

Workflow file for this run

name: nightly-build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: model test
run: |
pip install .
pip install pytest onnxruntime
python tests/test_folder.py --model-dir /root/data/modelzoo