Update synthetic.py
This commit is contained in:
parent
61fafb57ab
commit
dd43ad8b40
1 changed files with 1 additions and 3 deletions
|
|
@ -188,9 +188,7 @@ class SyntheticDataKit:
|
|||
|
||||
def __enter__(self): return self
|
||||
def __exit__(self, *exc): self.destroy_vllm()
|
||||
def __del__(self):
|
||||
print("In del")
|
||||
self.destroy_vllm()
|
||||
def __del__(self): self.destroy_vllm()
|
||||
|
||||
def truncate(self, filename = None):
|
||||
# Truncates by summary and max generation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue