diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb8c635c..da88ed581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ And if you're a ROCm user, this release brings much faster compile times on Linu - Faster inference with support for `torch.triton` up to 3.5x faster with INT4 and 2x faster with INT8 - New settings: *NNCF -> Group size* - default is a balance between performance (lower settings) and quality (larger setting) + default is a balance between performance (higher size) and quality (lower size) + 0 is default at 64, -1 disables grouping - **ZLUDA**: - *warning*: AMD Adrenaline 25.5.1 drivers are NOT COMPATIBLE with ZLUDA see [issue](https://github.com/vladmandic/sdnext/issues/3918) for details diff --git a/requirements.txt b/requirements.txt index ce264dcb8..663999c1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ accelerate==1.6.0 opencv-contrib-python-headless==4.9.0.80 einops==0.4.1 gradio==3.43.2 -huggingface_hub==0.30.2 +huggingface_hub==0.31.1 numexpr==2.10.2 numpy==1.26.4 numba==0.61.2