llama-stack-mirror/llama_stack/apis/post_training
Ubuntu b4c13cc003 Fix DPO loss_type to use Enum instead of Literal for schema generation
- Replace Literal["sigmoid", "hinge", "ipo", "kto_pair"] with DPOLossType enum
- Schema generator only supports Literal types with single values
2025-07-17 20:47:24 +00:00
..
__init__.py chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
post_training.py Fix DPO loss_type to use Enum instead of Literal for schema generation 2025-07-17 20:47:24 +00:00