Skip to content

Commit

Permalink
Remove src from import
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored May 23, 2024
1 parent 49697ae commit 592a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/modifiers/quantization/gptq/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from sparseml.modifiers.quantization.gptq.base import GPTQModifier
from sparseml.modifiers.utils.layer_compressor import LayerCompressor
from sparseml.modifiers.utils.pytorch_helpers import run_calibration_forward
from src.sparseml.modifiers.quantization.gptq.utils.gptq_wrapper import GPTQWrapper
from sparseml.modifiers.quantization.gptq.utils.gptq_wrapper import GPTQWrapper


__all__ = ["GPTQModifierPyTorch"]
Expand Down

0 comments on commit 592a911

Please sign in to comment.