Skip to content

Commit

Permalink
update README for github actions, add HGQ as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
makoeppel committed Aug 23, 2024
1 parent 40e41c7 commit be5e979
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ pre-commit install
Every time you commit some code, the pre-commit hooks will first run, performing various checks and fixes. In some cases pre-commit won’t be able to
fix the issues and you may have to fix it manually, then run git commit once again. The checks are configured in .pre-commit-config.yaml under the repo root.

### Github Actions

By using [act](https://github.com/nektos/act) you can also run all github actions locally using docker. After installation you can run:

```
cd qonnx
act
```

## Why QONNX?

The QONNX representation has several advantages compared to other alternatives, as summarized in the table below.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ install_requires =
onnxruntime>=1.16.1
sigtools>=4.0.1
toposort>=1.7.0
hgq>=0.2.3


[options.packages.find]
Expand Down

0 comments on commit be5e979

Please sign in to comment.