Replies: 3 comments 1 reply
-
Which notebook under "https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks" are you referring to? |
Beta Was this translation helpful? Give feedback.
-
Hello, The link to the recipe: Steps to reproduce: git clone -b recipes https://github.com/openvinotoolkit/openvino_notebooks.git openvino_notebooks |
Beta Was this translation helpful? Give feedback.
-
I think we have addressed those in our new demo. And one thing I noticed is the use of GPU + INT8 is problematic. I have documented these in the README and hope that will help. https://github.com/openvinotoolkit/openvino_build_deploy/tree/master/demos/virtual_ai_assistant_demo |
Beta Was this translation helpful? Give feedback.
-
Hello,
In custom_ai_assistant kit (recipes directory), to which directory do I need to download llama?
This step is missing in the instructions!
Update:
The model have to be downloaded to the root (custom_ai_assistant) directory.
I made it run but having another problem: The Speech Recognition Distil-Whisper model is very inaccurate!
It does not recognize simple words. Completely misses it.
How do I improve it's quality?
I am using Meta-Llama-3-8B-Instr from HuggingFace downloaded into root (custom_ai_assistant) directory.
All details are in the following Issue:
https://github.com/openvinotoolkit/openvino_notebooks/issues/2195
Thanks,
Leon
Beta Was this translation helpful? Give feedback.
All reactions