Skip to content

Commit 88dba29

Browse files
committed
fix style
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 6ba1895 commit 88dba29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ipex/test_modeling.py

-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ def test_patched_model(self, model_arch):
444444
)
445445
self.assertTrue(torch.allclose(ipex_outputs.logits[0], exported_outputs.logits[0], atol=1e-7))
446446

447-
448447
@unittest.skipIf(not is_bitsandbytes_available(), reason="Test requires bitsandbytes")
449448
def test_bnb(self):
450449
model_id = "PrunaAI/JackFram-llama-68m-bnb-4bit-smashed"

0 commit comments

Comments
 (0)