Skip to content

Commit a39f9f2

Browse files
committed
Remove bc
1 parent 956bdd1 commit a39f9f2

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

test/prototype/test_mixed_precision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import torch.nn as nn
55
from torchao.quantization import quantize_, int8_weight_only, int4_weight_only
66
from torchao.quantization.utils import compute_error
7-
from torchao.prototype.quantization.mixed_precision.scripts.naive_intNwo import intN_weight_only
7+
from torchao.prototype.quantization.mixed_precision.scripts import intN_weight_only
88

99
_CUDA_IS_AVAILABLE = torch.cuda.is_available()
1010

torchao/quantization/prototype/mixed_precision/__init__.py

Whitespace-only changes.

torchao/quantization/prototype/mixed_precision/scripts/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

torchao/quantization/prototype/mixed_precision/scripts/naive_intNwo.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)