From 4dda4a3713d3c925763421c5c196bc961e290cb1 Mon Sep 17 00:00:00 2001 From: xiaowuhu Date: Tue, 23 Jan 2024 17:54:12 +0800 Subject: [PATCH 1/2] test ort 117 dev --- .azure-pipelines/linux-conda-CI.yml | 10 ++++++++++ .azure-pipelines/win32-conda-CI.yml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index b45760ba..ebfd9c4f 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -15,6 +15,16 @@ jobs: strategy: matrix: + Python311-1150-RT117dev-xgb2-lgbm40: + python.version: '3.11' + ONNX_PATH: 'onnx==1.15.0' + ONNXRT_PATH: 'onnxruntime==1.17.0.dev20240118001' + COREML_PATH: NONE + lightgbm.version: '>=4.0' + xgboost.version: '>=2' + numpy.version: '' + scipy.version: '' + Python311-1150-RT1163-xgb2-lgbm40: python.version: '3.11' ONNX_PATH: 'onnx==1.15.0' diff --git a/.azure-pipelines/win32-conda-CI.yml b/.azure-pipelines/win32-conda-CI.yml index f3a42ba5..f96b1000 100644 --- a/.azure-pipelines/win32-conda-CI.yml +++ b/.azure-pipelines/win32-conda-CI.yml @@ -15,6 +15,14 @@ jobs: strategy: matrix: + Python311-1150-RT117dev: + python.version: '3.11' + ONNX_PATH: 'onnx==1.15.0' + ONNXRT_PATH: 'onnxruntime==1.17.0.dev20240118001' + COREML_PATH: NONE + numpy.version: '' + xgboost.version: '2.0.2' + Python311-1150-RT1163: python.version: '3.11' ONNX_PATH: 'onnx==1.15.0' From d018220180e8354267123893bf1245917f8338b0 Mon Sep 17 00:00:00 2001 From: xiaowuhu Date: Tue, 23 Jan 2024 18:41:11 +0800 Subject: [PATCH 2/2] update --- .azure-pipelines/linux-conda-CI.yml | 2 +- .azure-pipelines/win32-conda-CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index ebfd9c4f..73f975b0 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -18,7 +18,7 @@ jobs: Python311-1150-RT117dev-xgb2-lgbm40: python.version: '3.11' ONNX_PATH: 'onnx==1.15.0' - ONNXRT_PATH: 'onnxruntime==1.17.0.dev20240118001' + ONNXRT_PATH: '-i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly==1.17.0.dev20240118001' COREML_PATH: NONE lightgbm.version: '>=4.0' xgboost.version: '>=2' diff --git a/.azure-pipelines/win32-conda-CI.yml b/.azure-pipelines/win32-conda-CI.yml index f96b1000..d30c1772 100644 --- a/.azure-pipelines/win32-conda-CI.yml +++ b/.azure-pipelines/win32-conda-CI.yml @@ -18,7 +18,7 @@ jobs: Python311-1150-RT117dev: python.version: '3.11' ONNX_PATH: 'onnx==1.15.0' - ONNXRT_PATH: 'onnxruntime==1.17.0.dev20240118001' + ONNXRT_PATH: '-i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly==1.17.0.dev20240118001' COREML_PATH: NONE numpy.version: '' xgboost.version: '2.0.2'