Skip to content

Commit

Permalink
Merge pull request #116 from mairin/sdg-dev-doc-mo
Browse files Browse the repository at this point in the history
Adding link to referenced file
  • Loading branch information
russellb authored Jul 15, 2024
2 parents 44e7482 + 8dc246d commit 8fde6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdg/sdg-flow-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ For now, we assume that the `LLMBlock` class will choose the appropriate model p

Every LLMBlock references a separate prompt config file, and presumably a custom pipeline will provide custom prompt configs too.

These prompt config files are quite simple YAML files - they contain a single object with system, introduction, principles, examples, and generation keys. See e.g. src/instructlab/sdg/configs/skills/freeform_questions.yaml
These prompt config files are quite simple YAML files - they contain a single object with system, introduction, principles, examples, and generation keys. See e.g. [src/instructlab/sdg/configs/skills/freeform_questions.yaml](https://github.com/instructlab/sdg/blob/main/src/instructlab/sdg/configs/skills/freeform_questions.yaml)

We will continue to use these config files unchanged, and custom files can be specified with an absolute path. Relative paths are assumed to be relative to the Python package e.g. `configs/skills/...`.

Expand Down

0 comments on commit 8fde6f7

Please sign in to comment.