Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ Run **Llama-3.2-1B** optimized for **Intel NPUs** with [nexaSDK](https://sdk.nex
|
|
| 10 |
```bash
|
| 11 |
nexa config set license '<access_token>'
|
| 12 |
```
|
| 13 |
-
3. Run the model on
|
| 14 |
|
| 15 |
```bash
|
| 16 |
nexa infer NexaAI/llama3.2-1B-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/llama3.2-1B-intel-npu
|