From 737bbba43330ffb4b81a0e8c2f4d2da438f12a58 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:12:38 -0500 Subject: [PATCH] fix(ttsreader): keep align model cache writable --- .../fc-ttsreader/deployment-ttsreader-align.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps-gx10/fc-ttsreader/deployment-ttsreader-align.json b/apps-gx10/fc-ttsreader/deployment-ttsreader-align.json index 2b9caaf..9f9fc99 100644 --- a/apps-gx10/fc-ttsreader/deployment-ttsreader-align.json +++ b/apps-gx10/fc-ttsreader/deployment-ttsreader-align.json @@ -47,6 +47,22 @@ "name": "WHISPER_CACHE_DIR", "value": "/models" }, + { + "name": "HF_HOME", + "value": "/models/huggingface" + }, + { + "name": "HF_HUB_CACHE", + "value": "/models/huggingface/hub" + }, + { + "name": "XDG_CACHE_HOME", + "value": "/models/.cache" + }, + { + "name": "HF_HUB_DISABLE_XET", + "value": "1" + }, { "name": "WHISPER_DEVICE", "value": "cpu"