llama-stack/llama_stack/providers/inline/post_training/torchtune
Kevin Postlethwait 2aca7265b3
fix: add todo for schema validation (#1991)
# What does this PR do?
Change validation to TODO same as was done
[here](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/providers/inline/eval/meta_reference/eval.py#L87)
until validation can be implemented
Closes #1849

## Test Plan

Signed-off-by: Kevin <kpostlet@redhat.com>
2025-04-29 09:59:35 +02:00
..
common refactor: move all llama code to models/llama out of meta reference (#1887) 2025-04-07 15:03:58 -07:00
datasets chore: fix mypy violations in post_training modules (#1548) 2025-03-18 14:58:16 -07:00
recipes fix: add todo for schema validation (#1991) 2025-04-29 09:59:35 +02:00
__init__.py chore: fix typing hints for get_provider_impl deps arguments (#1544) 2025-03-11 10:07:28 -07:00
config.py test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
post_training.py feat: Implement async job execution for torchtune training (#1437) 2025-04-14 08:59:11 -07:00