Skip to content

Commit 6d9f773

Browse files
committed
format
Summary Signed-off-by: HDCharles <[email protected]>
1 parent 5eb0de4 commit 6d9f773

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/smoothquant/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from dataclasses import dataclass
2-
from typing import Callable, Dict, List, Optional, Sequence, Tuple, Union
2+
from typing import Callable, Dict, List, Optional, Tuple, Union
33

44
import torch
55
from compressed_tensors.utils import align_module_device, match_modules_set

0 commit comments

Comments
 (0)