Skip to content

Commit

Permalink
fix quality errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaijen committed Oct 25, 2023
1 parent a934051 commit b963683
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sparseml/pytorch/recipe_template/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
MFACPruningModifier,
MovementPruningModifier,
OBSPruningModifier,
PowerpropagationModifier,
)
from sparseml.pytorch.sparsification.quantization.legacy_modifier_quantization import (
QuantizationModifier,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
NamedLayerParam,
get_named_layers_and_params_by_regex,
get_prunable_layers,
tensors_to_device,
)
from sparseml.pytorch.utils.logger import LoggerManager
from sparseml.utils import ALL_PRUNABLE_TOKEN, ALL_TOKEN, validate_str_iterable
Expand Down

0 comments on commit b963683

Please sign in to comment.