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