Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux_x64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: microsoft/onnxruntime
ref: 'rel-1.25.0'
ref: 'rel-1.26.0'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_x64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: microsoft/onnxruntime
ref: 'rel-1.25.0'
ref: 'rel-1.26.0'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Ninja
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ target_compile_definitions(ORTTensorRTEp PUBLIC

set_onnxruntime_paths(
ORT_HOME "${ORT_HOME}"
DEFAULT_ORT_VERSION "1.25.0-rc.1"
DEFAULT_ORT_VERSION "1.26.0"
ORT_INCLUDE_DIR_VAR ORT_INCLUDE_DIR
ORT_LIBRARY_DIR_VAR ORT_LIBRARY_DIR
)
Expand Down
2 changes: 1 addition & 1 deletion csharp/SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime.EP.TensorRT" Version="1.0.0" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.25.0-rc.1" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.26.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading