Host Machine Models
Use GGUF models stored on your computer's local disk.
Overview
Host machine models are GGUF models stored on your computer (not on the Docket USB). This is useful when:
- You have large models that won't fit on the USB
- You want faster loading from an SSD
- You already have a collection of GGUF models
Adding Host Models
Step 1: Open the Models Page
- Click Models in the sidebar
- Select the Local Models tab
Step 2: Add a Model
- Click Add Model
- Use the file browser to select a
.gguffile - The model is added to your registry
Step 3: Load and Use
- Select the model
- Click Load
- Start chatting
How It Works
- Model files stay on your computer's disk
- Docket remembers the file path
- The model is loaded through llama-server
Machine-Specific
Host models are tied to the specific computer:
- Adding a model on your desktop won't make it appear on your laptop
- The registry tracks which hostname added each model
- If you move the file, you'll need to update the path
Managing Host Models
Rename a Model
- Click on the model
- Click Rename
- Enter a new display name
Update Path
If you move a model file:
- Click on the model
- Click Edit Path
- Browse to the new location
Remove from Registry
- Click on the model
- Click Remove
note
Removing a model from Docket does not delete the file from your computer.
llama-server Fallback
Docket uses a fallback chain to find llama-server:
- Docket USB —
core/bin/llama-serveron the USB drive - Custom Path — A path you configure in settings
- System PATH —
llama-serveravailable system-wide
This means you can use host models even when:
- The Docket USB is not connected
- You want to use your own llama-server build
Set Custom llama-server Path
- Go to Settings
- Find llama-server Path
- Enter the path to your llama-server executable
Availability Tracking
Docket checks if host model files still exist:
- Available — File exists at the registered path
- Unavailable — File not found (moved or deleted)
If a model shows as unavailable:
- Check if the file was moved
- Update the path if needed
- Remove the model if you deleted the file
Tips
- Store models on an SSD for fastest loading
- Use descriptive names when adding models
- Keep track of where you store model files
- Regularly check model availability if you reorganize files
Limitations
- Only GGUF format is supported
- One model can be loaded at a time (same as USB models)
- File must be accessible when you want to load the model