Skip to content

Commit cefe3db

Browse files
committed
release v0.1.0.1
1 parent 85e3500 commit cefe3db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@
2121

2222
## Latest News 🔥
2323

24+
- Support SYCL backend for Intel GPU on Windows
25+
- Support GPU acceleration for FLUX and other Computer Vision models
2426
- Optimize the benchmark system for GGUF benchmark evaluation, now **at least 50x faster** than lm-eval-harness in GGUF benchmark with 8 workers:
2527
`nexa eval <model_path> --tasks gpqa --num_workers 8`
2628
- Support Nexa AI's own vision language model (0.9B parameters): `nexa run omniVLM` and audio language model (2.9B parameters): `nexa run omniaudio`
2729
- Support audio language model: `nexa run qwen2audio`, **we are the first open-source toolkit to support audio language model with GGML tensor library.**
30+
- Support Android Kotlin binding for local inference on **Android** devices.
2831
- Support iOS Swift binding for local inference on **iOS mobile** devices.
2932
- Support embedding model: `nexa embed <model_path> <prompt>`
3033
- Support pull and run supported Computer Vision models in GGUF format from HuggingFace or ModelScope: `nexa run -hf <hf_model_id> -mt COMPUTER_VISION` or `nexa run -ms <ms_model_id> -mt COMPUTER_VISION`

nexa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0.0"
1+
__version__ = "0.1.0.1"

0 commit comments

Comments
 (0)