Skip to content

Commit

Permalink
Merge pull request #82 from russellb/full-pipeline-num-iters
Browse files Browse the repository at this point in the history
Make SynthSkillsFlow honor the num_iters parameter
  • Loading branch information
russellb authored Jul 6, 2024
2 parents 6b32b48 + a01b04e commit 6b82bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructlab/sdg/default_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def get_flow(self) -> list:
"output_cols": ["question"],
"batch_kwargs": {
"num_procs": 8,
"num_samples": 30,
"num_samples": self.num_iters,
"batched": self.batched,
},
},
Expand Down

0 comments on commit 6b82bad

Please sign in to comment.