Commit 9157446
authored
Add inference-compiler extension (#2186)
* Add inference-compiler extension
* Bump version
* Fix issue with Jetson version
* Adjust type of entity
* Improve auto-detection of compilation mode
* Adjust compilation inside docker container
* Fix entrypoint bash
* Add debug
* Try to fix command
* Fix command
* Adjust compilation option
* Add env file option
* Add more display
* re-raise error tmp
* really dummy dumps
* Disable verbose
* Disable dummy prints
* Pass console
* Disable dummy dump
* Enable yolo26 compilation
* Add changes to make roboflow weights provider resilient for malformed packages manifests - ignoring them instead of raising error
* Apply changes requested in CR
* Update docs
* Bump inference requirements1 parent 8971f66 commit 9157446
36 files changed
Lines changed: 2574 additions & 47 deletions
File tree
- inference_cli
- lib/enterprise
- inference_compiler
- adapters
- cli
- core
- compilation_handlers
- model_checks
- utils
- inference_models
- docs
- inference_models/weights_providers
- tests/unit_tests/weights_providers
- inference/core
- requirements
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Whitespace-only changes.
Whitespace-only changes.
0 commit comments