(self)
| 468 | self.pipeline_4bit.enable_model_cpu_offload() |
| 469 | |
| 470 | def tearDown(self): |
| 471 | del self.pipeline_4bit |
| 472 | |
| 473 | gc.collect() |
| 474 | backend_empty_cache(torch_device) |
| 475 | |
| 476 | def test_quality(self): |
| 477 | output = self.pipeline_4bit( |
nothing calls this directly
no test coverage detected