You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been working on model ensemble, continuing conversations from #53, just thought it may be a better idea to create new issues for different things that I find along the way. Essentially we want the output of the model be a S3 path where all the results are saved to as a JSON.
The issue lies here I believe: np_to_triton_dtype. This currently maps an object to TYPE_BYTES to be written to the config.pbtxt file (which is not a valid type as per link above), whereas it should be TYPE_STRING.
The text was updated successfully, but these errors were encountered:
Have been working on model ensemble, continuing conversations from #53, just thought it may be a better idea to create new issues for different things that I find along the way. Essentially we want the output of the model be a S3 path where all the results are saved to as a JSON.
However it doesn't seem like clearml-serving is mapping
object
datatype properly? Triton does support strings..The issue lies here I believe: np_to_triton_dtype. This currently maps an object to
TYPE_BYTES
to be written to theconfig.pbtxt
file (which is not a valid type as per link above), whereas it should beTYPE_STRING
.The text was updated successfully, but these errors were encountered: