jinholee-makinarocks

Results 5 comments of jinholee-makinarocks

@sivanantha321 same issue happened at 0.13.0. ``` jovyan@isvc-deployment-13-predictor-default-00002-deployment-7d85hcdrb:~$ pip freeze | grep kserve kserve==0.13.0 ``` ``` │ /home/jovyan/.local/lib/python3.9/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_registry" has conflict with protected nam │ │ │ │...

@sivanantha321 . How should I do ?... any idea?

@sivanantha321 . I tried to test as your comments without `authority` setting, the result is same...: ``` grpcurl --plaintext --proto serving-grpcapi.proto -d @ isvc-deployment-13.bug-rway-7241-project-93df.serving.dev.mrxrunway.ai:80 inference.GRPCInferenceService.ModelInfer

@sivanantha321 What's the reason to decode `InferInput.data` as following: https://github.com/kserve/kserve/blob/fbd87784da4ff08edc5305f7013abf837b071b28/python/kserve/kserve/protocol/infer_type.py#L507 I think you define field type (`repeated bytes`) of bytes_contents and expect the user also set data type of input...