We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f6203 commit 95fc73bCopy full SHA for 95fc73b
include/onnxruntime/core/session/onnxruntime_ep_device_ep_metadata_keys.h
@@ -9,7 +9,7 @@
9
// Key for the execution provider version string. This should be available for all plugin EPs.
10
static const char* const kOrtEpDevice_EpMetadataKey_Version = "version";
11
12
-// Key for the execution provider OS driver version. This should be available for all plugin EPs.
+// Key for the execution provider OS driver version.
13
static const char* const kOrtEpDevice_EpMetadataKey_OSDriverVersion = "os_driver_version";
14
15
// Prefix for execution provider compatibility information stored in model metadata.
0 commit comments