Update synthetic.py
This commit is contained in:
parent
97874d34fd
commit
8b1015d0a4
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