2025-05-02 19:04:10 +03:00

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"><title>Important</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #333;
padding: 40px;
background-color: #fff;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
}
p, li {
font-size: 14px;
margin-bottom: 12px;
}
ul {
padding-left: 20px;
}
</style>
</head>
<body>
<h1>Please read</h1>
<ul>
<li>OpenVINO toolkit runs AI models locally and requires AI models to be downloaded.</li>
<li>Models will be downloaded during installation based on your configuration.</li>
<li><strong>No progress bar will be shown.</strong> The installer will simply appear to pause for a log period of time.</li>
<li>Disk space requirements vary depending on model selection. Some models are few GB each.</li>
</ul>
</body>
</html>