Skip to content

Commit 0011e66

Browse files
committed
Replace num_iters with num_instructions_to_generate
As per instructlab/sdg#77 Signed-off-by: Mark McLoughlin <[email protected]>
1 parent 0db6e40 commit 0011e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdg/sdg-flow-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following parameters are supplied to a Flow constructor and used by the rend
7373
- client - an OpenAI completions API client for talking to the teacher model via the serving backend (i.e. llama-cpp or vLLM)
7474
- model_family - e.g. mixtral or merlinite
7575
- model_id - a path name for the specific teacher model being used
76-
- num_iters - how many samples to generate
76+
- num_instructions_to_generate - how many samples to generate
7777
- batched - whether the model serving backend supports batched mode
7878

7979
For now, we assume that the `Block` classes know how to use these parameters and there is no need to use any sort of templating in the custom flows that could use these parameters.

0 commit comments

Comments
 (0)