Releases: EmbeddedLLM/embeddedllm
Releases · EmbeddedLLM/embeddedllm
v0.3.1
Highlights
- Support Llama-3.2, Llama-3.1, Llama-3, Llama-2, Gemma2
- Support Vision Language Model: Phi-3-Vision
Updates
[BUG] Fix pydantic bug which causes the PyInstaller Binary to fail to run @tjtanaa
[FEAT] [DirectML] Upgrade to onnxruntime-directml==0.4.0 @szeyu
[FEAT] [OpenVINO] Support latest OpenVINO version @szeyu
[FEAT] Support OpenVINO Phi3 Vision Model @szeyu
[FEAT] Enhance Chat UI Model List @szeyu
v0.2.1a
What's Changed
- [FEATURE] [IPEX-LLM] [BUG FIX] Add IPEX-LLM Pyinstaller Steps by @tjtanaa in #13
- [DOC] Enhance Documentation on Usage of Prebuilt Executable by @tjtanaa in #15
- [BUG] Verify v0.2 IPEX-LLM Support and Hotfix by @tjtanaa in #16
- [Win] [Pyinstaller] [OpenVINO] Add OpenVINO Support by @tjtanaa @noobHappylife in #21
- [BUG] [Pyinstaller] [IPEX-LLM] Missing dependencies during IPEX-LLM Pyinstallation Process by @tjtanaa in #22
Full Changelog: v0.1.0...v0.2.1a
v0.2.0a
[Win] [Pyinstaller] [OpenVINO] Add OpenVINO Support (#21) ## ADDED Engine - Added OpenVINO support. #19 ### CHANGES / FIXES Ipex-LLM Engine - Model generation does not adhere to the max_tokens params. #20 --------- Co-authored-by: tjtanaa <[email protected]> Co-authored-by: yhcheong <[email protected]>