You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: auto-generate lora_config.json in training script
This fix addresses the missing lora_config.json files in LoRA intent
classifier models, which caused Go tests to skip and model routing to fail.
Issue discovered by @yehudit1987 while investigating skipped classifier tests.
Changes:
- Updated merge_lora_adapter_to_full_model() in ft_linear_lora.py to
automatically create lora_config.json when merging LoRA adapters
The lora_config.json file contains LoRA metadata (rank, alpha, dropout,
target_modules) required by the Rust router to detect LoRA models and
route them to the correct inference path.
The file will be manually uploaded to HuggingFace for existing models,
and future training runs will generate it automatically.
Fixes#627
Signed-off-by: Yossi Ovadia <[email protected]>
0 commit comments