Transformer is not working
#2
by
pailletjp
- opened
Hi, when i try from hosted inference API i got unknow error.
Tried from a curl request and got this response:
{
"error": "unknown error",
"warnings": [
"There was an inference error: layer_norm(): argument 'input' (position 1) must be Tensor, not tuple"
]
}