Skip to content

Commit 6fa5701

Browse files
author
Chris Maunder
committed
InferenceLibrary for CPU is ""
1 parent 33ec045 commit 6fa5701

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/SDK/NET/Analysis/ModuleWorkerBase.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ public abstract class ModuleWorkerBase : BackgroundService
7474
public string? InferenceDevice { get; set; } = "CPU";
7575

7676
/// <summary>
77-
/// Gets or sets the name of the hardware acceleration execution provider
77+
/// Gets or sets the name of the hardware acceleration execution provider (meaning the
78+
/// library being used to power the GPU, such as DirectML, Torch, TF etc)
7879
/// </summary>
79-
public string? InferenceLibrary { get; set; } = "CPU";
80+
public string? InferenceLibrary { get; set; } = string.Empty;
8081

8182
/// <summary>
8283
/// Gets the logger instance.

0 commit comments

Comments
 (0)