From 0cf6f0ea569f95e7d7c624d6d16448b9518ae9d3 Mon Sep 17 00:00:00 2001 From: Disty0 Date: Fri, 5 Jan 2024 03:12:12 +0300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 037a7a453..1c98eeb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,9 @@ And it also includes fixes for all reported issues so far > pip install -U --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 > pip install -U git+https://github.com/pytorch-labs/ao - **IPEX**, thanks @disty0 - - better compile support + - rewrite ipex hijacks without CondFunc + improves compatibilty and performance + fixes random memory leaks - remove IPEX / Torch 2.0 specific hijacks - add `IPEX_SDPA_SLICE_TRIGGER_RATE` and `IPEX_ATTENTION_SLICE_RATE` env variables - **Fixes**