Skip to content

Commit 8fde6f7

Browse files
authored
Merge pull request #116 from mairin/sdg-dev-doc-mo
Adding link to referenced file
2 parents 44e7482 + 8dc246d commit 8fde6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdg/sdg-flow-yaml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For now, we assume that the `LLMBlock` class will choose the appropriate model p
108108

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

111-
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
111+
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)
112112

113113
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/...`.
114114

0 commit comments

Comments
 (0)