-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second round of cherry-pick #6083
Merged
Merged
Conversation
This file contains 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
* improves processing time by 10 * extend coverage unit test coverage * better implementation for the multi regression case * better comment, keep parallelization by trees when not enough trees
* fix initialisation issue
MatMulIntegerToFloat fusion fuses per-row and per-column MatMulInteger, which is not supported by the MatMulIntegerToFloat kernel now. Limit the fusion to per-matrix only before we supporting the per-channel fully.
Disable Python 3.9 for training Python packaging build. Python 3.9 is not supported by the PyTorch dependency.
quantize_inupts forgot to use parameter initializer_use_weight_qtyp.
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.2.1 to 10.4.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](highlightjs/highlight.js@10.2.1...10.4.1) Signed-off-by: dependabot[bot] <support@github.com>
* Fix the build break in macos release * revert android change
* Update version to 1.6.0 * Add v 1.5.3 info * Updating WindowsAI and ONNX version Co-authored-by: Du Li <duli@OrtTrainingDev0.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
pranavsharma
previously approved these changes
Dec 8, 2020
faxu
previously approved these changes
Dec 8, 2020
This reverts commit beb950e.
pranavsharma
previously approved these changes
Dec 9, 2020
faxu
previously approved these changes
Dec 9, 2020
yufenglee
previously approved these changes
Dec 9, 2020
duli2012
dismissed stale reviews from yufenglee, faxu, and pranavsharma
via
December 9, 2020 17:30
f7e8971
/azp orttraining-distributed |
Command 'orttraining-distributed' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
/azp run orttraining-distributed |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
snnn
approved these changes
Dec 9, 2020
pranavsharma
approved these changes
Dec 9, 2020
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: Describe your changes.
Cherry-pick the following changes:
Fix PR #5550 reverted in #5911 (performance improvment for operator Transpose) #5916
Make operator TreeEnsemble 5x faster for batches of size 100.000 #5965
Initialize a structure in operator ReduceSum (#6005)
Disable Python 3.9 for training Python packaging build. #6012
Fix two bugs for quantization tools #6017
Bump highlight.js from 10.2.1 to 10.4.1 in /nodejs #6039
work around of the build break in mac #6069
Bump up API version for 1.6 release. #6076
Update version to 1.6.0 (#6041