Skip to content

Releases: EmbeddedLLM/embeddedllm

v0.3.1

30 Sep 01:50
d695bca
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Highlights

  1. Support Llama-3.2, Llama-3.1, Llama-3, Llama-2, Gemma2
  2. 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

09 Aug 06:04
501ab10
Compare
Choose a tag to compare
v0.2.1a Pre-release
Pre-release

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

02 Aug 07:26
010fb71
Compare
Choose a tag to compare
v0.2.0a Pre-release
Pre-release
[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]>

v0.1.0

02 Aug 02:01
7ed931f
Compare
Choose a tag to compare
Merge pull request #10 from EmbeddedLLM/szeyu-patch-1

Update README.md