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

Fix model preparation for custom signatures (#22) #23

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

riga
Copy link
Member

@riga riga commented Oct 29, 2024

  • fixed, that the input_serving_key is not passed throught the compiler

  • adapted the test of compile_tf_graph to check after custom signatures

  • linting typo


Fixes #21.

* fixed, that the input_serving_key is not passed throught the compiler

* adapted the test of compile_tf_graph to check after custom signatures

* linting typo

Co-authored-by: Marcel Rieger <[email protected]>

---------

Co-authored-by: Marcel Rieger <[email protected]>
tests/test_compile_tf_graph.py Outdated Show resolved Hide resolved
tests/test_compile_tf_graph.py Outdated Show resolved Hide resolved
@riga
Copy link
Member Author

riga commented Oct 29, 2024

The failing tests are unrelated to the code changes provided by this PR. There will be another PR handling them, before we new release is possible.

@riga riga merged commit c99b79d into master Oct 29, 2024
10 of 12 checks passed
@riga riga deleted the fix_custom_signature_bug branch October 29, 2024 11:50
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.

Exception: tf2xla_supported_ops command failed with exit code 127
2 participants