docs: fix post_training docs

the post training docs are missing references to the more indepth `huggingface.md` and `torchtune.md` which explain how to actually use the providers.

These files show up in search though.

Add references to these files into the `inline_..md` files currently pointed to by `index.md`x

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-08-26 19:35:18 -04:00
parent 963305c84d
commit 0f2a686f9a
2 changed files with 4 additions and 0 deletions

View file

@ -35,3 +35,6 @@ device: cpu
```
[Find more detailed information here!](huggingface.md)

View file

@ -22,3 +22,4 @@ checkpoint_format: meta
```
[Find more detailed information here!](torchtune.md)