Skip to content

Commit b4cae3b

Browse files
authored
doc javascript update (#3188)
1 parent 29b3d9e commit b4cae3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_scripts/actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ $(document).ready(function() {
542542
data.preparation.basekit.install != null &&
543543
!$.pkgInArray(data.package, ["docker"])) {
544544
ret += "<p>You can run a simple sanity test to double confirm if the correct version is installed, and if the software stack can get correct hardware information onboard your system. The command should return PyTorch* and Intel® Extension for PyTorch* versions installed, as well as GPU card(s) information detected.</p>";
545+
ret += "<p>Check section <b><i>Install Intel® oneAPI Base Toolkit</i></b> for <b>placeholders</b> used below.</p>";
545546
$.each(data.preparation.basekit.install, function(index, value) {
546547
commands.push(value.env);
547548
});

0 commit comments

Comments
 (0)