Skip to content

Enable T5 model for architecture testing in OpenVINO backend#181

Merged
zhaixuejun1993 merged 1 commit into
ravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/arch-test-t5
May 25, 2026
Merged

Enable T5 model for architecture testing in OpenVINO backend#181
zhaixuejun1993 merged 1 commit into
ravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/arch-test-t5

Conversation

@zhaixuejun1993
Copy link
Copy Markdown
Collaborator

This pull request makes targeted changes to the ggml-decoder.cpp file, focusing on error handling and logic for specific operation cases in the decoder. The most important changes are:

Error Handling Adjustments:

  • Commented out a runtime exception in compute_op_case for unsupported VIEW cases, which prevents the decoder from throwing an error and allows it to continue execution in this scenario.

Logic Improvements for Mask Handling:

  • Added assignment of the mask variable in the case where case 3 is handled in compute_llm_params, ensuring that the mask is correctly set for downstream logic.
  • Updated the condition to continue processing only if cache_k_view->op is GGML_OP_VIEW and mask is not null, improving robustness in the handling of model parameters.## Overview

Additional information

Requirements

@zhaixuejun1993 zhaixuejun1993 merged commit 58e411d into ravi9:dev_backend_openvino May 25, 2026
4 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant