Skip to content

Fix VIEW op, which slice the input node#60

Merged
cavusmustafa merged 1 commit intoravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/hot-fix-llama-embedding
Mar 10, 2026
Merged

Fix VIEW op, which slice the input node#60
cavusmustafa merged 1 commit intoravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/hot-fix-llama-embedding

Conversation

@zhaixuejun1993
Copy link
Collaborator

Make sure to read the contributing guidelines before submitting a PR

@cavusmustafa
Copy link
Collaborator

There is another failure in embedding tests related to requantization. I added another PR to disable it for all naive executions. It seems to be fixing the test case but we may need to discuss further if we need requant for naive execution.
#64

if (context.get_op_case() == 3) {
auto input = context.get_input(0);
auto input_ov_shape = input.get_partial_shape();
std::cout << "Input " << " shape (OpenVINO): " << input_ov_shape << std::endl;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugging prints need to be removed before merge

@cavusmustafa cavusmustafa merged commit 481d938 into ravi9:dev_backend_openvino Mar 10, 2026
62 of 80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants