From 9dd46b5a6d05625134feecac5c32631bb3f59027 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 14 May 2025 03:49:27 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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