We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47a8ea commit 88a6403Copy full SHA for 88a6403
1 file changed
src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs
@@ -59,6 +59,8 @@ static OpenVINOLibraryLoader()
59
60
public static List<string> SupportedVersionSuffixes { get; set; } = new()
61
{
62
+ "2440",
63
+ "2430",
64
"2420",
65
"2410",
66
"2400",
0 commit comments