tag:github.com,2008:https://github.com/janhq/cortex.cpp/releasesTags from cortex.cpp2025-06-15T09:44:47Ztag:github.com,2008:Repository/689858385/v1.0.142025-06-19T06:08:07Z1.0.14github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc92025-06-12T09:15:54Zv1.0.13-rc9<p>Hostfix: remove not needed params from load_model (<a class="issue-link js-issue-link" href="https://github.com/janhq/cortex.cpp/pull/2209">#2209</a>)</p>
<p>* refactor: remove --pooling flag from model loading</p>
<p>The --pooling flag was removed as the mean pooling functionality not needed in chat models. This fixes the regression</p>
<p>* feat(local-engine): add ctx_len parameter support</p>
<p>Adds support for the ctx_len parameter by appending --ctx-size with its value. Removed outdated parameter mappings from the kParamsMap to reflect current implementation details and ensure consistency.</p>
<p>* feat: add conditional model parameters based on path</p>
<p>When the model path contains both "jan" and "nano" (case-insensitive), automatically add
<br />speculative decoding parameters to adjust generation behavior. This improves
<br />flexibility by enabling environment-specific configurations without manual
<br />parameter tuning. Also includes necessary headers for string manipulation and
<br />fixes whitespace in ctx_len handling.</p>
<p>* chore: remove redundant comment</p>
<p>The comment was redundant as the code's purpose is clear without it, improving readability.</p>Minh141120tag:github.com,2008:Repository/689858385/v1.0.13-rc82025-05-16T00:29:20Z1.0.13-rc8<p>fix: check model is loaded before starting (<a class="issue-link js-issue-link" href="https://github.com/janhq/cortex.cpp/pull/2206">#2206</a>)</p>
<p>* fix: check model is loaded before starting</p>
<p>* chore: e2e test</p>
<p>---------</p>
<p>Co-authored-by: sangjanai <[email protected]></p>github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc72025-05-13T08:03:23Z1.0.13-rc7<p>fix: remove jinja parameter (<a class="issue-link js-issue-link" href="https://github.com/janhq/cortex.cpp/pull/2205">#2205</a>)</p>
<p>* fix: remove jinja parameter</p>
<p>* chore: disable linux arm CI</p>
<p>---------</p>
<p>Co-authored-by: sangjanai <[email protected]></p>github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc62025-05-06T10:11:45Z1.0.13-rc6github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc52025-04-11T05:03:21Z1.0.13-rc5github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc42025-04-10T07:23:02Z1.0.13-rc4github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc32025-04-10T04:27:07Z1.0.13-rc3github-actionstag:github.com,2008:Repository/689858385/v1.0.13-rc22025-03-27T08:12:45Zv1.0.13-rc2: Merge pull request #2186 from menloresearch/s/chore/sync-dev<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/janhq/cortex.cpp/pull/2186">#2186</a> from menloresearch/s/chore/sync-dev</p>
<p>fix: std::filesystem::equivalent does not work for non-exist path</p>vansangpfievtag:github.com,2008:Repository/689858385/v1.0.13-rc12025-03-26T07:56:59Z1.0.13-rc1<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/janhq/cortex.cpp/pull/2178">#2178</a> from menloresearch/dev</p>
<p>chore: sync dev to main</p>github-actions