bweng commited on
Commit
403217e
·
verified ·
1 Parent(s): 6e95c20

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen3-0.6B
5
+ tags:
6
+ - openvino
7
+ - npu
8
+ ---
9
+
10
+ Model converted specifically for NPU on Intel devices.
11
+
12
+ ```
13
+ pip install --pre openvino==2025.2.0rc2 openvino-tokenizers==2025.2.0.0rc2 openvino-genai==2025.2.0.0rc2 --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
14
+ ```
15
+
16
+ NPU driver Version required : 32.0.100.4023
17
+
18
+