From 3b23de684aec7ff445c8a658e4271c6f2fe5f9cc Mon Sep 17 00:00:00 2001 From: Yishuo Wang Date: Tue, 25 Jun 2024 13:32:53 +0800 Subject: [PATCH] update npu examples (#11422) --- .../NPU/HF-Transformers-AutoModels/Model/llama2/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/llm/example/NPU/HF-Transformers-AutoModels/Model/llama2/README.md b/python/llm/example/NPU/HF-Transformers-AutoModels/Model/llama2/README.md index f748b57601b..4a6b41ab288 100644 --- a/python/llm/example/NPU/HF-Transformers-AutoModels/Model/llama2/README.md +++ b/python/llm/example/NPU/HF-Transformers-AutoModels/Model/llama2/README.md @@ -31,14 +31,13 @@ pip install dist\intel_npu_acceleration_library-1.2.0-cp310-cp310-win_amd64.whl ### 2. Runtime Configurations For optimal performance, it is recommended to set several environment variables. Please check out the suggestions based on your device. #### 2.1 Configurations for Windows -
+ +**Following envrionment variables are required**: ```cmd set BIGDL_USE_NPU=1 ``` -
- ### 3. Running examples ```