diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index 3c316df0c3..5fc6e6c577 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -188,9 +188,7 @@ class SyntheticDataKit: def __enter__(self): return self def __exit__(self, *exc): self.destroy_vllm() - def __del__(self): - print("In del") - self.destroy_vllm() + def __del__(self): self.destroy_vllm() def truncate(self, filename = None): # Truncates by summary and max generation