diff --git a/docs/orion/o6/app-development/artificial-intelligence/npu-introduction.md b/docs/orion/o6/app-development/artificial-intelligence/npu-introduction.md index dadbcaa9d..46775735a 100644 --- a/docs/orion/o6/app-development/artificial-intelligence/npu-introduction.md +++ b/docs/orion/o6/app-development/artificial-intelligence/npu-introduction.md @@ -38,13 +38,17 @@ pip3 install -r requirements.txt pip3 install ./CixBuilder-6.1.2958.1-py3-none-any.whl ``` -## 安装 NOE UMD (Orion O6) +## ~安装 NOE UMD (Orion O6)~ :::tip -NOE UMD 包以 deb 安装包形式发布,如使用 python api,在创建虚拟环境时请继承系统依赖: **`python3 -m venv --system-site-packages .venv`** +~NOE UMD 包以 deb 安装包形式发布,如使用 python api,在创建虚拟环境时请继承系统依赖: **`python3 -m venv --system-site-packages .venv`**~ ::: -通过 [CIX 早鸟计划](#cix-早鸟计划) 申请后,会有邮件发送到注册邮箱,请按邮件内容下载 UMD (User Mode Driver) deb 包 +~通过 [CIX 早鸟计划](#cix-早鸟计划) 申请后,会有邮件发送到注册邮箱,请按邮件内容下载 UMD (User Mode Driver) deb 包~ -```bash +~`bash sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb -``` +~`~ + +:::tip +NOE UMD 已经通过预装的形式安装在 OS 里, 如使用 python api,在创建 python 虚拟环境时请继承系统依赖: **`python3 -m venv --system-site-packages .venv`** 以确保 libnoe 模块可被正确加载 +::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/app-development/artificial-intelligence/npu-introduction.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/app-development/artificial-intelligence/npu-introduction.md index 1414699ca..2449e202b 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/app-development/artificial-intelligence/npu-introduction.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/app-development/artificial-intelligence/npu-introduction.md @@ -39,16 +39,20 @@ pip3 install -r requirements.txt pip3 install ./CixBuilder-6.1.2958.1-py3-none-any.whl ``` -## Install NOE UMD (Orion O6) +## ~Install NOE UMD (Orion O6)~ :::tip -The NOE UMD package is released in the form of a Debian installation package. If using the Python API, ensure to inherit system dependencies when creating a virtual environment: +~The NOE UMD package is released in the form of a Debian installation package. If using the Python API, ensure to inherit system dependencies when creating a virtual environment:~ -**`python3 -m venv --system-site-packages .venv`** +~**`python3 -m venv --system-site-packages .venv`**~ ::: -After applying through the [CIX Early Bird Program](#cix-early-bird-program), an email will be sent to the registered email address. Follow the email instructions to download the UMD (User Mode Driver) Debian package. +~After applying through the [CIX Early Bird Program](#cix-early-bird-program), an email will be sent to the registered email address. Follow the email instructions to download the UMD (User Mode Driver) Debian package.~ -```bash +~`bash sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb -``` +~`~ + +:::tip +NOE UMD is already pre-installed in the OS. If you use the python api, please inherit the system dependencies when creating a python virtual environment: **`python3 -m venv --system-site-packages .venv`** to ensure that the libnoe module can be loaded correctly +:::