Skip to content

Commit 8a77e45

Browse files
rel-1.25.1 cherry-pick round 2 (#28224)
This cherry-picks the following commits for the release: | Commit ID | PR Number | Commit Title | |-----------|-----------|-------------| | 50129c9 | #28050 | [CI] fix: bad relative ref to setup-feeds template | | 14b4d48 | #28065 | Fix missing include for SetRawDataInTensorProto in NV TensorRT RTX tests | --------- Co-authored-by: Ishwar Raut <iraut@nvidia.com>
1 parent 6fd52e4 commit 8a77e45

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

onnxruntime/test/providers/nv_tensorrt_rtx/test_nv_trt_rtx_ep_util.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "test/util/include/api_asserts.h"
1515
#include "core/graph/basic_types.h"
1616
#include "core/graph/model.h"
17+
#include "core/framework/tensorprotoutils.h"
1718
#include "core/graph/onnx_protobuf.h"
1819
#include "core/graph/model_saving_options.h"
1920
#include "core/graph/schema_registry.h"

tools/ci_build/github/azure-pipelines/templates/linux-wasm-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ jobs:
8484
git submodule update --init --recursive
8585
workingDirectory: '$(Build.SourcesDirectory)'
8686
displayName: 'Checkout submodules'
87-
- template: templates/setup-feeds-and-python-steps.yml
87+
88+
- template: setup-feeds-and-python-steps.yml
8889
parameters:
8990
versionSpec: "3.12"
9091
architecture: $(buildArch)
92+
9193
- task: NodeTool@0
9294
inputs:
9395
versionSpec: '22.x'

0 commit comments

Comments
 (0)