Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Zohan13666/cortex.cpp

Tags

v1.0.14

Toggle v1.0.14's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.

v1.0.13-rc9

Toggle v1.0.13-rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hostfix: remove not needed params from load_model (menloresearch#2209)

* refactor: remove --pooling flag from model loading

The --pooling flag was removed as the mean pooling functionality not needed in chat models. This fixes the regression

* feat(local-engine): add ctx_len parameter support

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.

* feat: add conditional model parameters based on path

When the model path contains both "jan" and "nano" (case-insensitive), automatically add
speculative decoding parameters to adjust generation behavior. This improves
flexibility by enabling environment-specific configurations without manual
parameter tuning. Also includes necessary headers for string manipulation and
fixes whitespace in ctx_len handling.

* chore: remove redundant comment

The comment was redundant as the code's purpose is clear without it, improving readability.

v1.0.13-rc8

Toggle v1.0.13-rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: check model is loaded before starting (menloresearch#2206)

* fix: check model is loaded before starting

* chore: e2e test

---------

Co-authored-by: sangjanai <[email protected]>

v1.0.13-rc7

Toggle v1.0.13-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove jinja parameter (menloresearch#2205)

* fix: remove jinja parameter

* chore: disable linux arm CI

---------

Co-authored-by: sangjanai <[email protected]>

v1.0.13-rc6

Toggle v1.0.13-rc6's commit message
chore: disable linux arm, change macos silicon to github

v1.0.13-rc5

Toggle v1.0.13-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: separate mac binary (menloresearch#2198)

v1.0.13-rc4

Toggle v1.0.13-rc4's commit message
chore: separate mac binary

v1.0.13-rc3

Toggle v1.0.13-rc3's commit message
chore: separate mac binary

v1.0.13-rc2

Toggle v1.0.13-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request menloresearch#2186 from menloresearch/s/chore/sync…

…-dev

fix: std::filesystem::equivalent does not work for non-exist path

v1.0.13-rc1

Toggle v1.0.13-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request menloresearch#2178 from menloresearch/dev

chore: sync dev to main