Skip to content

Commit 32e935a

Browse files
committed
rerun gen
1 parent fddcddd commit 32e935a

File tree

5 files changed

+177476
-107974
lines changed

5 files changed

+177476
-107974
lines changed

generator/Sdcb.OpenVINO.AutoGen/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
IServiceProvider services = ConfigureServices();
1616
//ExtractedInfo info = (await services.GetRequiredService<HeadersDownloader>().DownloadAsync());
1717
AppSettings appSettings = services.GetRequiredService<AppSettings>();
18-
string url = "https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.4/windows/w_openvino_toolkit_windows_2024.4.0.16579.c3152d32c9c_x86_64.zip";
18+
string url = "https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.5/windows/w_openvino_toolkit_windows_2024.5.0.17288.7975fa5da0c_x86_64.zip";
1919
ExtractedInfo info = await HeadersDownloader.DirectDownloadAsync(url, services.GetRequiredService<ArtifactDownloader>(), appSettings.DownloadFolder);
2020
ParsedInfo parsed = HeadersParser.Parse(info);
2121
GeneratedAll all = GeneratedAll.Generate(parsed);

0 commit comments

Comments
 (0)