From 91249ac50f6cd237d43489673792d6d8de2011ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=87=91=E7=91=B6?= <2016097502@qq.com> Date: Sat, 6 Aug 2022 17:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=89=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E7=9A=84=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8FASCEND=5FOPP=5FPAT?= =?UTF-8?q?H?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../built-in/others/WDL_for_PyTorch/infer/convert/convert_om.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/built-in/others/WDL_for_PyTorch/infer/convert/convert_om.sh b/PyTorch/built-in/others/WDL_for_PyTorch/infer/convert/convert_om.sh index d2d29cce58..b16550ea97 100644 --- a/PyTorch/built-in/others/WDL_for_PyTorch/infer/convert/convert_om.sh +++ b/PyTorch/built-in/others/WDL_for_PyTorch/infer/convert/convert_om.sh @@ -19,7 +19,7 @@ export install_path=/usr/local/Ascend export PATH=/usr/local/python3.7.5/bin:${install_path}/atc/ccec_compiler/bin:${install_path}/atc/bin:$PATH export PYTHONPATH=${install_path}/atc/python/site-packages:$PYTHONPATH export LD_LIBRARY_PATH=${install_path}/atc/lib64:${install_path}/acllib/lib64:$LD_LIBRARY_PATH -export ASCEND_OPP_PATH=${install_path}/opp + export SLOG_PRINT_TO_STDOUT=1 -- Gitee