-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half #26
Comments
It seems that the fp16 implementation for layernorm doesnt exist in your pytorch. Also, are you running on cpu? Could you tell me what torch version youre using? |
I see this on 2.1.1 on CPU (MacOS). I've tried to use MPS as an executor that can do fp16, but there I get:
|
This is issue temporarily fixed on #31. Use roma_model = roma_outdoor(device=device, amp_dtype=torch.float32) |
Where is this error coming from?
The text was updated successfully, but these errors were encountered: