load_model
Load the ViT world-model encoder into memory to enable faster anomaly detection inference. Call this first to prepare the default pre-trained tiny model, reducing latency for subsequent tools.
Instructions
Load the ViT world-model encoder into memory. Call this before other tools for faster inference. Defaults to a tiny pretrained ViT (hidden_size=192, 3 layers, patch_size=16).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpoint | No | Optional path to a local model checkpoint directory. Omit to use the default tiny ViT. |