Skip to content
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

Add SimpLayerNorm, GQA to supported_ops #625

Open
wants to merge 1 commit into
base: ovep-develop
Choose a base branch
from

Conversation

wine99
Copy link

@wine99 wine99 commented Mar 21, 2025

Description

Added GroupQueryAttention and SimplifiedLayerNormalization to supported ops.

Motivation and Context

With these two PR openvinotoolkit/openvino#28963 openvinotoolkit/openvino#28163 merged into OpenVINO, ONNX models generated by onnxruntime-genai containing these two ops will work.

Example models: Phi3 and Llama3 generated by the following command:

python -m onnxruntime_genai.models.builder -m meta-llama/Llama-3.1-8B-Instruct -o E:\download\onnx\llama3.1-8B-instruct-onnx -p int4 -e cpu -i E:\download\huggingface\llama3.1-8B-instruct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant