add files
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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**
|
||||
Reference in New Issue
Block a user