Skip to content

Remove hardcoded inp_tokens name in OpenVINO backend#158

Merged
wine99 merged 1 commit into
ravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/rm_hc_inp_tokens
May 11, 2026
Merged

Remove hardcoded inp_tokens name in OpenVINO backend#158
wine99 merged 1 commit into
ravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/rm_hc_inp_tokens

Conversation

@zhaixuejun1993
Copy link
Copy Markdown
Collaborator

This pull request makes a small change to the GgmlOvDecoder class in ggml-decoder.h, specifically removing a conditional branch that returned the "inp_tokens" input name. This simplifies the get_graph_input_ov_name method by eliminating handling for input tokens.

  • Simplification of graph input name resolution:
    • Removed the condition that returns "inp_tokens" for input tensors, so the method no longer handles this input type. (ggml/src/ggml-openvino/ggml-decoder.h)## Overview

Additional information

Requirements

[Copilot is generating a summary...]

@wine99 wine99 merged commit 7514927 into ravi9:dev_backend_openvino May 11, 2026
3 of 12 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.

2 participants