Fix ORTSRV nightly build#1440
Merged
jywu-msft merged 3 commits intoJul 22, 2019
Merged
Conversation
jywu-msft
previously approved these changes
Jul 19, 2019
Member
|
/azp run |
|
Azure Pipelines successfully started running 22 pipeline(s). |
pranavsharma
approved these changes
Jul 20, 2019
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 22 pipeline(s). |
jywu-msft
approved these changes
Jul 22, 2019
yuslepukhin
pushed a commit
that referenced
this pull request
Mar 17, 2026
…lerators (#1440) ## Update olive_config and auto-opt to use precision, providers and accelerators * Implement providers, accelerators and precisions for pass in olive_config.json. Each pass module config now also requires listing supported providers, accelerators and precisions. * Update auto-opt cli to use a pre-defined order of passes when search is disabled. The list of passes is selected based on the user's choice of precision for the output model. ## Checklist before requesting a review - [ ] Add unit tests for this change. - [x] Make sure all tests can pass. - [ ] Update documents if necessary. - [x] 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description: Nightly build failed due to could not find the model test path.
Motivation and Context
Why is this change required? What problem does it solve?
The
server_run_build.shwas created before merged back to master. When pick it up for GRPC build, thebuild_dirwas not been updated. It will not impact the regular build since it self-sufficient for unit tests and integration tests. It is not enough for nightly build since nightly build depends on the model downloaded from blob storage.If it fixes an open issue, please link to the issue here.