From f97b7bd621673aa2f28b1ad17ec36afc44b75a13 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 30 Apr 2025 09:48:53 -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 0e164813df..eaf75b591e 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -162,7 +162,7 @@ class SyntheticDataKit: pass def destroy_vllm(self): - if not hasattr(self, vllm_process): return + if not hasattr(self, "vllm_process"): return vllm_process = self.vllm_process print("Attempting to terminate the VLLM server gracefully...")