Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,6 @@ python llm_chat_deepseek.py DeepSeek-R1-Distill-Qwen-7B-ov-int4 GPU
|
|
13 |
```
|
14 |
|
15 |
> [!NOTE]
|
16 |
-
> The last line specifies the device to run inference. GPU is recommended for recent Intel laptops with integrated graphics, or for Intel discrete graphics. Change to CPU if you do not have an Intel GPU, or to NPU if you have a system with an Intel NPU
|
|
|
|
|
|
13 |
```
|
14 |
|
15 |
> [!NOTE]
|
16 |
+
> The last line specifies the device to run inference. GPU is recommended for recent Intel laptops with integrated graphics, or for Intel discrete graphics. Change to CPU if you do not have an Intel GPU, or to NPU if you have a system with an Intel NPU
|
17 |
+
>
|
18 |
+
> Gradio chatbot notebook using this model: https://gist.github.com/helena-intel/69e1c2921a2bcb618fdd7cdfb0bd0202
|