You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is sparsity training compatible with FP8 linear layer provided in torchao? They both convert nn.Linear to a new linear layer. from torchao.sparsity.training import ( SemiSparseLinear, swap_linear_with_semi_sparse_linear )
from torchao.float8 import convert_to_float8_training
Do you have suggestions how to apply both in the same training?
The text was updated successfully, but these errors were encountered:
Is sparsity training compatible with FP8 linear layer provided in torchao? They both convert nn.Linear to a new linear layer.
from torchao.sparsity.training import ( SemiSparseLinear, swap_linear_with_semi_sparse_linear )
from torchao.float8 import convert_to_float8_training
Do you have suggestions how to apply both in the same training?
The text was updated successfully, but these errors were encountered: