Skip to content

Commit

Permalink
Merge pull request instructlab#526 from bbrowning/iterblock-pipeline-…
Browse files Browse the repository at this point in the history
…schema

Add missing pipeline schema for IterBlock
  • Loading branch information
mergify[bot] authored Jan 29, 2025
2 parents 597e372 + 4c51a0d commit d4a7136
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/instructlab/sdg/pipelines/schema/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,20 @@
"type": "string"
}
}
},
{
"type": "object",
"description": "IterBlock",
"required": ["num_iters", "block_type"],
"additionalProperties": true,
"properties": {
"num_iters": {
"type": "number"
},
"block_type": {
"type": "string"
}
}
}
]
}
Expand Down

0 comments on commit d4a7136

Please sign in to comment.