-
Notifications
You must be signed in to change notification settings - Fork 249
fp8 quantization with FSDP2 error #1929
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
Comments
I tried to implement the split function by myself,
Another error is reported:
I'm not sure why |
cc @jerryzh168 |
I also met this problem... Many thanks! |
My problem is when I employ torchao to quantization Wan2.1 model, it is incompatible with FSDP. |
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: