We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I download latest release from https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-gpu-cuda12-1.18.0.tgz .
But found it only support OrtTensorRTProviderOptions, will get above error when define a OrtTensorRTProviderOptionsV2 type variable.
OrtTensorRTProviderOptions
OrtTensorRTProviderOptionsV2
For now I need define a OrtTensorRTProviderOptionsV2 variable to set trt_profile_max_shapes like
trt_profile_max_shapes
onnxruntime/onnxruntime/test/perftest/ort_test_session.cc
Lines 409 to 414 in daef133
How to make it ?
Thanks in advance!
Posted above.
I have a strict project pipeline.
Linux
Ubuntu 20.04
Released Package
1.18.0
C++
X64
TensorRT
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
I download latest release from https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-gpu-cuda12-1.18.0.tgz .
But found it only support
OrtTensorRTProviderOptions
, will get above error when define aOrtTensorRTProviderOptionsV2
type variable.For now I need define a
OrtTensorRTProviderOptionsV2
variable to settrt_profile_max_shapes
likeonnxruntime/onnxruntime/test/perftest/ort_test_session.cc
Lines 409 to 414 in daef133
How to make it ?
Thanks in advance!
To reproduce
Posted above.
Urgency
I have a strict project pipeline.
Platform
Linux
OS Version
Ubuntu 20.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.18.0
ONNX Runtime API
C++
Architecture
X64
Execution Provider
TensorRT
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: