Skip to content

Commit 3f01afa

Browse files
stylefixes
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 48dbcb5 commit 3f01afa

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/awq

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/awq/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import inspect
2-
from typing import Dict, List, Optional, Tuple, Union
32
import warnings
3+
from typing import Dict, List, Optional, Tuple, Union
44

55
import torch
66
from compressed_tensors.quantization import (

0 commit comments

Comments
 (0)