-
Notifications
You must be signed in to change notification settings - Fork 235
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
fp8 quantization with FSDP2 error #1929
Comments
I tried to implement the split function by myself,
Another error is reported:
I'm not sure why |
cc @jerryzh168 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I fp8 quantize a model and then shard it using FSDP2, it reports an error:
I can see that there is no
aten.split
in https://github.com/pytorch/ao/blob/ab3792e3d91e04f85992a659c1664a6a1a6d733c/torchao/quantization/linear_activation_quantized_tensor.py . Could anyone provide an implementation for it?The text was updated successfully, but these errors were encountered: