diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index f18d5818c2..c549c2d409 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -200,7 +200,7 @@ class SyntheticDataKit: class Dummy0: model_executor = 1 class Dummy1: llm_engine = Dummy0() class Dummy2: llm = Dummy1() - llm = Dummy2().llm.llm_engine.model_executor + llm = Dummy2() delete_vllm(llm) pass