mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
### Description <!-- Describe your changes. --> **This is the Final cherry-pick, no more PR will be accepted** Third round cherry pick, total 10 PRs, as below. Please check here for [Here](https://github.com/microsoft/onnxruntime/issues?q=label%3Arelease%3A1.14+sort%3Aupdated-asc+is%3Aclosed+label%3Atriage%3Aapproved) for the total list. <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta name=ProgId content=Excel.Sheet> <meta name=Generator content="Microsoft Excel 15"> <link id=Main-File rel=Main-File href="file:///C:/Users/ruiren/AppData/Local/Temp/msohtmlclip1/01/clip.htm"> <link rel=File-List href="file:///C:/Users/ruiren/AppData/Local/Temp/msohtmlclip1/01/clip_filelist.xml"> <style> <!--table {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";} @page {margin:.75in .7in .75in .7in; mso-header-margin:.3in; mso-footer-margin:.3in;} tr {mso-height-source:auto;} col {mso-width-source:auto;} br {mso-data-placement:same-cell;} td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignore:padding; color:black; font-size:11.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;} .xl65 {text-align:center;} .xl66 {color:windowtext; text-align:center; border:.5pt solid windowtext;} .xl67 {text-align:center; border:.5pt solid windowtext;} --> </style> </head> <body link="#0563C1" vlink="#954F72"> Date | PR | # | Commit # | Short # -- | -- | -- | -- | -- 1 | remove 'module' field from package.json | 14532 |cfb6e528c8|cfb6e522 | Fix CI failure: temporarily disable real model tests from onnx repo | 14606 |cf8bad7f19|cf8bad73 | Stable Diffusion CUDA optimizations Part 2 | 14597 |742658d171|742658d4 | reduce cuda library binary size | 14555 |8de885fdb1|8de885f5 | Remove Identical Children Consolidation from default transformer uitil. | 14602 |585f43e31d|585f43e6 | Revert mimalloc from v2.0.9 to v2.0.3 | 14603 |b6bec54341|b6bec547 | Adding RunOptions synchronization behaviour to C/C++ API | 14088 |e9ab56fa64|e9ab56f8 | Move TRT include_directories to outside scope | 14622 |0a6b22018f|0a6b2209 | Remove torch package from requirements.txt of stable diffusion models | 14630 |cfda876a3f|cfda87610 | Test and fix optimizers LayerNormFusion, BiasSoftmaxFusion, Transpose for opset 18 | 14542 |30ec8b038f|30ec8b0</body> </html> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> **Last** round cherry-pick for ORT 1.14.0 release. --------- Signed-off-by: Kevin Chen <kevinch@nvidia.com> Signed-off-by: xadupre <xadupre@microsoft.com> Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Co-authored-by: Chun-Wei Chen <jacky82226@gmail.com> Co-authored-by: Tianlei Wu <tlwu@microsoft.com> Co-authored-by: Yufeng Li <liyufeng1987@gmail.com> Co-authored-by: Jian Chen <cjian@microsoft.com> Co-authored-by: Scott McKay <skottmckay@gmail.com> Co-authored-by: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Co-authored-by: Randy Shuai <rashuai@microsoft.com> Co-authored-by: Maximilian Müller <44298237+gedoensmax@users.noreply.github.com> Co-authored-by: Chi Lo <chi.lo@microsoft.com> Co-authored-by: Kevin Chen <45886021+kevinch-nv@users.noreply.github.com> Co-authored-by: Xavier Dupré <xadupre@users.noreply.github.com>
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"license": "MIT",
|
|
"browser": "dist/ort-web.min.js",
|
|
"unpkg": "dist/ort.min.js",
|
|
"name": "onnxruntime-web",
|
|
"repository": {
|
|
"url": "https://github.com/Microsoft/onnxruntime.git",
|
|
"type": "git"
|
|
},
|
|
"author": "fs-eire",
|
|
"version": "1.14.0",
|
|
"jsdelivr": "dist/ort.min.js",
|
|
"dependencies": {
|
|
"flatbuffers": "^1.12.0",
|
|
"guid-typescript": "^1.0.9",
|
|
"long": "^4.0.0",
|
|
"onnx-proto": "^4.0.4",
|
|
"onnxruntime-common": "file:../common",
|
|
"platform": "^1.3.6"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc",
|
|
"build:doc": "node ./script/generate-operator-md",
|
|
"pull:wasm": "node ./script/pull-prebuilt-wasm-artifacts",
|
|
"test:e2e": "node ./test/e2e/run",
|
|
"build": "node ./script/build",
|
|
"test": "tsc --build ../scripts && node ../scripts/prepare-onnx-node-tests && node ./script/test-runner-cli",
|
|
"prepack": "node ./script/build && node ./script/prepack"
|
|
},
|
|
"keywords": [
|
|
"ONNX",
|
|
"ONNXRuntime",
|
|
"ONNX Runtime"
|
|
],
|
|
"devDependencies": {
|
|
"@chiragrupani/karma-chromium-edge-launcher": "^2.1.0",
|
|
"@types/chai": "^4.2.16",
|
|
"@types/emscripten": "^1.39.4",
|
|
"@types/flatbuffers": "^1.10.0",
|
|
"@types/fs-extra": "^9.0.10",
|
|
"@types/karma": "^6.1.0",
|
|
"@types/long": "^4.0.1",
|
|
"@types/minimatch": "^3.0.4",
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/npmlog": "^4.1.2",
|
|
"@types/platform": "^1.3.3",
|
|
"base64-js": "^1.5.1",
|
|
"chai": "^4.3.4",
|
|
"dir-compare": "^3.3.0",
|
|
"electron": "^18.3.7",
|
|
"fs-extra": "^9.1.0",
|
|
"globby": "^11.0.3",
|
|
"jszip": "^3.7.1",
|
|
"karma": "^6.3.2",
|
|
"karma-browserstack-launcher": "^1.6.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-edge-launcher": "^0.4.2",
|
|
"karma-electron": "^7.0.0",
|
|
"karma-firefox-launcher": "^2.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-safari-applescript-launcher": "^0.1.0",
|
|
"karma-sourcemap-loader": "^0.3.8",
|
|
"minimatch": "^3.0.4",
|
|
"minimist": "^1.2.7",
|
|
"mocha": "^10.2.0",
|
|
"node-polyfill-webpack-plugin": "^1.1.0",
|
|
"npmlog": "^4.1.2",
|
|
"numpy-parser": "^1.2.3",
|
|
"strip-json-comments": "^3.1.1",
|
|
"terser": "^5.16.1",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^4.9.4",
|
|
"webpack": "^5.75.0",
|
|
"webpack-bundle-analyzer": "^4.7.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"main": "dist/ort-web.node.js",
|
|
"types": "./types/lib/index.d.ts",
|
|
"description": "A Javascript library for running ONNX models on browsers"
|
|
}
|