Skip to content

Commit 2f93072

Browse files
style fixes
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent fdbb496 commit 2f93072

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/quantization/gptq

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/quantization/gptq/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
align_module_device,
1010
get_execution_device,
1111
getattr_chain,
12-
update_offload_parameter,
1312
match_named_modules,
13+
update_offload_parameter,
1414
)
1515
from loguru import logger
1616
from pydantic import PrivateAttr, field_validator

0 commit comments

Comments
 (0)