-
Notifications
You must be signed in to change notification settings - Fork 292
[OpenVINO backend] supporting inference for Gemma, Mistral and GPT2 with ov backend #2310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Mohamed-Ashraf273
wants to merge
18
commits into
keras-team:master
Choose a base branch
from
Mohamed-Ashraf273:supporting_gemma_inference_with_ov_backend
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[OpenVINO backend] supporting inference for Gemma, Mistral and GPT2 with ov backend #2310
Mohamed-Ashraf273
wants to merge
18
commits into
keras-team:master
from
Mohamed-Ashraf273:supporting_gemma_inference_with_ov_backend
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6576b03
to
074f0c2
Compare
d748dd5
to
f5470cd
Compare
c36b8e5
to
3d6a09b
Compare
cbd322e
to
e59d313
Compare
e59d313
to
41f9a0f
Compare
8a51525
to
cb6f1e9
Compare
381ac68
to
6390270
Compare
6390270
to
b798a4f
Compare
9f91fdb
to
5003c9e
Compare
5003c9e
to
e6ef629
Compare
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
As a part of my GSoC25 project to support inference with the openvino backend for
Gemma
,Mistral
andGPT-2
,This is my PR for supporting
Gemma
,Mistral
andGPT-2
pipelines.Reference
https://docs.openvino.ai/2025/index.html
https://keras.io/api/
https://keras.io/keras_hub/
Colab Notebook
Checklist