From 694d14b2b4b61f3b303fdb3f62bfc12f239be565 Mon Sep 17 00:00:00 2001 From: binbin Deng <108676127+plusbang@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:08:42 +0800 Subject: [PATCH] [NPU doc] Add ARL runtime configuration (#12562) --- docs/mddocs/Quickstart/npu_quickstart.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/mddocs/Quickstart/npu_quickstart.md b/docs/mddocs/Quickstart/npu_quickstart.md index b4f445dd..9cdef908 100644 --- a/docs/mddocs/Quickstart/npu_quickstart.md +++ b/docs/mddocs/Quickstart/npu_quickstart.md @@ -88,20 +88,21 @@ For `ipex-llm` NPU support, please set the following environment variable with a - For **Intel Core™ Ultra Processors (Series 2) with processor number 2xxV (code name Lunar Lake)**: - For Intel Core™ Ultra 7 Processor 258V: - ```cmd - set BIGDL_USE_NPU=1 - ``` + No runtime configuration required. - For Intel Core™ Ultra 5 Processor 228V & 226V: ```cmd - set BIGDL_USE_NPU=1 set IPEX_LLM_NPU_DISABLE_COMPILE_OPT=1 ``` +- For **Intel Core™ Ultra Processors (Series 2) with processor number 2xxK (code name Arrow Lake)**: + ```cmd + set IPEX_LLM_NPU_DISABLE_COMPILE_OPT=1 + ``` + - For **Intel Core™ Ultra Processors (Series 1) with processor number 1xxH (code name Meteor Lake)**: - ```bash - set BIGDL_USE_NPU=1 + ```cmd set IPEX_LLM_NPU_MTL=1 ```