Skip to content

Commit

Permalink
iterblock: remove duplicate line of code
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Jul 4, 2024
1 parent 2788384 commit 8c29021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/instructlab/sdg/iterblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def __init__(self, block_name, num_iters, block_type, block_kwargs, **kwargs):
self.num_iters = num_iters
self.block = block_type(**block_kwargs)
self.gen_kwargs = kwargs.get("gen_kwargs", {})
self.gen_kwargs = kwargs.get("gen_kwargs", {})

def generate(self, samples, **gen_kwargs) -> Dataset:
generated_samples = []
Expand Down

0 comments on commit 8c29021

Please sign in to comment.