Skip to content

v0.5.2 Beta

Choose a tag to compare

@LSeu-Open LSeu-Open released this 20 Jun 13:39
· 19 commits to main since this release
36f06a7

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 unified overall_benchmark_score from the entity and dev benchmark results. This score is then explicitly passed into calculate_technical_score for the size-performance ratio calculation. This change resolves an implicit dependency where calculate_technical_score relied on a benchmark_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.