Releases: janhq/cortex.cpp
Releases · janhq/cortex.cpp
0.4.16
Changes
- fix: remove build target @louis-jan (#769)
- chore: remove python e2e testing @vansangpfiev (#731)
- docs: Update README.md @0xSage (#767)
- Windows enable ccache @hiento09 (#763)
- Correct tag for cortex binary build @hiento09 (#762)
- fix: cortex version on windows @louis-jan (#761)
- fix: update cortex package.json version @louis-jan (#760)
- fix: remove build target from build script @louis-jan (#759)
- chore: fix cortex bundle relative path lookup @louis-jan (#758)
- fix: change ci runner to address visual sdk issue @louis-jan (#752)
- fix: bun - cortex serve does not work @louis-jan (#751)
- refactor: shorten cortex setup - save cortex cpp serve configs @louis-jan (#747)
- chore: build cortex binary @louis-jan (#726)
- fix: add telemetry timeout, remove debug log @marknguyen1302 (#745)
- chore: change --host to -- address @Van-QA (#736)
- chore: update models to extends from openai @namchuai (#709)
- API: Added the description for the new endpoints @irfanpena (#724)
- Update cortex.llamacpp nightly to version 0.1.17-19.06.24 @jan-service-account (#735)
- fix: prevent error loop, create crash report file if not exist @marknguyen1302 (#732)
- chore: update env for cuda toolkit dependencies and tensorrt-llm @louis-jan (#728)
- fix: cortex serve attached mode outputs nothing @louis-jan (#727)
- feat:
cortex-cpp
withcortex.tensorrt-llm
@CameronNg (#719) - feat: ship ONNX runtime on Windows @louis-jan (#716)
- feat: cortex single executable binary @louis-jan (#715)
- Chore: test CLI test with serve --detach @Van-QA (#722)
Contributor
@0xSage, @CameronNg, @Van-QA, @github-actions[bot], @hiento09, @irfanpena, @jan-service-account, @louis-jan, @marknguyen1302, @namchuai and @vansangpfiev
0.4.15-19.06.24
What's Changed
- fix: cortex serve attached mode outputs nothing by @louis-jan in https://github.com/janhq/cortex/pull/727
- chore: update env for cuda toolkit dependencies and tensorrt-llm by @louis-jan in https://github.com/janhq/cortex/pull/728
- fix: prevent error loop, create crash report file if not exist by @marknguyen1302 in https://github.com/janhq/cortex/pull/732
- Update cortex.llamacpp nightly to version 0.1.17-19.06.24 by @jan-service-account in https://github.com/janhq/cortex/pull/735
Full Changelog: https://github.com/janhq/cortex/compare/v0.4.16...v0.4.15-19.06.24
0.4.15
Changes
- Fix windows codesign must run on cmd @hiento09 (#723)
- feat: add model event @namchuai (#697)
- disable send crash report, refactor @marknguyen1302 (#717)
- remove debug log @marknguyen1302 (#721)
- Fix codesign windows error @hiento09 (#720)
- Linux cuda separate cpu instruction @hiento09 (#718)
- fix telemetry folder not exist, disable crash report @marknguyen1302 (#714)
- fix: cortex serve should run in attached mode by default @louis-jan (#711)
- fix error crash reprot file not exist @marknguyen1302 (#710)
- Add CI test for cortex js @hiento09 (#707)
- feat: add crash report @marknguyen1302 (#694)
- fix: failed tests @louis-jan (#702)
- Add check number of assert @hiento09 (#705)
- Fix nightly @hiento09 (#701)
- Update cortex.llamacpp nightly to version 0.1.17-15.06.24 @jan-service-account (#700)
- Change CI name for nightly @hiento09 (#699)
- Add nightly build for cortex to pull latest nightly of cortex.llamacpp @hiento09 (#698)
- feat: add cortex serve detach option - add health check and stop api endpoints @louis-jan (#693)
- feat: cortex.onnx @vansangpfiev (#660)
- fix: download event not updated in client @namchuai (#695)
- chore: comment out hacky latest download state update that break the downloading flow @louis-jan (#692)
- fix: build error due to relative import path @louis-jan (#691)
- chore: add benchmark options @louis-jan (#690)
- feat: add download state @namchuai (#686)
- feat: add model pull api support @louis-jan (#688)
- api: Update the API description @irfanpena (#683)
- feat: cortex benchmark command @louis-jan (#684)
- chore: update models settings @louis-jan (#673)
🚀 Features
🧰 Maintenance
Contributor
@Van-QA, @github-actions[bot], @hiento09, @hiro-v, @irfanpena, @jan-service-account, @louis-jan, @marknguyen1302, @namchuai and @vansangpfiev
0.4.12-16.06.24
What's Changed
- feat: add cortex serve detach option - add health check and stop api endpoints by @louis-jan in https://github.com/janhq/cortex/pull/693
- Add nightly build for cortex to pull latest nightly of cortex.llamacpp by @hiento09 in https://github.com/janhq/cortex/pull/698
- Change CI name for nightly by @hiento09 in https://github.com/janhq/cortex/pull/699
- Update cortex.llamacpp nightly to version 0.1.17-15.06.24 by @jan-service-account in https://github.com/janhq/cortex/pull/700
New Contributors
- @jan-service-account made their first contribution in https://github.com/janhq/cortex/pull/700
Full Changelog: https://github.com/janhq/cortex/compare/v0.4.14...v0.4.12-16.06.24
0.4.14
Changes
- feat: cortex.onnx @vansangpfiev (#660)
- fix: download event not updated in client @namchuai (#695)
- chore: comment out hacky latest download state update that break the downloading flow @louis-jan (#692)
- fix: build error due to relative import path @louis-jan (#691)
- chore: add benchmark options @louis-jan (#690)
- feat: add download state @namchuai (#686)
- feat: add model pull api support @louis-jan (#688)
- api: Update the API description @irfanpena (#683)
- feat: cortex benchmark command @louis-jan (#684)
- chore: update models settings @louis-jan (#673)
- feat: add delete message api @namchuai (#671)
- chore: update model API examples @louis-jan (#672)
- feat: add update message api @namchuai (#670)
- chore: drop model entity @louis-jan (#667)
- chore: cortex.llamacpp to version 0.1.17 @vansangpfiev (#669)
- refactor: add models list test cases @louis-jan (#666)
- fix: add pre_prompt to engine settings @louis-jan (#664)
- Cortex run attempt to pull model @louis-jan (#662)
- feat: add query messages of thread api @namchuai (#661)
- feat: refactor cortex API with new model.yaml structure @louis-jan (#656)
- chore: add request logger @louis-jan (#655)
- readme: add a note for more details @irfanpena (#653)
- chore: cortex.llamacpp to version 0.1.15 @vansangpfiev (#659)
- feat: Model Presets @louis-jan (#651)
- fix: correct tests setup @louis-jan (#654)
- fix: cortex chat without arguments should work @louis-jan (#652)
- fix: CI should not run post install but it does @louis-jan (#648)
- feat: cortex post-install script - init silently on install @louis-jan (#642)
- chore: Update the run command to allow model selection and add the Cortex version. @louis-jan (#640)
- Update the README.md @irfanpena (#630)
- update banner @irfanpena (#639)
- upload cortex banner @irfanpena (#638)
- api: Update the API decorator @irfanpena (#637)
- fix: allow users to select a model to start @louis-jan (#633)
- api: Remove the "/" from the URL @irfanpena (#636)
- chore: deprecate cortex start stop api @louis-jan (#635)
- fix: bump update-notifier type version @louis-jan (#632)
- chore: cortex chat enhancement @louis-jan (#631)
- feat: ps command support @louis-jan (#621)
🚀 Features
🧰 Maintenance
Contributor
@Van-QA, @hiro-v, @irfanpena, @louis-jan, @namchuai and @vansangpfiev
0.4.13
Changes
- feat: add delete message api @namchuai (#671)
- chore: update model API examples @louis-jan (#672)
- feat: add update message api @namchuai (#670)
- chore: drop model entity @louis-jan (#667)
- chore: cortex.llamacpp to version 0.1.17 @vansangpfiev (#669)
- refactor: add models list test cases @louis-jan (#666)
- fix: add pre_prompt to engine settings @louis-jan (#664)
- Cortex run attempt to pull model @louis-jan (#662)
- feat: add query messages of thread api @namchuai (#661)
- feat: refactor cortex API with new model.yaml structure @louis-jan (#656)
- chore: add request logger @louis-jan (#655)
- readme: add a note for more details @irfanpena (#653)
- chore: cortex.llamacpp to version 0.1.15 @vansangpfiev (#659)
- feat: Model Presets @louis-jan (#651)
- fix: correct tests setup @louis-jan (#654)
- fix: cortex chat without arguments should work @louis-jan (#652)
- fix: CI should not run post install but it does @louis-jan (#648)
- feat: cortex post-install script - init silently on install @louis-jan (#642)
- chore: Update the run command to allow model selection and add the Cortex version. @louis-jan (#640)
- Update the README.md @irfanpena (#630)
- update banner @irfanpena (#639)
- upload cortex banner @irfanpena (#638)
- api: Update the API decorator @irfanpena (#637)
- fix: allow users to select a model to start @louis-jan (#633)
- api: Remove the "/" from the URL @irfanpena (#636)
- chore: deprecate cortex start stop api @louis-jan (#635)
- fix: bump update-notifier type version @louis-jan (#632)
- chore: cortex chat enhancement @louis-jan (#631)
- feat: ps command support @louis-jan (#621)
Contributor
0.4.12
Changes
- chore: cortex.llamacpp to version 0.1.12 @vansangpfiev (#628)
- feat: cpu instruction set detection @vansangpfiev (#570)
- fix: get models failed @vansangpfiev (#625)
- chore: cortex chat revamp with options @louis-jan (#620)
- chore: cortex.llamacpp to version 0.1.11 @vansangpfiev (#622)
- chore: add update notifier @louis-jan (#614)
- feat: python runtime engine @vansangpfiev (#559)
- feat: add cortex data folder @namchuai (#615)
- API: added the API reference decorator @irfanpena (#591)
- build extension able to run on windows @hiento09 (#613)
- feat: cortex client sdk compatible @louis-jan (#594)
- feat: store messages when chat via cli @namchuai (#599)
- feat: pull model yaml from hf @namchuai (#605)
- feat: get running models @vansangpfiev (#592)
🚀 Features
🧰 Maintenance
- chore: add wildcard matching for models endpoints @marknguyen1302 (#624)
Contributor
@hiento09, @irfanpena, @louis-jan, @marknguyen1302, @namchuai and @vansangpfiev
0.4.11
v0.4.11 fix: get models failed (#625)
0.4.10
Changes
- chore: cortex.llamacpp to version 0.1.11 @vansangpfiev (#622)
- chore: add update notifier @louis-jan (#614)
- feat: python runtime engine @vansangpfiev (#559)
- feat: add cortex data folder @namchuai (#615)
- API: added the API reference decorator @irfanpena (#591)
- build extension able to run on windows @hiento09 (#613)
- feat: cortex client sdk compatible @louis-jan (#594)
- feat: store messages when chat via cli @namchuai (#599)
- feat: pull model yaml from hf @namchuai (#605)
- feat: get running models @vansangpfiev (#592)
🚀 Features
Contributor
@hiento09, @irfanpena, @louis-jan, @namchuai and @vansangpfiev
0.4.9
Changes
- chore: cortex.llamacpp to version 0.1.10 @vansangpfiev (#609)
- fix: add llama3 chat template @louis-jan (#608)
- chore: remove log @namchuai (#607)
- feat: pull model from jan hub @louis-jan (#606)
- chore: add model pull alias @louis-jan (#604)
- chore: update README.md @louis-jan (#603)
- chore: update README @louis-jan (#601)
- chore: remove parameter for run command @namchuai (#602)
- chore: cortex.llamacpp to v0.1.8 @vansangpfiev (#598)
- chore: remove inference stream @namchuai (#596)
- chore: clean up chat stream @namchuai (#593)
- feat: add model settings and prompt template from hf @namchuai (#588)
- chore: cortex.llamacpp v0.1.6 @vansangpfiev (#587)
- chore: cortex llama.cpp to version 0.1.5 @vansangpfiev (#586)