runtime error

│ 0 in forward │ │ │ │ 187 │ │ │ init.zeros_(self.bias) │ │ 188 │ │ │ 189 │ def forward(self, input: Tensor) -> Tensor: │ │ ā± 190 │ │ return F.layer_norm( │ │ 191 │ │ │ input, self.normalized_shape, self.weight, self.bias, self │ │ 192 │ │ │ 193 │ def extra_repr(self) -> str: │ │ │ │ /usr/local/lib/python3.10/site-packages/torch/nn/functional.py:2515 in │ │ layer_norm │ │ │ │ 2512 │ │ return handle_torch_function( │ │ 2513 │ │ │ layer_norm, (input, weight, bias), input, normalized_shap │ │ 2514 │ │ ) │ │ ā± 2515 │ return torch.layer_norm(input, normalized_shape, weight, bias, ep │ │ 2516 │ │ 2517 │ │ 2518 def group_norm( │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'

Container logs:

Fetching error logs...