Releases: qualcomm/nexa-sdk
Releases · qualcomm/nexa-sdk
v0.2.73
What's Changed
- feat: add back video understanding example by @vinovo in #1044
- feat: add
nexa updatefor linux by @mengshengwu in #1043 - feat: add xtensor lib by @zhiyuan8 in #1045
- chore: bump up bridge version to v1.0.45-rc1 by @vinovo in #1047
Full Changelog: v0.2.72...v0.2.73
What's Changed
- feat: add back video understanding example by @vinovo in #1044
- feat: add
nexa updatefor linux by @mengshengwu in #1043 - feat: add xtensor lib by @zhiyuan8 in #1045
- chore: bump up bridge version to v1.0.45-rc1 by @vinovo in #1047
Full Changelog: v0.2.72...v0.2.73
v0.2.72
What's Changed
- feat: fix embedding error by @zhiyuan8 in #1018
- feat: enhance ASR example with streaming support and improved usage instructions by @mengshengwu in #1020
- Update Android docs with gpt-oss model by @zhiyuan8 in #1024
- feat(cookbook): live translator by @mengshengwu in #1021
- chore: add an env_setup script for windows and readme by @zhiyuan8 in #1025
- feat(cookbook): add example configuration and README for Clawdbot integration with Nexa SDK by @mengshengwu in #1026
- chore: update model_list to remove VLM GGUF models by @vinovo in #1027
- feat(serve): add stream support for toolcall by @RemiliaForever in #1029
- feat: add GitHub Actions workflow for Go linting by @mengshengwu in #1031
- fix: fixed Llama3.2-3B-GGUF downloading problem by @zhycheng614 in #1035
- feat: add openai api audio stream support by @mengshengwu in #1034
- refactor: remove depecated system prompt patch for npu by @mengshengwu in #1036
- feat: add resume download by @mengshengwu in #1037
- feat: update android-rag project by @zhycheng614 in #1039
- fix: warnning dll-attribute-on-redeclaration on windows by @mengshengwu in #1040
- AG2 + Nexa SDK Examples by @qingyun-wu in #1041
- feat: add EDSL integration cookbook example by @mengshengwu in #1042
New Contributors
- @qingyun-wu made their first contribution in #1041
v0.2.71
What's Changed
- chore: update BRIDGE_VERSION to v1.0.43-rc1 by @mengshengwu in #998
- chore(runner): update macOS runners to version 15 by @mengshengwu in #999
- Update README.md by @alanzhuly in #1000
- Update README_zh.md by @alanzhuly in #1002
- chore: bump up bridge version to v1.0.43-rc2 by @vinovo in #1001
- feat: add warning for single-threaded downloads when NEXA_HFTOKEN is not set by @mengshengwu in #1003
- feat(cli): add stop/stopFile param by @RemiliaForever in #1004
- feat: docs update android api version to the latest by @markoeltiger in #1007
- feat: update Android demo App by @zhiyuan8 in #1012
- feat(cli): update plugin error code by @RemiliaForever in #1006
- feat: add support for token ID input mode and update LlmGenerateInput structure by @mengshengwu in #1005
- feat(docs): add integration guides by @mengshengwu in #988
- feat: update assets by @zhiyuan8 in #1014
- feat: update RAG example on android by @zhiyuan8 in #1015
- chore: update android vresions from README to 0.0.19 by @vinovo in #1016
- chore: bump up bridge version to 1.0.44-rc1 by @vinovo in #1017
New Contributors
- @markoeltiger made their first contribution in #1007
Full Changelog: v0.2.70...v0.2.71
What's Changed
- chore: update BRIDGE_VERSION to v1.0.43-rc1 by @mengshengwu in #998
- chore(runner): update macOS runners to version 15 by @mengshengwu in #999
- Update README.md by @alanzhuly in #1000
- Update README_zh.md by @alanzhuly in #1002
- chore: bump up bridge version to v1.0.43-rc2 by @vinovo in #1001
- feat: add warning for single-threaded downloads when NEXA_HFTOKEN is not set by @mengshengwu in #1003
- feat(cli): add stop/stopFile param by @RemiliaForever in #1004
- feat: docs update android api version to the latest by @markoeltiger in #1007
- feat: update Android demo App by @zhiyuan8 in #1012
- feat(cli): update plugin error code by @RemiliaForever in #1006
- feat: add support for token ID input mode and update LlmGenerateInput structure by @mengshengwu in #1005
- feat(docs): add integration guides by @mengshengwu in #988
- feat: update assets by @zhiyuan8 in #1014
- feat: update RAG example on android by @zhiyuan8 in #1015
- chore: update android vresions from README to 0.0.19 by @vinovo in #1016
- chore: bump up bridge version to 1.0.44-rc1 by @vinovo in #1017
New Contributors
- @markoeltiger made their first contribution in #1007
Full Changelog: v0.2.69...v0.2.71
v0.2.70
Full Changelog: v0.2.69...v0.2.70
v0.2.69
What's Changed
- feat: code clean by @zhiyuan8 in #992
- feat: update libs by @zhiyuan8 in #993
- feat: update demo dependencies by @zhiyuan8 in #994
- chore(runner): code refactor by @RemiliaForever in #995
- feat: code clean by @zhiyuan8 in #996
- feat : bump up bridge for yolo-v26 by @zhiyuan8 in #997
Full Changelog: v0.2.68...v0.2.69
v0.2.68
What's Changed
- feat(store): support specify data dir by @RemiliaForever in #932
- feat(doc): add zh version by @RemiliaForever in #936
- feat: add 1st trending github repo recognition by @zhiyuan8 in #939
- feat update docs by @zhiyuan8 in #940
- feat: License refactor by @zhiyuan8 in #947
- feat : Nexa AI add license header by @zhiyuan8 in #948
- feat: Demo refactor by @zhiyuan8 in #949
- Added ReadME for solutions by @alanzhuly in #950
- feat(update): add chunked downloading with concurrency by @mengshengwu in #942
- feat: add ios nexasdk readme by @YangXianda007 in #951
- feat: update linux SDK links by @zhiyuan8 in #956
- update sdk to 0.0.16 by @nfl-nexa in #957
- refactor: remove dependency on hashicorp/go-version and implement custom version comparison logic by @mengshengwu in #961
- fix: irrelevant response by @nfl-nexa in #960
- feat: check disk space by @RemiliaForever in #962
- fix ocr crash by @nfl-nexa in #965
- fix(cli): print profile dash by @RemiliaForever in #966
- feat: add Docker build support to Makefile by @mengshengwu in #964
- feat: update license by @zhiyuan8 in #969
- feat(cookbook): add LangChain integration example and documentation by @mengshengwu in #968
- feat: update documentation by @zhiyuan8 in #970
- fix quick-start by @nfl-nexa in #971
- feat(cli): add verbose global flags by @RemiliaForever in #973
- feat : update bridge version by @zhiyuan8 in #975
- Update README.md by @alanzhuly in #974
- feat: update bridge version by @zhiyuan8 in #976
- feat(cookbook): video rag with docker autoneural by @mengshengwu in #967
- refactor(model_hub): replace sync.WaitGroup with errgroup for concurrent downloads by @mengshengwu in #979
- feat: use self implement readline by @RemiliaForever in #983
- feat(downloader): add retry mechanism for model downloads by @mengshengwu in #982
- docs(README_zh): update content and formatting for clarity and consistency by @mengshengwu in #986
- feat: update license and Android demo code by @zhiyuan8 in #987
- feat: remove migrate by @RemiliaForever in #990
- chore: only create output image for cv inference if there are meaning… by @vinovo in #984
- chore: bump up bridge version and improve error message for output image write failure by @vinovo in #985
- fix: version parsing when -rc is in curVersion by @vinovo in #991
Full Changelog: v0.2.65...v0.2.68
v0.2.67
v0.2.66
What's Changed
- feat(store): support specify data dir by @RemiliaForever in #932
- feat(doc): add zh version by @RemiliaForever in #936
- feat: add 1st trending github repo recognition by @zhiyuan8 in #939
- feat update docs by @zhiyuan8 in #940
- feat: License refactor by @zhiyuan8 in #947
- feat : Nexa AI add license header by @zhiyuan8 in #948
- feat: Demo refactor by @zhiyuan8 in #949
- Added ReadME for solutions by @alanzhuly in #950
- feat(update): add chunked downloading with concurrency by @mengshengwu in #942
- feat: add ios nexasdk readme by @YangXianda007 in #951
- feat: update linux SDK links by @zhiyuan8 in #956
- update sdk to 0.0.16 by @nfl-nexa in #957
- refactor: remove dependency on hashicorp/go-version and implement custom version comparison logic by @mengshengwu in #961
- fix: irrelevant response by @nfl-nexa in #960
- feat: check disk space by @RemiliaForever in #962
- fix ocr crash by @nfl-nexa in #965
- fix(cli): print profile dash by @RemiliaForever in #966
- feat: add Docker build support to Makefile by @mengshengwu in #964
- feat: update license by @zhiyuan8 in #969
- feat(cookbook): add LangChain integration example and documentation by @mengshengwu in #968
- feat: update documentation by @zhiyuan8 in #970
- fix quick-start by @nfl-nexa in #971
- feat(cli): add verbose global flags by @RemiliaForever in #973
Full Changelog: v0.2.65...v0.2.66
v0.2.65
What's Changed
- chore(ssl): remove unmaintained grok code by @RemiliaForever in #917
- fix(run): add ngl and nctx in warmup request by @RemiliaForever in #920
- feat(github): add issue template by @RemiliaForever in #923
- fix(github): model_request by @RemiliaForever in #924
- refactor: python nexaai API examples by @mengshengwu in #900
- feat: add AddGenerationPrompt field to LlmApplyChatTemplateInput by @mengshengwu in #926
- feat(cv): support draw mask by @RemiliaForever in #928
- fix(linux): add libgomp1 warning by @RemiliaForever in #930
- bump up bridge version for new models by @zhiyuan8 in #935
Full Changelog: v0.2.64...v0.2.65
v0.2.64
What's Changed
- feat: jupter notebook for autoneural by @mengshengwu in #906
- Feat/xianda/update readme by @YangXianda007 in #896
- Update README.md by @zhiyuan8 in #907
- feat: update readme by @zhiyuan8 in #908
- feat: functioncall demo with NexaAI/OmniNeural-4B by @mengshengwu in #909
- feat: add current time event handle by @YangXianda007 in #910
- remove: delete swift package configuration files by @YangXianda007 in #911
- feat : add Android sdk demo with granite and more models by @zhiyuan8 in #912
- Feat/xianda/agent demo on linux by @YangXianda007 in #894
- feat : update bridge by @zhiyuan8 in #913
- feat: enhance function calling with nested schema support and improved parameter formatting by @mengshengwu in #914
Full Changelog: v0.2.63...v0.2.64