Update synthetic.py

This commit is contained in:
Daniel Han 2025-04-30 09:48:53 -07:00
commit f97b7bd621

View file

@ -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...")