Releases: qualcomm/GenieX
Releases · qualcomm/GenieX
Release list
v0.2.59
What's Changed
- update bridge version by Zack Li (@zhiyuan8) in #858
- fix(ci): use new plugin name in bridge by RemiliaForever (@RemiliaForever) in #861
Full Changelog: v0.2.58...v0.2.59
v0.2.58
What's Changed
- fix: Replace TryLock with blocking Lock in GIL middleware to prevent 429 errors by Eric Lamartinie (@artik0din) in #834
- feat : code refactor for v0.0.10 android SDK by Zack Li (@zhiyuan8) in #839
- feat: Add WebP image format support for Qwen3 VL models by Eric Lamartinie (@artik0din) in #838
- feat: update embedding prints by Zack Li (@zhiyuan8) in #840
- Feat/nfl/change exception msg by nfl-nexa in #841
- update nexa android sdk by nfl-nexa in #843
- feat: update dependendies by Zack Li (@zhiyuan8) in #848
- chore: Update BRIDGE_VERSION to v1.0.28-rc6 by Mengsheng Wu (@mengshengwu) in #850
- feat(README): add linux uninstall steps by RemiliaForever (@RemiliaForever) in #852
- feat: support npu for image search by Zack Li (@zhiyuan8) in #854
New Contributors
- Eric Lamartinie (@artik0din) made their first contribution in #834
Full Changelog: v0.2.57...v0.2.58
v0.2.57
What's Changed
- fix: windows x64 notebook by Paul Zhu (@vinovo) in #821
- feat: add example for npu diarization by Paul Zhu (@vinovo) in #822
- fix: typo in arm64 notebook by Paul Zhu (@vinovo) in #824
- chore: Update BRIDGE_VERSION to v1.0.28-rc1 by Mengsheng Wu (@mengshengwu) in #825
- chore: Update BRIDGE_VERSION to v1.0.28-rc5 by Mengsheng Wu (@mengshengwu) in #826
- feat: refactor sdk binding doc architecture by Zack Li (@zhiyuan8) in #827
- feat: add android App for nexaSDK by Zack Li (@zhiyuan8) in #828
- feat: update readme for better onboarding tutrorials by Zack Li (@zhiyuan8) in #829
- fix(android): add missing model_list.json by RemiliaForever (@RemiliaForever) in #830
- fix(android): vlm pass image by RemiliaForever (@RemiliaForever) in #831
Full Changelog: v0.2.56...v0.2.57
v0.2.56
What's Changed
- fix: mlx plugin id in macos notebook example by Paul Zhu (@vinovo) in #814
- docs: update README to include supported models by backend by Mengsheng Wu (@mengshengwu) in #815
- feat(server): add cors support by RemiliaForever (@RemiliaForever) in #816
- feat: add support for linux package
--extract-onlyby Mengsheng Wu (@mengshengwu) in #819 - feat : add bridge version by Zack Li (@zhiyuan8) in #820
Full Changelog: v0.2.55...v0.2.56
v0.2.55
What's Changed
- Add Vote Next Model and Local Model Import to ReadME by Alan Zhu (@alanzhuly) in #806
- Feat/xianda/multi-platform by YangXianda007 in #810
- qwen3vl-demo by YangXianda007 in #807
- chore: bump up bridge version to 1.0.24-rc3 by Paul Zhu (@vinovo) in #813
Full Changelog: v0.2.54...v0.2.55
v0.2.54
What's Changed
- feat: add more npu testcases by ximing-crypto in #748
- add requirements.txt and update readme by YangXianda007 in #758
- fix: fix audio path generated by /mic by Paul Zhu (@vinovo) in #761
- fix: vlm image input by Mengsheng Wu (@mengshengwu) in #756
- feat: add cv doc by Mengsheng Wu (@mengshengwu) in #760
- refactor: optimize doc for prepare python by Mengsheng Wu (@mengshengwu) in #765
- Fix: Handle array of content parts for messages by Víctor Navarro Aránguiz (@Vokturz) in #772
- refactor(completion): support more openai chat msg type by Mengsheng Wu (@mengshengwu) in #774
- feat: add notebook for mac and win(x64) by Mengsheng Wu (@mengshengwu) in #769
- fix: Add function tool definitions and update prompts for agent by YangXianda007 in #771
- feat(run): align to infer by RemiliaForever (@RemiliaForever) in #757
- chore: add tutorial video to notebook by Paul Zhu (@vinovo) in #778
- fix(serve): keepalive model name missing quant by RemiliaForever (@RemiliaForever) in #777
- fix(repl): align mic immediate by RemiliaForever (@RemiliaForever) in #779
- refactor(embedder): use 2d arrays for ouput by Mengsheng Wu (@mengshengwu) in #775
- feat(tests): add run test by RemiliaForever (@RemiliaForever) in #781
- fix(serve): vlm nonblocking missing image max length by RemiliaForever (@RemiliaForever) in #782
- fix(serve): vlm response missing role by RemiliaForever (@RemiliaForever) in #783
- added builder bounty program by Alan Zhu (@alanzhuly) in #785
- chore: suppress hf warnings by Paul Zhu (@vinovo) in #784
- chore: update BRIDGE_VERSION to v1.0.24-rc1 by Mengsheng Wu (@mengshengwu) in #786
- refactor readme by YangXianda007 in #787
- Fix image path in Python Binding Example README by Zack Li (@zhiyuan8) in #789
- chore: correctly pass npu system prompts for pybind in demos by Paul Zhu (@vinovo) in #790
- rag-demo by YangXianda007 in #791
- feat:update README files and add requirements for demos by YangXianda007 in #793
- fix(update): optmise version check by RemiliaForever (@RemiliaForever) in #792
- feat: aligin latest serve api by Mengsheng Wu (@mengshengwu) in #788
- feat: update model name by YangXianda007 in #796
- feat: support qwen3-8b by Zack Li (@zhiyuan8) in #798
- fix(model_hub): download error handle by RemiliaForever (@RemiliaForever) in #799
- fix(tests): serve not stopped by RemiliaForever (@RemiliaForever) in #802
- fix(completion): change
choicesfrom null to [] for compatibility with some OpenAI-compatible API clients, such as Cherry Studio by wenyifancc in #801 - fix(serve): vlm panic on generate failed by RemiliaForever (@RemiliaForever) in #804
New Contributors
- Víctor Navarro Aránguiz (@Vokturz) made their first contribution in #772
- wenyifancc made their first contribution in #801
Full Changelog: v0.2.53...v0.2.54
v0.2.53
What's Changed
- feat : improve agentic demo by Zack Li (@zhiyuan8) in #727
- nexa-cli: print success message after download completes in nexa pull by ximing-crypto in #719
- feat: support diarization models by Paul Zhu (@vinovo) in #730
- docs: update README with installation instructions for arm64 on Linux by Mengsheng Wu (@mengshengwu) in #732
- feat(model): list quant only with cpu_gpu/metal plugin by RemiliaForever (@RemiliaForever) in #734
- chore: align modal order and flags by RemiliaForever (@RemiliaForever) in #735
- chore: align enable think param by RemiliaForever (@RemiliaForever) in #737
- feat: update makefile by Zack Li (@zhiyuan8) in #741
- feat: update demo by Zack Li (@zhiyuan8) in #728
- Fix/agentic demo by YangXianda007 in #733
- refactor: python example by Mengsheng Wu (@mengshengwu) in #742
- feat(model): support pull args type and quant by RemiliaForever (@RemiliaForever) in #740
- feat: support mic for diarization by Paul Zhu (@vinovo) in #747
- fix(model): print error msg when choose quant failed by RemiliaForever (@RemiliaForever) in #744
- fix(tests): replace colon for windows filename by RemiliaForever (@RemiliaForever) in #749
- feat(tests): improve by RemiliaForever (@RemiliaForever) in #751
- feat(notebook): new loc and update token doc by Mengsheng Wu (@mengshengwu) in #750
- chore(tests): optmis print by RemiliaForever (@RemiliaForever) in #752
- docs(readme): update Python version requirements for SDK compatibility by Mengsheng Wu (@mengshengwu) in #754
- chore: Update BRIDGE_VERSION to v1.0.22 by Mengsheng Wu (@mengshengwu) in #755
- pybinding examples by YangXianda007 in #753
New Contributors
- ximing-crypto made their first contribution in #719
Full Changelog: v0.2.52...v0.2.53
v0.2.52
What's Changed
- chore: bump up bridge version to 1.0.21-rc8 by Paul Zhu (@vinovo) in #718
- fix(infer): get input only print file name by RemiliaForever (@RemiliaForever) in #716
- feat: refactor python and add npu doc by Mengsheng Wu (@mengshengwu) in #708
- Update ReadME by Alan Zhu (@alanzhuly) in #714
- update bridge version by Zack Li (@zhiyuan8) in #720
- feat(npu.ipynb): add ASR example and update Python version requirement by Mengsheng Wu (@mengshengwu) in #721
- Feat/agent granite by YangXianda007 in #717
- feat : bridge checkin by Zack Li (@zhiyuan8) in #725
- dependency checkin by Zack Li (@zhiyuan8) in #726
Full Changelog: v0.2.50...v0.2.52
v0.2.50
What's Changed
- feat(tests): init script by RemiliaForever (@RemiliaForever) in #674
- refactor: remove unused test files and clean up code by Mengsheng Wu (@mengshengwu) in #679
- Update README with Qwen3-VL by Zack Li (@zhiyuan8) in #678
- Upload RAG with Qwen3vl by Maokun Zhang (@MaokunZhang) in #686
- Add retrieved evidence on ui by Maokun Zhang (@MaokunZhang) in #687
- Update README with correct Nexa commands by Zack Li (@zhiyuan8) in #690
- refactor: add nctx and max-tokens by Mengsheng Wu (@mengshengwu) in #689
- Agent-Qwen3VL demo by Jisen Li (@mtilyxuegao) in #693
- fix(server): add multi content part support by RemiliaForever (@RemiliaForever) in #695
- fix(postinstall): ensure /usr/local/bin exists before creating symbolic link for Nexa CLI by Mengsheng Wu (@mengshengwu) in #694
- chore: bump up nexa bridge version to v1.0.21-rc4 by Paul Zhu (@vinovo) in #706
- chore: Update README to simplify bridge library instructions by Mengsheng Wu (@mengshengwu) in #696
- feat : update bridge version by Zack Li (@zhiyuan8) in #709
- feat: add NPU inference examples notebook for NexaAI SDK by Mengsheng Wu (@mengshengwu) in #710
New Contributors
- Jisen Li (@mtilyxuegao) made their first contribution in #693
Full Changelog: v0.2.49...v0.2.50
v0.2.49
What's Changed
- chore: Update BRIDGE_VERSION to v1.0.19-rc19 by Mengsheng Wu (@mengshengwu) in #677
Full Changelog: v0.2.48...v0.2.49