llama-stack-mirror/llama_stack/providers/inline/post_training/huggingface
Charlie Doern 49fa26949a
fix: lazy import training recipe
currently we import the recipe at the top level of `post_training.py` instead lazily import it inside of the `handler` to speed up runtime

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-07-24 22:11:53 +02:00
..
recipes fix: proper checkpointing logic for HF trainer (#2429) 2025-06-27 17:36:25 -04:00
__init__.py feat: add huggingface post_training impl (#2132) 2025-05-16 14:41:28 -07:00
config.py feat: add huggingface post_training impl (#2132) 2025-05-16 14:41:28 -07:00
post_training.py fix: lazy import training recipe 2025-07-24 22:11:53 +02:00