-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Hi,
I try to run the program on ubuntu machine (ubntu on windows10) and its look like there is an issue with the torch_dtype argument.
After preprocessing I get this message:
'Pipelines loaded with torch_dtype=torch.float16 cannot run with cpu device. It is not recommended to move them to cpu as
running them will fail. Please make sure to use an accelerator to run the pipeline in inference, due to the lack of support forfloat16
operations on this device in PyTorch. Please, remove the torch_dtype=torch.float16 argument, or use another device for inference.'
And eventually the error is:
'RuntimeError: "LayerNormKernelImpl" not implemented for 'Half''
From what I found the dtype should be btype16 for cpu.
Thank for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels