Fix link on openvino notebook
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ tokens = model.generate(
|
|
65 |
print(tokenizer.decode(tokens[0], skip_special_tokens=False))
|
66 |
```
|
67 |
|
68 |
-
You can also see how to run a performance optimized version of this model [here](https://github.com/
|
69 |
|
70 |
## Model Details
|
71 |
|
|
|
65 |
print(tokenizer.decode(tokens[0], skip_special_tokens=False))
|
66 |
```
|
67 |
|
68 |
+
You can also see how to run a performance optimized version of this model [here](https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/273-stable-zephyr-3b-chatbot/273-stable-zephyr-3b-chatbot.ipynb) using [OpenVINO](https://docs.openvino.ai/2023.2/home.html) from Intel.
|
69 |
|
70 |
## Model Details
|
71 |
|