Skip to content

Commit 58df8d1

Browse files
authored
Merge pull request cms-sw#29989 from hqucms/patch-1
Suppress warnings from ONNXRuntime
2 parents f5e9b44 + 1978626 commit 58df8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace cms::Ort {
1919

2020
using namespace ::Ort;
2121

22-
const Env ONNXRuntime::env_(ORT_LOGGING_LEVEL_WARNING, "");
22+
const Env ONNXRuntime::env_(ORT_LOGGING_LEVEL_ERROR, "");
2323

2424
ONNXRuntime::ONNXRuntime(const std::string& model_path, const SessionOptions* session_options) {
2525
// create session

0 commit comments

Comments
 (0)