nya-a-cat/EdgeFit
Run EdgeFit deployment-budget verification in CI on Linux x86_64 runners.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| model | Path to an ONNX model or normalized EdgeFit model JSON file. | yes | — |
| target | Path to the target profile. | yes | — |
| report | Path for the SARIF report. | no | edgefit.sarif |
| summary | Path for the Markdown job summary. | no | edgefit-summary.md |
| suppressions | Comma-separated diagnostic IDs accepted for this workflow. | no | "" |
| install-onnx | Install the Python ONNX adapter dependency before running. | no | true |
Outputs
| name | description |
|---|---|
| install_method | Installation path selected by the Action (release or source). |
| install_duration_ms | Wall-clock time spent installing the EdgeFit binary. |