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
I am using the triton container from 24.09 and want to serve torscript models with BFLOAT16 inputs but I am getting the following error:
failed to load 'UnflattenSequence' version 1: Internal: unsupported datatype TYPE_BF16 for input 'latent_as_sequence_input__0' for model 'UnflattenSequence'"
Given that torchscript supports bfloat16, shouldn't this be supported as well ?
The text was updated successfully, but these errors were encountered:
MatthieuToulemont
changed the title
Torchscript Model can't have bfloat16 inputs in 24.09
Torchscript Model can't have bfloat16 inputs / outputs in 24.09
Dec 5, 2024
I am using the triton container from 24.09 and want to serve torscript models with BFLOAT16 inputs but I am getting the following error:
failed to load 'UnflattenSequence' version 1: Internal: unsupported datatype TYPE_BF16 for input 'latent_as_sequence_input__0' for model 'UnflattenSequence'"
Given that torchscript supports bfloat16, shouldn't this be supported as well ?
The text was updated successfully, but these errors were encountered: