Skip to content

Commit

Permalink
Merge pull request #83 from russellb/duplicated-line
Browse files Browse the repository at this point in the history
iterblock: remove duplicate line of code
  • Loading branch information
russellb authored Jul 8, 2024
2 parents c787865 + 8c29021 commit b28a12b
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 b28a12b

Please sign in to comment.