mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-12 17:57:38 +00:00
ORT 1.19.1 Release: Cherry Pick Round 1 (#21796)
Approved cherry picks for ORT 1.19.1 release. --------- Co-authored-by: Yi Zhang <zhanyi@microsoft.com>
This commit is contained in:
parent
26250ae74d
commit
d6514636ea
18 changed files with 27 additions and 24 deletions
|
|
@ -1 +1 @@
|
|||
1.19.0
|
||||
1.19.1
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
|
|||
Changes
|
||||
-------
|
||||
|
||||
1.19.1
|
||||
^^^^^^
|
||||
|
||||
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.19.1
|
||||
|
||||
1.19.0
|
||||
^^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
// This file is generated by /js/scripts/update-version.ts
|
||||
// Do not modify file content manually.
|
||||
|
||||
export const version = '1.19.0';
|
||||
export const version = '1.19.1';
|
||||
|
|
|
|||
4
js/common/package-lock.json
generated
4
js/common/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "onnxruntime-common",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "onnxruntime-common",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"typedoc": "^0.25.7"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"license": "MIT",
|
||||
"type": "module",
|
||||
"name": "onnxruntime-common",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"repository": {
|
||||
"url": "https://github.com/Microsoft/onnxruntime.git",
|
||||
"type": "git"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
// This file is generated by /js/scripts/update-version.ts
|
||||
// Do not modify file content manually.
|
||||
|
||||
export const version = '1.19.0';
|
||||
export const version = '1.19.1';
|
||||
|
|
|
|||
6
js/node/package-lock.json
generated
6
js/node/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "onnxruntime-node",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "onnxruntime-node",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"os": [
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"../common": {
|
||||
"name": "onnxruntime-common",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"typedoc": "^0.25.7"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
3
|
||||
]
|
||||
},
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"dependencies": {
|
||||
"onnxruntime-common": "file:../common",
|
||||
"tar": "^7.0.1"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
// This file is generated by /js/scripts/update-version.ts
|
||||
// Do not modify file content manually.
|
||||
|
||||
export const version = '1.19.0';
|
||||
export const version = '1.19.1';
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"source": "lib/index",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"main": "dist/commonjs/index",
|
||||
"homepage": "https://github.com/microsoft/onnxruntime/blob/main/js/react_native/README.md",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -5254,7 +5254,7 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|||
mimic-fn "^2.1.0"
|
||||
|
||||
"onnxruntime-common@file:../common":
|
||||
version "1.19.0"
|
||||
version "1.19.1"
|
||||
|
||||
open@^6.2.0:
|
||||
version "6.4.0"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
// This file is generated by /js/scripts/update-version.ts
|
||||
// Do not modify file content manually.
|
||||
|
||||
export const version = '1.19.0';
|
||||
export const version = '1.19.1';
|
||||
|
|
|
|||
6
js/web/package-lock.json
generated
6
js/web/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "onnxruntime-web",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "onnxruntime-web",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"flatbuffers": "^1.12.0",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
},
|
||||
"../common": {
|
||||
"name": "onnxruntime-common",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"typedoc": "^0.25.7"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git"
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1",
|
||||
"jsdelivr": "dist/ort.min.js",
|
||||
"dependencies": {
|
||||
"flatbuffers": "^1.12.0",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exc
|
|||
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
|
||||
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
|
||||
"""
|
||||
__version__ = "1.19.0"
|
||||
__version__ = "1.19.1"
|
||||
__author__ = "Microsoft"
|
||||
|
||||
# we need to do device version validation (for example to check Cuda version for an onnxruntime-training package).
|
||||
|
|
|
|||
|
|
@ -2763,7 +2763,7 @@ static_assert(offsetof(OrtApi, SessionOptionsAppendExecutionProvider_OpenVINO_V2
|
|||
static_assert(offsetof(OrtApi, AddExternalInitializersFromFilesInMemory) / sizeof(void*) == 279, "Size of version 18 API cannot change");
|
||||
|
||||
// So that nobody forgets to finish an API version, this check will serve as a reminder:
|
||||
static_assert(std::string_view(ORT_VERSION) == "1.19.0",
|
||||
static_assert(std::string_view(ORT_VERSION) == "1.19.1",
|
||||
"ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly");
|
||||
// 1. Update the hardcoded version string in above static_assert to silence it
|
||||
// 2. If there were any APIs added to ort_api_1_to_19 above:
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ stages:
|
|||
agent_pool: Onnxruntime-Linux-GPU
|
||||
upload_wheel: 'yes'
|
||||
debug_build: false
|
||||
build_pool_name: 'onnxruntime-Ubuntu2204-AMD-CPU'
|
||||
build_pool_name: 'onnxruntime-Ubuntu-2204-Training-CPU'
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ stages:
|
|||
--build-arg OPSET_VERSION=${{ parameters.opset_version }}
|
||||
--build-arg PYTHON_VERSION=${{ parameters.python_version }}
|
||||
--build-arg INSTALL_DEPS_EXTRA_ARGS=-tu
|
||||
--build-arg BUILD_UID=$(id -u)
|
||||
--build-arg BUILD_UID=$(id -u)
|
||||
Repository: $(Repository)
|
||||
|
||||
- task: CmdLine@2
|
||||
|
|
@ -173,14 +173,12 @@ stages:
|
|||
parameters:
|
||||
Dockerfile: tools/ci_build/github/linux/docker/${{ parameters.docker_file }}
|
||||
Context: tools/ci_build/github/linux/docker
|
||||
UpdateDepsTxt: false
|
||||
DockerBuildArgs: >-
|
||||
--build-arg TORCH_VERSION=${{ parameters.torch_version }}
|
||||
--build-arg OPSET_VERSION=${{ parameters.opset_version }}
|
||||
--build-arg PYTHON_VERSION=${{ parameters.python_version }}
|
||||
--build-arg INSTALL_DEPS_EXTRA_ARGS=-tu
|
||||
--build-arg BUILD_UID=$(id -u)
|
||||
--network=host
|
||||
Repository: $(Repository)
|
||||
|
||||
- task: CmdLine@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue