Skip to content

Commit

Permalink
fix IDE warning marlin not in __all__ (ModelCloud#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Dec 19, 2024
1 parent 5b8ea70 commit 71068ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptqmodel/nn_modules/qlinear/marlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,4 @@ def dequantize_weight(layer):

return unpacked_qweight.T, unpacked_qzeros

__all__ = ["dequantize_weight"]
__all__ = ["MarlinQuantLinear", "dequantize_weight"]

0 comments on commit 71068ad

Please sign in to comment.