From f20a2ef9f70351074b38b63f559e029c7498bf87 Mon Sep 17 00:00:00 2001 From: Ling <2277486684@qq.com> Date: Thu, 11 Dec 2025 07:37:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3python=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ling <2277486684@qq.com> --- templates/tvm/0.16.0/data.tvm.arm.cpu.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tvm/0.16.0/data.tvm.arm.cpu.config b/templates/tvm/0.16.0/data.tvm.arm.cpu.config index 77cec718..e562faf9 100644 --- a/templates/tvm/0.16.0/data.tvm.arm.cpu.config +++ b/templates/tvm/0.16.0/data.tvm.arm.cpu.config @@ -32,7 +32,7 @@ module use software/modulefiles module load cmake/3.28.2 ./jarvis -install python3/3.9.9 clang -module use ./software/moduledeps/bisheng${BISHENG_VERSION}-hmpi${HMPI_VERSION} +module use ./software/moduledeps/bisheng${BISHENG_VERSION} module load python3/3.9.9 pip3 install decorator -i https://mirrors.huaweicloud.com/repository/pypi/simple pip3 install pytest -i https://mirrors.huaweicloud.com/repository/pypi/simple -- Gitee