Skip to content

Commit 62f0932

Browse files
committed
merge dreggs
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 4571265 commit 62f0932

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/compressed_tensors/transform/factory/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414

1515
from abc import ABC, abstractmethod
1616
from collections import defaultdict
17-
from typing import List, Optional, Tuple, Set
17+
from typing import List, Optional, Set, Tuple
1818

1919
import torch
2020
import torch.nn.utils.parametrize as P
21-
from compressed_tensors.utils.internal import InternalModule
2221
from compressed_tensors.registry.registry import RegistryMixin, T
2322
from compressed_tensors.transform import (
2423
TransformArgs,
@@ -34,6 +33,7 @@
3433
register_offload_module,
3534
update_offload_parameter,
3635
)
36+
from compressed_tensors.utils.internal import InternalModule
3737
from torch import Tensor
3838
from torch.nn import Module, Parameter
3939

src/compressed_tensors/transform/factory/hadamard.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
# limitations under the License.
1414

1515
import math
16-
<<<<<<< HEAD
1716
from typing import Optional
18-
=======
19-
from typing import Optional, Union
20-
>>>>>>> kylesayrs/serialize-tconfig
2117

2218
import torch
2319
from compressed_tensors.transform import TransformArgs, TransformScheme

0 commit comments

Comments
 (0)