From dd43ad8b40871fdeb0f9203a352efed2d17878cd Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 30 Apr 2025 10:08:50 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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