jon-tow katuni4ka commited on
Commit
d3cd371
1 Parent(s): 9974c58

Fix link on openvino notebook (#10)

Browse files

- Fix link on openvino notebook (33543c3573fb10a94257eda45b42e5e47e8d9152)


Co-authored-by: Ekaterina Aidova <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
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/eaidova/openvino_notebooks/blob/ea/stateful_chatbot/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
 
 
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