You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace transformers library with openvino_genai for better performance
- Update model loading to use OpenVINO GenAI pipeline
- Modify gradio helper to work with OpenVINO GenAI streaming
- Simplify inference code and remove unnecessary dependencies
- Improve image processing for OpenVINO GenAI format
Gemma 3 is Google's new iteration of open weight LLMs. It comes in four sizes, 1 billion, 4 billion, 12 billion, and 27 billion parameters with base (pre-trained) and instruction-tuned versions. The 4, 12, and 27 billion parameter models can process both images and text, while the 1B variant is text only.
@@ -19,7 +19,7 @@ The tutorial consists from following steps:
19
19
20
20
- Install requirements
21
21
- Convert and Optimize model
22
-
- Run OpenVINO model inference
22
+
- Run OpenVINO GenAI model inference
23
23
- Launch Interactive demo
24
24
25
25
In this demonstration, you'll create interactive chatbot that can answer questions about provided image's content.
0 commit comments