Skip to content

Commit ad29c15

Browse files
committed
remove unnecessary imports
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent fd3390a commit ad29c15

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/compressed_tensors/transform/factory/hadamard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
from typing import Optional
1616

17-
import torch
1817
from compressed_tensors.transform import TransformArgs, TransformScheme
1918
from compressed_tensors.transform.factory.base import TransformBase, TransformFactory
2019
from compressed_tensors.transform.utils.hadamard import deterministic_hadamard_matrix

src/compressed_tensors/transform/factory/random_hadamard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import torch
1615
from compressed_tensors.transform import HadamardFactory, TransformFactory
1716
from compressed_tensors.transform.utils.hadamard import random_hadamard_matrix
1817
from torch import device, dtype

0 commit comments

Comments
 (0)