Skip to content

Commit

Permalink
📓 Search Optimal optimization among multiple EPs (#1092)
Browse files Browse the repository at this point in the history
## Describe your changes

The tutorial to try to search optimal optimization among multiple EPs.

## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and apply fixes to your code by running `lintrunner -a`
- [ ] Is this a user-facing change? If yes, give a description of this
change to be included in the release notes.
- [ ] Is this PR including examples changes? If yes, please remember to
update [example
documentation](https://github.com/microsoft/Olive/blob/main/docs/source/examples.md)
in a follow-up PR.

## (Optional) Issue link
  • Loading branch information
trajepl authored Apr 26, 2024
1 parent 2e29d84 commit 231d239
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@
"host": "local_system",
"target": "local_system",
"cache_dir": "cache",
"packaging_config": {
"type": "Zipfile",
"name": "bert"
},
"output_dir": "models/bert_gpu"
},
"auto_optimizer_config": {
"precisions": ["fp16"]
}
}
Loading

0 comments on commit 231d239

Please sign in to comment.