From a533bc4b83c98e1969e8682edb042efab0d8df1b Mon Sep 17 00:00:00 2001 From: jatinwadhwa921 <110383850+jatinwadhwa921@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:37:59 +0530 Subject: [PATCH 1/2] Internal ci for PTL 1.1 (#523) --- .github/workflows/internal_ci.yml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/internal_ci.yml diff --git a/.github/workflows/internal_ci.yml b/.github/workflows/internal_ci.yml new file mode 100644 index 0000000000000..c5a1c97aae0d7 --- /dev/null +++ b/.github/workflows/internal_ci.yml @@ -0,0 +1,34 @@ +name : Internal CI + +on: + pull_request: + branches: + - '**' # Triggers on a PR to any Branch + +jobs: + build: + + runs-on: [self-hosted, Linux, X64] # Runs on a Lunar lake + env: + BUILD_SOURCESDIRECTORY: ${{ github.workspace }} + BUILD_BINARIESDIRECTORY: ${{ github.workspace }}/build + steps: + - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} # checkout the pr branch + + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.10' + + - name: Create build directory + run: | + mkdir -p ${{ env.BUILD_BINARIESDIRECTORY }} + chmod -R 777 ${{ env.BUILD_BINARIESDIRECTORY }} + + - name: Running Internal CI # Trigger Internal CI on the pr branch + run: | + cd tools/ci_build/github/linux/ + dir + ./run_dockerbuild.sh -o ubuntu22.04 -p 3.10 -d openvino -v 2024.5.0 -x "--config Release --use_openvino CPU --build_wheel --build_shared_lib --parallel " From 2c0fbe46a0caa17c8470d6aa778a5ff8158f75de Mon Sep 17 00:00:00 2001 From: jatinwadhwa921 Date: Thu, 19 Dec 2024 17:36:28 +0530 Subject: [PATCH 2/2] Updated the Documentation for nuget packages --- tools/nuget/nupkg.README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/nuget/nupkg.README.md b/tools/nuget/nupkg.README.md index e48480787c7f9..dc2b211e5db7a 100644 --- a/tools/nuget/nupkg.README.md +++ b/tools/nuget/nupkg.README.md @@ -41,6 +41,12 @@ Learn more → [here](https://www.onnxruntime.ai/docs) - https://onnxruntime.ai/docs/execution-providers/QNN-ExecutionProvider.html - CPU Execution Provider +#### Intel.ML.OnnxRuntime.OpenVino + - 64-bit Windows + - OpenVINO Execution Provider + - https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html + - CPU Execution Provider + ### Other packages