update npu examples (#11422)

This commit is contained in:
Yishuo Wang 2024-06-25 13:32:53 +08:00 committed by GitHub
parent 8ddae22cfb
commit 3b23de684a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,13 @@ pip install dist\intel_npu_acceleration_library-1.2.0-cp310-cp310-win_amd64.whl
### 2. Runtime Configurations ### 2. Runtime Configurations
For optimal performance, it is recommended to set several environment variables. Please check out the suggestions based on your device. 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 #### 2.1 Configurations for Windows
<details>
**Following envrionment variables are required**:
```cmd ```cmd
set BIGDL_USE_NPU=1 set BIGDL_USE_NPU=1
``` ```
</details>
### 3. Running examples ### 3. Running examples
``` ```