Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Oct 15, 2023
1 parent bdd9939 commit cedbd8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sparseml/transformers/sparsification/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@

from sparseml.core.logger import LoggerManager, TensorBoardLogger, WANDBLogger
from sparseml.pytorch.optim import ScheduledModifierManager, ScheduledOptimizer
from sparseml.pytorch.utils import ModuleSparsificationInfo

from sparseml.pytorch.sparsification.quantization.helpers import (
initialize_channel_wise_scale_zp,
)
from sparseml.pytorch.utils import ModuleSparsificationInfo
from sparseml.transformers.utils import SparseAutoModel
from sparseml.transformers.utils.helpers import RECIPE_NAME

Expand Down

0 comments on commit cedbd8f

Please sign in to comment.