docs(skill): add note that model weights are not stored in repo

Model weights (~800 MB) download on-demand from HuggingFace when skill
is first used. Preflight checker ensures sufficient resources before
any download begins.
This commit is contained in:
Clayton Young
2026-02-21 15:33:09 -05:00
parent c7c5bc21ff
commit 88300014e2

View File

@@ -67,6 +67,10 @@ This script checks:
4. **Python version** — requires 3.10+ 4. **Python version** — requires 3.10+
5. **Existing installation** — checks if `timesfm` and `torch` are installed 5. **Existing installation** — checks if `timesfm` and `torch` are installed
> **Note:** Model weights are **NOT stored in this repository**. TimesFM weights (~800 MB)
> download on-demand from HuggingFace on first use and cache in `~/.cache/huggingface/`.
> The preflight checker ensures sufficient resources before any download begins.
```mermaid ```mermaid
flowchart TD flowchart TD
accTitle: Preflight System Check accTitle: Preflight System Check