26 lines
703 B
Markdown
26 lines
703 B
Markdown
---
|
|
description: Check model cache and offline-readiness assumptions for Marker, Nougat, and Hugging Face assets.
|
|
argument-hint: [cache-path-or-empty]
|
|
allowed-tools: [Read, Bash]
|
|
---
|
|
|
|
# /model-cache-check
|
|
|
|
## Arguments
|
|
|
|
The user invoked this command with: $ARGUMENTS
|
|
|
|
## Workflow
|
|
|
|
1. Read `AGENTS.md`, `docs/TOOLCHAIN.md`, `docs/ARCHITECTURE.md`, and `docs/CONVERSION_POLICY.md`.
|
|
2. Inspect relevant environment variables and common Hugging Face cache paths.
|
|
3. Check whether local cache paths are explicit enough for offline execution.
|
|
4. Do not download model weights unless the user explicitly asks.
|
|
|
|
## Output
|
|
|
|
- **Cache Paths**
|
|
- **Offline Readiness**
|
|
- **Missing Assets**
|
|
- **Documentation Gaps**
|