Skip to content

Commit

Permalink
deploy: e90ff22
Browse files Browse the repository at this point in the history
  • Loading branch information
FFFrog committed May 30, 2024
0 parents commit 1d52a52
Show file tree
Hide file tree
Showing 52 changed files with 6,239 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1edb04168cf61dbf49438e384b102252
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/sources/quick_install.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
21 changes: 21 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
昇腾AI处理器快速入门指南
==================================================

.. -----------------------------------------
.. Page TOC
.. -----------------------------------------
.. toctree::
:maxdepth: 2
:hidden:
:includehidden:
:caption: Get Started

sources/quick_install.rst

.. warning::

文档仍在开发中,内容可能存在错误,内容可能会随时更新,请勿将其用于生产环境。

选择您的偏好,并按照 :doc:`快速安装昇腾环境<sources/quick_install>` 的安装指导进行操作。

安装成功后,请参考快速开始也样例来开始使用昇腾AI处理器。
210 changes: 210 additions & 0 deletions _sources/sources/quick_install.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
快速安装昇腾环境
================

跟随指导,在您的机器上快速安装昇腾环境。

1. 系统要求
----------------
1.1 前置检查
^^^^^^^^^^^^^
确认昇腾AI处理器已经安装妥当
::

lspci | grep 'Processing accelerators'

确认操作系统架构及版本
::

uname -m && cat /etc/*release


1.2 软件要求
^^^^^^^^^^^^^
======== ========================================
软件 版本
======== ========================================
操作系统 OpenEuler20.03/22.03, Ubuntu 20.04/24.04
Python 3.8, 3.9, 3.10
======== ========================================


2. 环境安装
------------------
根据您的需求,选择合适的软件包版本:

.. raw:: html

<div id="div-installation" style="">
<div class="row">
<div class="row-element-1" id="col-headings">
<div class="headings-element">操作系统</div>
<div class="headings-element">CPU架构</div>
<div class="headings-element">NPU型号</div>
<div class="headings-element">版本选择</div>
</div>
<div class="row-element-2" id="col-values">
<div class="row" id="row-os">
<div class="mobile-headings">操作系统</div>
<div class="values-element block-2 install-os selected" id="os-ubuntu">Ubuntu</div>
<div class="values-element block-2 install-os" id="os-openeuler">openEuler</div>
</div>
<div class="row" id="row-arch">
<div class="mobile-headings">CPU架构</div>
<div class="values-element block-2 install-arch" id="arch-x86_64">x86-64</div>
<div class="values-element block-2 install-arch selected" id="arch-aarch64">aarch64</div>
</div>
<div class="row" id="row-npu">
<div class="mobile-headings">NPU型号</div>
<div class="values-element block-1 install-npu selected" id="npu-910b">Atlas 300T A2 训练卡</div>
</div>
<div class="row" id="row-version">
<div class="mobile-headings">版本选择</div>
<select class="values-element block-3 install-package" id="cann-version">
<option value="na">Select CANN Version</option>
</select>
<div class="values-element block-3 install-package" id="driver-version">Driver</div>
<div class="values-element block-3 install-package" id="firmware-version">Firmware</div>
</div>
</div>
</div>
<div id="install-instructions" style="display:none;">
<section>
<h3>2.1 安装驱动</h3>
<p><b>安装依赖</b></p>
<div class="highlight-default notranslate" id="install-dependencies-ubuntu">
<div class="highlight">
<pre>sudo apt-get install -y gcc g++ make cmake zlib1g zlib1g-dev openssl libsqlite3-dev libssl-dev libffi-dev unzip pciutils net-tools libblas-dev gfortran libblas3</pre>
</div>
</div>
<div class="highlight-default notranslate" id="install-dependencies-openeuler">
<div class="highlight">
<pre>yum install -y gcc gcc-c++ make cmake unzip zlib-devel libffi-devel openssl-devel pciutils net-tools sqlite-devel lapack-devel gcc-gfortran</pre>
</div>
</div>
<p><b>创建驱动运行用户</b></p>
<div class="highlight-default notranslate">
<div class="highlight">
<pre>sudo groupadd -g HwHiAiUser<br>sudo useradd -g HwHiAiUser -d /home/HwHiAiUser -m HwHiAiUser -s /bin/bash<br>sudo usermod -aG HwHiAiUser $USER</pre>
</div>
</div>
<p><b>下载并安装</b></p>
<div class="highlight-default notranslate">
<div class="highlight">
<pre id="install_drvier"></pre>
</div>
</div>
<section>
<h3>2.2 安装固件</h3>
<div class="highlight-default notranslate">
<div class="highlight">
<pre id="install_firmware"></pre>
</div>
</div>
</section>
<section>
<h3>2.3 安装CANN</h3>
<p><b>安装python依赖</b></p>
<div class="highlight-default notranslate">
<div class="highlight">
<pre>pip3 install attrs numpy decorator sympy cffi pyyaml pathlib2 psutil protobuf scipy requests absl-py wheel typing_extensions</pre>
</div>
</div>
<p><b>下载并安装</b></p>
<div class="highlight-default notranslate">
<div class="highlight">
<pre id="install_cann"></pre>
</div>
</div>
</section>
<section>
<h3>2.4 安装算子包(可选)</h3>
<div class="highlight-default notranslate">
<div class="highlight">
<pre id="install_kernel"></pre>
</div>
</div>
</section>
<section>
<h3>2.4 设置环境变量</h3>
<div class="highlight-default notranslate">
<div class="highlight">
<pre>echo "source /usr/local/Ascend/ascend-toolkit/set_env.sh" >> ~/.bashrc<br>source ~/.bashrc</pre>
</div>
</div>
</section>
</section>
</div>
</div>


1. 验证安装(可选)
---------------------
**验证驱动**

确认您的驱动是否安装成功,可以通过以下命令验证:``npu-smi info``
,若出现以下回显信息,说明驱动安装成功。
::

+-------------------------------------------------------------------------------------------+
| npu-smi 23.0.2 Version: 23.0.2 |
+----------------------+---------------+----------------------------------------------------+
| NPU Name | Health | Power(W) Temp(C) Hugepages-Usage(page)|
| Chip | Bus-Id | AICore(%) Memory-Usage(MB) HBM-Usage(MB) |
+======================+===============+====================================================+
| 0 xxx | OK | 0.0 40 0 / 0 |
| 0 | 0000:C1:00.0 | 0 882 / 15169 0 / 32768 |
+======================+===============+====================================================+
| 1 xxx | OK | 0.0 35 0 / 0 |
| 0 | 0000:81:00.0 | 0 1603 / 15169 0 / 32768 |
+======================+===============+====================================================+
| 2 xxx | OK | 0.0 32 0 / 0 |
| 0 | 0000:41:00.0 | 0 2440 / 15169 0 / 32768 |
+======================+===============+====================================================+
| 3 xxx | OK | 0.0 40 0 / 0 |
| 0 | 0000:01:00.0 | 0 1014 / 15071 0 / 32768 |
+======================+===============+====================================================+
| 4 xxx | OK | 0.0 39 0 / 0 |
| 0 | 0000:C2:00.0 | 0 457 / 15169 0 / 32768 |
+======================+===============+====================================================+
| 5 xxx | OK | 0.0 33 0 / 0 |
| 0 | 0000:82:00.0 | 0 523 / 15169 0 / 32768 |
+======================+===============+====================================================+
| 6 xxx | OK | 0.0 31 0 / 0 |
| 0 | 0000:42:00.0 | 0 2182 / 15169 0 / 32768 |
+======================+===============+====================================================+
| 7 xxx | OK | 0.0 39 0 / 0 |
| 0 | 0000:02:00.0 | 0 2771 / 15071 0 / 32768 |
+======================+===============+====================================================+

**验证固件**

安装固件后,若系统出现如下关键回显信息,表示固件安装成功。
::

Firmware package installed successfully!

**验证CANN-toolkit**

安装CANN-toolkit后,若系统出现以下关键回显信息,表示CANN-toolkit安装成功。
::

[INFO] Ascend-cann-toolkit install success



4. 卸载
----------
**卸载驱动**
::

sudo /usr/local/Ascend/firmware/script/uninstall.sh

**卸载固件**
::

sudo /usr/local/Ascend/driver/script/uninstall.sh

**卸载CANN-toolkit**
::

<path>/ascend-toolkit/<cann_version>/{arch}-linux/script/uninstall.sh
123 changes: 123 additions & 0 deletions _static/_sphinx_javascript_frameworks_compat.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
/* Compatability shim for jQuery and underscores.js.
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* small helper function to urldecode strings
*
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
*/
jQuery.urldecode = function(x) {
if (!x) {
return x
}
return decodeURIComponent(x.replace(/\+/g, ' '));
};

/**
* small helper function to urlencode strings
*/
jQuery.urlencode = encodeURIComponent;

/**
* This function returns the parsed url parameters of the
* current request. Multiple values per key are supported,
* it will always return arrays of strings for the value parts.
*/
jQuery.getQueryParameters = function(s) {
if (typeof s === 'undefined')
s = document.location.search;
var parts = s.substr(s.indexOf('?') + 1).split('&');
var result = {};
for (var i = 0; i < parts.length; i++) {
var tmp = parts[i].split('=', 2);
var key = jQuery.urldecode(tmp[0]);
var value = jQuery.urldecode(tmp[1]);
if (key in result)
result[key].push(value);
else
result[key] = [value];
}
return result;
};

/**
* highlight a given string on a jquery object by wrapping it in
* span elements with the given class name.
*/
jQuery.fn.highlightText = function(text, className) {
function highlight(node, addItems) {
if (node.nodeType === 3) {
var val = node.nodeValue;
var pos = val.toLowerCase().indexOf(text);
if (pos >= 0 &&
!jQuery(node.parentNode).hasClass(className) &&
!jQuery(node.parentNode).hasClass("nohighlight")) {
var span;
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
if (isInSVG) {
span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
} else {
span = document.createElement("span");
span.className = className;
}
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
node.parentNode.insertBefore(span, node.parentNode.insertBefore(
document.createTextNode(val.substr(pos + text.length)),
node.nextSibling));
node.nodeValue = val.substr(0, pos);
if (isInSVG) {
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
var bbox = node.parentElement.getBBox();
rect.x.baseVal.value = bbox.x;
rect.y.baseVal.value = bbox.y;
rect.width.baseVal.value = bbox.width;
rect.height.baseVal.value = bbox.height;
rect.setAttribute('class', className);
addItems.push({
"parent": node.parentNode,
"target": rect});
}
}
}
else if (!jQuery(node).is("button, select, textarea")) {
jQuery.each(node.childNodes, function() {
highlight(this, addItems);
});
}
}
var addItems = [];
var result = this.each(function() {
highlight(this, addItems);
});
for (var i = 0; i < addItems.length; ++i) {
jQuery(addItems[i].parent).before(addItems[i].target);
}
return result;
};

/*
* backward compatibility for jQuery.browser
* This will be supported until firefox bug is fixed.
*/
if (!jQuery.browser) {
jQuery.uaMatch = function(ua) {
ua = ua.toLowerCase();

var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
/(webkit)[ \/]([\w.]+)/.exec(ua) ||
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
/(msie) ([\w.]+)/.exec(ua) ||
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
[];

return {
browser: match[ 1 ] || "",
version: match[ 2 ] || "0"
};
};
jQuery.browser = {};
jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
}
Loading

0 comments on commit 1d52a52

Please sign in to comment.