Thiago Crepaldi
c45ac166d3
Add graphviz into Dockerfile images for Python API documentation ( #7819 )
2021-06-02 16:12:54 -07:00
Xueyun Zhu
e92b3c1394
bumping up version number to 1.8 ( #7733 )
...
* bump to 1.8
* fix windows AI
2021-05-18 09:03:37 -07:00
Thiago Crepaldi
4fe2ffae16
Fix ORTModule python doc generation ( #7704 )
...
* Fix ORTModule python doc generation
* Address comment
2021-05-17 09:55:49 -07:00
KeDengMS
8e21329206
Update nuphar notebook model download url ( #7475 )
2021-04-27 21:18:06 -07:00
Thiago Crepaldi
867804bea1
Add auto doc gen for ORTModule API during CI build ( #7046 )
...
In addition to ORTModule auto documentation during packaging, this PR also update golden numbers to fix CI
2021-03-22 10:20:33 -07:00
Xavier Dupré
514444d820
Fix pipeline generating python documentation ( #7027 )
...
Co-authored-by: xavier dupré <xavier.dupre@gmail.com>
2021-03-17 16:57:51 -07:00
Nat Kershaw (MSFT)
c170061998
Removed BUILD.md from master as source now lives in gh-pages ( #6709 )
2021-02-19 11:34:21 -08:00
Olivia Jain
ea3aee4d5f
Bumping up version to 1.7 ( #6736 )
...
* bumping up version to 1.7
* Windows AI should align with ORT Version
2021-02-17 19:07:38 -08:00
Xavier Dupré
615acf156c
remove keras example from python documentation ( #6574 )
2021-02-05 01:10:11 +01:00
Xavier Dupré
481a2cdf61
Add script to preprocess python documentation before publishing ( #6129 )
...
* add script to preprocessing python documentation before publishing
2021-01-07 19:23:59 +01:00
Edward Chen
d761571afc
Deprecate Python global configuration functions [Part 2] ( #6171 )
...
Update Python API to allow more flexibility for setting providers and provider options.
The providers argument (InferenceSession/TrainingSession constructors, InferenceSession.set_providers()) now also accepts a tuple of (name, options dict).
Fix get_available_providers() API (and the corresponding function in the C API) to return the providers in default priority order. Now it can be used as a starting point for the providers argument and maintain the default priority order.
Convert some usages of the deprecated global configuration functions to use EP-specific options instead.
Update some EP-specific option parsing to fail on unknown options.
Other clean up.
2021-01-07 10:10:55 -08:00
Du Li
3e81711a13
Update version to 1.6.0 ( #6041 )
...
* 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>
2020-12-08 11:09:51 -08:00
Hariharan Seshadri
a046ef133a
Update api_summary.rst ( #6038 )
2020-12-04 17:59:56 -08:00
Tianlei Wu
15696b8fce
bump version to 1.5.2 ( #5420 )
2020-10-08 16:30:13 -07:00
Hariharan Seshadri
6f54113a1b
Support OrtValue binding in Python to enable interesting IOBinding scenarios in Python ( #5248 )
2020-10-06 21:14:41 -07:00
Tianlei Wu
3bbce69185
bump version to 1.5.1 ( #5258 )
2020-09-22 20:57:34 -07:00
KeDengMS
8dceebda0e
[Training/Python] Add option to enable symbolic shape inference ( #5107 )
...
This change adds symbolic shape inference to ORT training which helps static memory planning for model like BART.
2020-09-22 10:49:07 -07:00
KeDengMS
ce3b67e0cd
[Python] Move symbolic_shape_infer from nuphar to tools ( #5162 )
...
* [Python] Move symbolic shape inference from nuphar to tools
* Fix PEP8 ERROR
2020-09-18 09:31:06 -07:00
Tianlei Wu
0752fd7425
change version number from 1.4.0 to 1.5.0 ( #5178 )
2020-09-15 15:50:25 -07:00
Dmitri Smirnov
e0eddf502c
Bump version to 1.4.0 ( #4496 )
2020-07-13 17:09:18 -07:00
Du Li
063156d98d
IOBinding docs ( #4432 )
...
* Adding iobinding pathon docs.
* Adding iobinding pathon docs.
* Addressing PR comments.
2020-07-08 03:48:22 -07:00
stevenlix
c296884fc3
bump up ORT version to 1.3.1 ( #4181 )
2020-06-10 08:44:03 -07:00
stevenlix
4ea10c9202
bump up ORT version and extend time limit for windows cpu packaging pipelines ( #3852 )
2020-05-07 14:22:20 -07:00
Xavier Dupré
edec8043d4
Fix python examples in documentation ( #3379 )
2020-04-01 22:48:32 +02:00
Faith Xu
2e875f4e67
Delete outdated page ( #3320 )
2020-03-26 18:24:02 -07:00
Yufeng Li
ca2ed17ba7
Bump up version number to 1.2 ( #3097 )
2020-02-26 17:25:16 -08:00
KeDengMS
71940c0915
Update Nuphar tutorial notebook ( #2721 )
...
1. Reflect int8 GEMV improvements for multi-threading from #2696
2. Add notes on multi-threading control using OpenMP
3. Add samples of running multi-isa AOT, and show int8 GEMM differences between AVX and AVX2
4. Add rnn_benchmark example to resolve #1993
2019-12-22 22:42:03 -08:00
Xavier Dupré
7c0235c15a
Propagate documentation modification from rel-1.0.0 ( #2713 )
2019-12-21 00:25:45 +01:00
KeDengMS
c767e264c5
[NupharEP] update tutorial with GPT-2 ( #2677 )
2019-12-16 17:57:34 -08:00
Ryan Hill
36eb1771ba
Update version ( #2584 )
2019-12-08 18:00:12 -08:00
KeDengMS
0f12346d76
[Nuphar EP] fixes for some object detection models ( #2581 )
...
Update notebook tutorial with multi-threaded int8 GEMM from #2517
2019-12-07 13:37:00 -08:00
KeDengMS
c1be615c45
[NupharEP] refine parallel schedule control ( #2514 )
...
* [NupharEP] Add parallel schedule to JIT function name
Update Nuphar docker to use Python 3.6 and ubuntu 18.04
* Update notebook
* Avoid JIT cache file name conflict
2019-12-02 17:40:51 -08:00
KeDengMS
aa7c79eac9
[NupharEP] Update notebook and docker image ( #2416 )
...
Add BERT squad in Nuphar tutorial
Enhance speed comparsion readability
2019-11-18 10:38:14 -08:00
Changming Sun
7b11f05a97
Update version number
2019-10-30 08:13:09 -07:00
Faith Xu
303a78c301
Update Python documentation ( #2210 )
2019-10-21 16:56:31 -07:00
Xavier Dupré
836d22cd4c
Update readme.rst for pypi, change documentation style ( #1663 )
2019-10-19 18:26:34 -07:00
KeDengMS
e361174f78
Add nuphar python scripts to wheel, and notebook tutorial ( #1952 )
...
* Fixed a bug of missing tvm in python wheel
* Put Nuphar Python scripts into wheel
* Add note book tutorial
* Some improvements in symbolic shape inference for quantized models
2019-09-30 10:39:02 -07:00
Xavier Dupré
2ecac41614
update python examples ( #1935 )
2019-09-26 11:25:59 -07:00
manashgoswami
3d44c55092
Updated docs related to base images ( #1753 )
...
* Update README.md
* Update onnx-inference-byoc-gpu-cpu-aks.ipynb
* Update README.md
2019-09-04 10:33:41 -07:00
Hariharan Seshadri
c5f2f0f15b
Upgrade version number for ORT in preparation for release ( #1468 )
...
* Update version number to 0.5.0 in preparation for release
* Update to README.md to direct to Versioning doc
* Resolve PR comment
* Remove incorrect line generation
* Minor updates to update version script
* Minor comment update
2019-07-23 16:33:06 -07:00
Scott McKay
e3919d3fce
Cleanup naming of test input to use .onnx for models. ( #1337 )
...
* Cleanup naming of test input to use .onnx for models.
* Remove file deleted on master
2019-07-04 13:10:29 +10:00
Xavier Dupré
d33dbb23b2
replace onnxmltools by keras-onnx in one example ( #1151 )
2019-06-07 12:03:46 +02:00
Vinitra Swamy
c7cb0c052d
Add the onnx inference on AKS (Azure ML) notebook from //build ( #1071 )
2019-05-21 17:39:20 -07:00
Ashwini Khade
90544ed766
bump version number for release ( #911 )
...
* bump version number for release
* + review comments
2019-04-26 16:28:16 -07:00
jignparm
9467c5f967
Update version to 0.3.1 (patch release) ( #798 )
...
* bump up version number (#752 )
* bump up version number
* Minor change to kick off build
* update version to 0.3.1
2019-04-09 14:48:56 -07:00
Pranav Sharma
714d4100bd
Update documentation to include openmp dependency. ( #545 )
...
* Update documentation to include openmp dependency.
* Update python docs as well
2019-03-05 22:38:40 -08:00
Randy
4c684a133a
bump up version to 0.3.0 ( #536 )
...
* bump up version to 0.3.0
* change to op9 and cuda9.1
2019-03-04 13:41:53 -08:00
Raymond Yang
011a784eaa
Merge back from rel-0.2.1 ( #422 )
...
* Addl TPN updates (#403 )
* Updated TPN
* Update batch_norm_op_test.cc
* Update ThirdPartyNotices.txt
* Update ThirdPartyNotices.txt
* Update readme with package links
* Update README.md
* Update README.md
* Update README.md
* Merged Ryan and TPN changes into single PR
* minor fix
* added mkldnn to GPU pipeline. Required by C# library as it is the default execution provider
* Bump up version number for 0.2.1 release (#420 )
2019-01-31 19:04:33 -08:00
Xavier Dupré
439dbbada9
Adds OnnxTransformer to plug onnxruntime in sckit-learn's pipeline ( #389 )
...
Useful for transfer learning
2019-01-29 18:51:24 +01:00
jignparm
571e1e9a6c
Jignparm/updateversion 2.0 ( #394 )
...
* Update version to 2.0
* added __init__.pu
2019-01-28 21:22:45 -08:00