From 175c39e9b188cb31ebd4fcbfeb23049b6ee49c60 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 14 May 2025 03:47:29 -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 c9609ca61c..f18d5818c2 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -64,7 +64,7 @@ class SyntheticDataKit: model_name, token = token, ) - patch_vllm() + patch_vllm(debug = False) engine_args = load_vllm( model_name = model_name, config = self.config,