Releases: janhq/cortex.cpp
Releases · janhq/cortex.cpp
1.0.11-rc5
What's Changed
- chore: remove unused fields for remote model config by @vansangpfiev in #2040
- fix: skip main branch for cortexso model source if has metadata.yml by @vansangpfiev in #2042
- fix: context length for model import by @vansangpfiev in #2043
Full Changelog: v1.0.11-rc4...v1.0.11-rc5
1.0.11-rc4
What's Changed
- chore: fix typos, and update 'variant' description by @github-roushan in #2023
- fix: correct RAM usage by @vansangpfiev in #2019
- fix: default GPUs setting by @vansangpfiev in #2029
- fix: add default cpu_threads by @vansangpfiev in #1948
- fix: add model author for model source by @vansangpfiev in #2038
- chore: refactor background tasks processing by @vansangpfiev in #2031
- fix: correct Linux cpu usage by @vansangpfiev in #2039
- chore: sync dev to main by @vansangpfiev in #2041
New Contributors
- @github-roushan made their first contribution in #2023
Full Changelog: v1.0.11-rc3...v1.0.11-rc4
1.0.11-rc3
What's Changed
- chore: consolidate subprocess utils by @gau-nernst in #2011
- fix: append stop words from request in case of using template renderer for local engine by @vansangpfiev in #2017
- Fix: Include algorithm header file to fix build on other distros by @qnixsynapse in #2022
- task: organize the API folder follow the swagger API by @LeVinhGithub in #2006
- fix: add filter by tag for repository list by @vansangpfiev in #2021
- fix: block
command
field changes for python engine by @vansangpfiev in #2007 - fix: filter out Intel GPUs by @vansangpfiev in #2015
- chore: unit test by @vansangpfiev in #2025
- chore: update tests by @vansangpfiev in #2027
- chore: sync dev to main by @vansangpfiev in #2028
New Contributors
- @LeVinhGithub made their first contribution in #2006
Full Changelog: v1.0.11-rc2...v1.0.11-rc3
1.0.11-rc2
What's Changed
- chore: remove hard-coded engine value in
cortex ps
by @gau-nernst in #2002 - Fix: Prevent Path Traversal in File Storage by @qnixsynapse in #1983
- feat: support get repository list from cortexso HF by @vansangpfiev in #2003
- chore: add /v1/models/hub endpoint by @vansangpfiev in #2008
- chore: sync dev to main by @vansangpfiev in #2009
Full Changelog: v1.0.11-rc1...v1.0.11-rc2
1.0.11-rc1
What's Changed
- feat: AMD hardware API by @vansangpfiev in #1797
- Feat/check status python process by @nguyenhoangthuan99 in #1848
- fix: logger issue by @vansangpfiev in #1858
- fix: ignore compute_cap if not present by @vansangpfiev in #1866
- chore: clean default local engines by @vansangpfiev in #1852
- fix: add cpu usage by @vansangpfiev in #1868
- chore: cleanup by @vansangpfiev in #1849
- chore: correct-discord-message by @hiento09 in #1872
- devx: add devcontainer by @InNoobWeTrust in #1854
- chore: sync main to dev by @vansangpfiev in #1873
- chore: correct stop command description by @vansangpfiev in #1874
- Docs improvements by @ramonpzg in #1891
- Improve "Build from Source" in README by @tigercosmos in #1886
- fix: permission issue for default drogon uploads folder by @vansangpfiev in #1870
- Enhanced Function Calling Guide & Main README, removed warning by @ramonpzg in #1913
- chore: add ci qualitygate for external contributor by @hiento09 in #1931
- fix: models.cc: symlinked model deletion shouldn't remove original file by @ohaiibuzzle in #1918
- feat: QoL improvements for server when running standalone by @ohaiibuzzle in #1925
- fix: correct gpu info list by @vansangpfiev in #1944
- doc: Update build from source command by @gau-nernst in #1947
- chore: sync main to dev by @vansangpfiev in #1945
- fix: add metadata by @vansangpfiev in #1875
- doc: Update build from source documentation by @gau-nernst in #1951
- chore: remove references to ONNX and TRT-LLM by @gau-nernst in #1961
- fix: inherit current env vars when spawning subprocess on macos by @gau-nernst in #1964
- fix: add local e2e test by @vansangpfiev in #1965
- fix: wrong check for printing error log by @vansangpfiev in #1968
- feat: add inja example by @vansangpfiev in #1969
- chore: remove
cortex-cpp-deps
by @gau-nernst in #1966 - fix: remove all yml files when delete model by @vansangpfiev in #1980
- chore: sync main to dev by @vansangpfiev in #1978
- Fix: Prevent Out-of-Bounds Reads in GGUF Parser by @qnixsynapse in #1985
- chore: sync dev to main by @vansangpfiev in #2001
New Contributors
- @ramonpzg made their first contribution in #1891
- @tigercosmos made their first contribution in #1886
- @ohaiibuzzle made their first contribution in #1918
- @gau-nernst made their first contribution in #1947
- @qnixsynapse made their first contribution in #1985
Full Changelog: v1.0.10...v1.0.11-rc1
1.0.10
What's Changed
- fix: filter out llvmpipe by @vansangpfiev in #1949
- fix: add vendor to gpu info by @vansangpfiev in #1952
- fix: correct get server name method by @vansangpfiev in #1953
- fix: map nvidia and vulkan uuid by @vansangpfiev in #1954
- chore: cherry-pick: permission issue for default drogon uploads folder (#1870) by @vansangpfiev in #1955
- fix: make get hardware info function thread-safe by @vansangpfiev in #1956
- fix: cache data for gpu information by @vansangpfiev in #1959
- fix: handle path with space by @vansangpfiev in #1963
- fix: unload engine before updating by @vansangpfiev in #1970
- fix: auto-reload model for remote engine by @vansangpfiev in #1971
- fix: use updated configuration for remote model when reload by @vansangpfiev in #1972
- fix: correct engine interface order by @vansangpfiev in #1974
- fix: improve error handling for remote engine by @vansangpfiev in #1975
- fix: temporarily remove model setting recommendation by @vansangpfiev in #1977
Full Changelog: v1.0.9...v1.0.10
1.0.10-rc13
What's Changed
- fix: temporarily remove model setting recommendation by @vansangpfiev in #1977
Full Changelog: v1.0.10-rc12...v1.0.10-rc13
1.0.10-rc12
What's Changed
- fix: improve error handling for remote engine by @vansangpfiev in #1975
Full Changelog: v1.0.10-rc11...v1.0.10-rc12
1.0.10-rc11
What's Changed
- fix: correct engine interface order by @vansangpfiev in #1974
Full Changelog: v1.0.10-rc10...v1.0.10-rc11
1.0.10-rc10
What's Changed
- fix: use updated configuration for remote model when reload by @vansangpfiev in #1972
Full Changelog: v1.0.10-rc9...v1.0.10-rc10