Skip to content

Commit

Permalink
doc javascript update (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Aug 12, 2024
1 parent 29b3d9e commit b4cae3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _scripts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ $(document).ready(function() {
data.preparation.basekit.install != null &&
!$.pkgInArray(data.package, ["docker"])) {
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>";
ret += "<p>Check section <b><i>Install Intel® oneAPI Base Toolkit</i></b> for <b>placeholders</b> used below.</p>";
$.each(data.preparation.basekit.install, function(index, value) {
commands.push(value.env);
});
Expand Down

0 comments on commit b4cae3b

Please sign in to comment.