We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to convert the open source e5-large TF model to TensorRT. This is the model - https://huggingface.co/intfloat/multilingual-e5-large. I am getting below error
[libprotobuf FATAL external/com_google_protobuf/src/google/protobuf/stubs/stringpiece.cc:50] size too big: 18446744071659921560 details: string length exceeds max size
I also tried disabling the graph freezing by setting env var - TF_TRT_EXPERIMENTAL_FEATURES=disable_graph_freezing but I get below error for that
TF_TRT_EXPERIMENTAL_FEATURES=disable_graph_freezing
RuntimeError: Not found in the function captures: unknown_390:0
Any pointers on how can I resolve above?
The text was updated successfully, but these errors were encountered:
@DEKHTIARJonathan Can you please help with above?
Sorry, something went wrong.
No branches or pull requests
I am trying to convert the open source e5-large TF model to TensorRT. This is the model - https://huggingface.co/intfloat/multilingual-e5-large. I am getting below error
[libprotobuf FATAL external/com_google_protobuf/src/google/protobuf/stubs/stringpiece.cc:50] size too big: 18446744071659921560 details: string length exceeds max size
I also tried disabling the graph freezing by setting env var -
TF_TRT_EXPERIMENTAL_FEATURES=disable_graph_freezing
but I get below error for thatRuntimeError: Not found in the function captures: unknown_390:0
Any pointers on how can I resolve above?
The text was updated successfully, but these errors were encountered: