Commit d4abd32
committed
fix(ci): bump model cache version to pick up lora_config.json
The LoRA intent classifier model was missing lora_config.json due to
timing issue during initial download. Bumping cache version from v1 to
v2 forces re-download of all models with the corrected configuration.
This fixes the 40% accuracy drop (empty predictions) by ensuring the
LoRA auto-detection logic finds lora_config.json and properly identifies
the model type.
Signed-off-by: Yossi Ovadia <[email protected]>1 parent fca4946 commit d4abd32
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments