Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ Run **DeepSeek-r1-distill-qwen-1.5B** optimized for **Intel NPUs** with [nexaSDK
|
|
| 10 |
```bash
|
| 11 |
nexa config set license '<access_token>'
|
| 12 |
```
|
| 13 |
-
3. Run the model on
|
| 14 |
|
| 15 |
```bash
|
| 16 |
nexa infer NexaAI/deepSeek-r1-distill-qwen-1.5B-intel-npu
|
|
|
|
| 10 |
```bash
|
| 11 |
nexa config set license '<access_token>'
|
| 12 |
```
|
| 13 |
+
3. Run the model on NPU in one line:
|
| 14 |
|
| 15 |
```bash
|
| 16 |
nexa infer NexaAI/deepSeek-r1-distill-qwen-1.5B-intel-npu
|