From 729376da5507c99f57de4d8faffeb920566f29a4 Mon Sep 17 00:00:00 2001 From: Disty0 Date: Sat, 13 Jan 2024 00:52:46 +0300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a35770bb..fd2225fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,12 +126,16 @@ However, fixes random memory leaks - remove IPEX / Torch 2.0 specific hijacks - add `IPEX_SDPA_SLICE_TRIGGER_RATE` and `IPEX_ATTENTION_SLICE_RATE` env variables + - fix lock-ups at very high resolutions - **OpenVINO**, thanks @disty0 - **4-bit support with NNCF** enable *Compress Model weights with NNCF* from *Compute Settings* and set a 4-bit NNCF mode 4-bit and 8-bit with OpenVINO is CPU only for now - experimental support for *Text Encoder* compiling OpenVINO is faster than IPEX now + - add device selection to `Compute Settings` + selecting multiple devices will use `HETERO` device + - remove `OPENVINO_TORCH_BACKEND_DEVICE` env variable - reduce system memory usage after compile - fix cache loading with multiple models - **fixes**