We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fa4e1 commit b24f751Copy full SHA for b24f751
1 file changed
src/Sdcb.OpenVINO/DeviceOptions.cs
@@ -177,7 +177,7 @@ public bool EnableHyperThreading
177
public required Dictionary<string, string> Properties { get; init; }
178
179
/// <summary>
180
- /// The default device name to be AUTO.
+ /// The default device name to be CPU.
181
/// </summary>
182
- public const string DefaultDeviceName = "AUTO";
+ public const string DefaultDeviceName = "CPU";
183
}
0 commit comments