From e9f1c64ccd8231aad4e92280e4f0e88d311cf897 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 1 May 2025 06:20:02 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index 3a53860591..6bfa49a717 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -78,7 +78,6 @@ class SyntheticDataKit: if "device" in engine_args: del engine_args["device"] if "model" in engine_args: del engine_args["model"] - if "compilation_config" in engine_args: del engine_args["compilation_config"] subprocess_commands = [ "vllm", "serve", str(model_name),