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

tensorrtllm [0.16] protobuf input data type mismatch #2758

Open
sujituk opened this issue Feb 7, 2025 · 0 comments
Open

tensorrtllm [0.16] protobuf input data type mismatch #2758

sujituk opened this issue Feb 7, 2025 · 0 comments

Comments

@sujituk
Copy link

sujituk commented Feb 7, 2025

Triton image: nvcr.io/nvidia/tritonserver:24.12-trtllm-python-py3
Triton version: 0.16

Model checkpoint conversion and TRT build creates the converted checkpoint and output engine successfully.

Upon launching Triton, getting this error from TRT LLM
python3 /var/run/models/tensorrtllm_backend/scripts/launch_triton_server.py --model_repo=/var/run/models/tensorrtllm_backend/triton_model_repo --world_size=16

[libprotobuf ERROR /tmp/tritonbuild/tritonserver/build/_deps/repo-third-party-build/grpc-repo/src/grpc/third_party/protobuf/src/google/protobuf/text_format.cc:337] Error parsing text-format inference.ModelConfig: 51:16: Expected integer or identifier, got: $ E0130 21:39:24.547441 1763 model_repository_manager.cc:1460] "Poll failed for model directory 'tensorrt_llm': failed to read text proto from /var/run/models/tensorrtllm_backend/triton_model_repo/tensorrt_llm/config.pbtxt"

Protobuf error source could be below section from file: /var/run/models/tensorrtllm_backend/triton_model_repo/tensorrt_llm/config.pbtxt

{ name: "encoder_input_features" data_type: **${encoder_input_features_data_type}** no data type dims: [ -1, -1 ] allow_ragged_batch: true optional: true },

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

No branches or pull requests

1 participant