Conversation
…anity check - Add MODEL_FAMILIES config table with per-model API params and server flags - Add getModelApiParams() helper to inject reasoning_effort:none for Mistral - Add delta.thinking fallback in streaming loop to capture thinking tokens - Add streaming sanity check before benchmark run (detects empty-token loops) - Add test-model-config.cjs with 17 unit tests for model detection logic
Feature/mistral thinking fix
Add Mistral Small 4 (119B, IQ1_M + Q2_K_XL), NVIDIA Nemotron-3-Nano (4B + 30B), Liquid LFM2 (1.2B + 24B), Qwen3.5-9B BF16, and Qwen3.5-27B Q8_K_XL to the benchmark paper. Key updates: - Abstract: 7→16 models, 5 families, best local now 95.8% - Models Under Test table: grouped by family, 16 rows - Overall Scorecard: full 16-model ranking - Key Finding 3: quantization precision > parameter count - Conclusion: Qwen3.5-27B Q8 at 95.8%, Mistral-119B at 89.6%
Add Nemotron and LFM2 model families to MODEL_FAMILIES with minTemperature: 1.0 — these models reject temperature < 1.0 with HTTP 400. The benchmark now clamps temperature to the family minimum before sending the request. - Refactor getModelApiParams → getModelFamily (returns full config) - Add resolveTemperature logic in llmCall params builder - Update test-model-config.cjs: 27 tests including temperature clamp - Fix Mistral serverFlags to match current llm-server-manager.cjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.