Skip to content

Commit b24f751

Browse files
committed
change default device name from AUTO into CPU
1 parent d0fa4e1 commit b24f751

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Sdcb.OpenVINO/DeviceOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public bool EnableHyperThreading
177177
public required Dictionary<string, string> Properties { get; init; }
178178

179179
/// <summary>
180-
/// The default device name to be AUTO.
180+
/// The default device name to be CPU.
181181
/// </summary>
182-
public const string DefaultDeviceName = "AUTO";
182+
public const string DefaultDeviceName = "CPU";
183183
}

0 commit comments

Comments
 (0)