Skip to content

dev-petros - Branch Optimization #105

dev-petros - Branch Optimization

dev-petros - Branch Optimization #105

name: Continuous Integration
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
sudo apt-get install protobuf-compiler libprotoc-dev graphviz
python -m pip install --upgrade pip
# for some unknown reason, these packages need special care
python -m pip install wheel
python -m pip install nvidia-pyindex
python -m pip install onnx-graphsurgeon
python -m pip install .
python -m pip install ./fpgaconvnet-model
- name: Run Optimisation Tests
run: |
bash tests/run_models.sh