Conversation
Fix minor typo Old grammar would allow exponents with a leading zero, and no trailing zeros
|
Explore the complete analysis inside the Version Insights Pull Request #302 - Performance Review SummaryPR Title: UPSTREAM PR #17460: Typo in json.gbnf AssessmentNo performance impact detected. This PR corrects a typo in the JSON grammar definition file ( Performance Metrics:
Code Change Analysis: The fix corrects the exponent pattern from
Impact Scope:
Technical Correctness:
RecommendationApprove and merge. This is a correctness improvement with no performance implications. The change fixes a documented grammar bug while maintaining performance parity across all metrics. No action items required. |
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary - PR #302OverviewPR #302 introduces a single-character grammar specification fix in Performance analysis across all 16 binaries shows zero measurable impact. Power consumption remains stable at 226822 nJ for |
41fee42 to
17a79cb
Compare
5ddab7d to
38683c7
Compare
Mirrored from ggml-org/llama.cpp#17460
Small fix for typo in the number rule:
This would allow one leading zero and no trailing zeros; e.g. forbidding
e+10,e+100etc. I assume the reverse was intended