Update synthetic.py
This commit is contained in:
parent
b60af64236
commit
e08a4ceeb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue