Skip to content

Commit 02ee1f8

Browse files
committed
del unused line
Signed-off-by: Kaihui-intel <kaihui.tang@intel.com>
1 parent a3a061e commit 02ee1f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/3x/torch/quantization/weight_only/test_rtn.py

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def test_mse_search(self):
139139
assert torch.allclose(atol_false, atol_true, atol=0.012), "atol is very close, double checked the logic."
140140

141141
def test_layer_wise(self):
142-
# model = copy.deepcopy(self.tiny_gptj)
143142
from neural_compressor.torch.algorithms.layer_wise import load_empty_model
144143

145144
model = load_empty_model("hf-internal-testing/tiny-random-GPTJForCausalLM")

0 commit comments

Comments
 (0)