Update synthetic.py
This commit is contained in:
parent
72b84b8e73
commit
b60af64236
1 changed files with 1 additions and 4 deletions
|
|
@ -193,10 +193,7 @@ class SyntheticDataKit:
|
|||
def __enter__(self): return self
|
||||
def __exit__(self, *exc): self.destroy_vllm()
|
||||
def __del__(self):
|
||||
try:
|
||||
self.destroy_vllm()
|
||||
except Exception:
|
||||
pass
|
||||
self.destroy_vllm()
|
||||
pass
|
||||
|
||||
def truncate(self, filename = None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue