From 8bb19c05e96a7fffe68eba521f1d1a6842c81390 Mon Sep 17 00:00:00 2001 From: haokun Date: Wed, 19 Feb 2025 09:29:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20cplusplus/level1=5Fsingle=5Fapi/11=5Fl?= =?UTF-8?q?lm=5Fdata=5Fdist/readme.md.=20export=20LD=5FLIBRARY=5FPATH=3D/u?= =?UTF-8?q?sr/local/python3.7.5/lib:$LD=5FLIBRARY=5FPATH=20export=20PATH?= =?UTF-8?q?=3D/usr/local/python3.7.5/bin:$PATH=20=E7=89=A9=E7=90=86?= =?UTF-8?q?=E6=9C=BA=E5=AD=98=E5=9C=A8=E5=A4=9A=E4=B8=AApython=E4=BC=9A?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=EF=BC=8C=E9=80=9A=E8=BF=87=E6=8C=87=E5=AE=9A?= =?UTF-8?q?python=E5=BA=93=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=20=E5=BB=BA=E8=AE=AE=E5=8A=A0=E4=B8=8A=E4=BB=A5?= =?UTF-8?q?=E4=B8=8A=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E7=84=B6=E4=BC=9A=E5=AF=BC=E8=87=B4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: haokun --- cplusplus/level1_single_api/11_llm_data_dist/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cplusplus/level1_single_api/11_llm_data_dist/readme.md b/cplusplus/level1_single_api/11_llm_data_dist/readme.md index 121168723..0ae738a9b 100644 --- a/cplusplus/level1_single_api/11_llm_data_dist/readme.md +++ b/cplusplus/level1_single_api/11_llm_data_dist/readme.md @@ -27,6 +27,8 @@ - 编译器:g++ - 芯片:Atlas 训练系列产品、Atlas 推理系列产品(配置Ascend 310P AI处理器) - python及依赖的库:python3.7.5 +export LD_LIBRARY_PATH=/usr/local/python3.7.5/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/python3.7.5/bin:$PATH - 已完成昇腾AI软件栈在运行环境上的部署 ## 程序编译 -- Gitee