From 9b4c33c7947a1b23b01093da1c19e6a224a0f9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5E=E8=96=84=E8=8D=B7=E5=B8=83=E4=B8=81=5E?= <81958172+SkyAerope@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:06:27 +0800 Subject: [PATCH] Change environment variable function argument --- tutorial/hello_world/hello_world.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/hello_world/hello_world.ipynb b/tutorial/hello_world/hello_world.ipynb index 6ba558e3..cc6e102b 100644 --- a/tutorial/hello_world/hello_world.ipynb +++ b/tutorial/hello_world/hello_world.ipynb @@ -177,7 +177,7 @@ " print('NUM_OF_DPU_RUNNERS=', os.environ['NUM_OF_DPU_RUNNERS'])\n", " print('XLNX_TARGET_NAME=', os.environ['XLNX_TARGET_NAME'])\n", "\n", - "set_environment_variable(apu_type)" + "set_environment_variable(npu_type)" ] }, {