From c026c92bd0c1236f947ac212565b15a33ba1b4e7 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Mon, 13 Apr 2026 11:27:57 -0700 Subject: [PATCH] Updated README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bfa3dd5..d97b258 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,18 @@ For periodic maintenance, I recommend using a filter: `docker builder prune --fi ## CHANGELOG +### 2026-04-12 + +#### Drop-caches mod for Qwen3.5-397B + +Updated Qwen3.5-397B recipe (for dual node configuration) to use the new mod `mods/drop-caches` which clears filesystem caches every minute while the container is running, resolving fastsafetensors getting stuck during loading and a few other bugs when operating close to max memory limit. + +### 2026-04-11 + +#### Pinned PyTorch Version + +Pinned PyTorch to version 2.11.0 (previously using nightly builds) to fix incompatibility with transformers 5.x and avoid torch version mismatch in builds. + ### 2026-04-02 A new recipe for Gemma4-26B-A4B in "on-the-fly" FP8 quantization: