File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/compressed_tensors/transform/factory Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
from typing import Optional
16
16
17
- import torch
18
17
from compressed_tensors .transform import TransformArgs , TransformScheme
19
18
from compressed_tensors .transform .factory .base import TransformBase , TransformFactory
20
19
from compressed_tensors .transform .utils .hadamard import deterministic_hadamard_matrix
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- import torch
16
15
from compressed_tensors .transform import HadamardFactory , TransformFactory
17
16
from compressed_tensors .transform .utils .hadamard import random_hadamard_matrix
18
17
from torch import device , dtype
You can’t perform that action at this time.
0 commit comments