Skip to content

Commit 63d1934

Browse files
Update src/llmcompressor/utils/helpers.py
Co-authored-by: Brian Dellabetta <brian-dellabetta@users.noreply.github.com>
1 parent 6a3733a commit 63d1934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llmcompressor/utils/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ def preserve_attr(base: object, attr: str):
10631063
setattr(base, attr, value)
10641064

10651065

1066+
# TODO remove after https://github.com/neuralmagic/compressed-tensors/pull/282 lands
10661067
@contextlib.contextmanager
10671068
def align_modules(
10681069
modules: Iterable[torch.nn.Module], execution_device: Optional[torch.device] = None

0 commit comments

Comments
 (0)