v0.5.2 Beta
LLMScoreEngine v0.5.2 - Bug Fix Release
This quick update addresses a critical bug affecting the main scoring function.
Bug Fixes
-
Refactors the
calculate_final_score
method to compute a unifiedoverall_benchmark_score
from the entity and dev benchmark results. This score is then explicitly passed intocalculate_technical_score
for the size-performance ratio calculation. This change resolves an implicit dependency wherecalculate_technical_score
relied on abenchmark_score
that was not guaranteed to be present in its inputs. The new implementation makes the scoring logic more robust, self-contained, and ensures that the technical evaluation is always based on the model's calculated benchmark performance. -
Resolve a bunch of lintr errors to improve code quality.