6 Downloads Updated 7 hours ago
ollama run bigsk1/jarvis-helper:minicpm5-1b-q4_k_m-v1
Jarvis Helper is a versioned Ollama package of OpenBMB MiniCPM5-1B, configured for lightweight, local helper tasks in Jarvis Voice.
It is intended for short, bounded workloads such as progress phrases, metadata summaries, and other internal text transformations without consuming the primary cloud or local chat model.
ollama pull bigsk1/jarvis-helper:minicpm5-1b-q4_k_m-v1
ollama run bigsk1/jarvis-helper:minicpm5-1b-q4_k_m-v1
This is a packaging and configuration of the upstream OpenBMB model. It is not a separately trained foundation model.
Jarvis currently uses this model as an optional provider for:
Each role is explicitly enabled. The helper remains independent of Jarvis’s primary chat, vision, and embedding models.
The Q4_K_M model is small enough to run on CPU-only Ollama installations. Ollama can also use available GPU acceleration automatically.
Jarvis exposes a separate device setting:
JARVIS_HELPER_LLM_DEVICE="auto"
Set it to cpu to force CPU inference.
JARVIS_HELPER_LLM_BASE_URL="http://127.0.0.1:11434"
JARVIS_HELPER_LLM_MODEL="bigsk1/jarvis-helper:minicpm5-1b-q4_k_m-v1"
STATUS_LLM_PROVIDER=helper
STASH_SUMMARIZE_LLM_PROVIDER=helper
TEXT_SUMMARIZER_LLM_PROVIDER=helper
Jarvis users can install the configured model with:
./bin/setup-helper-llm --mode cloud
Replace cloud with local when configuring local mode.
This is a compact 1B-parameter helper model. It is not intended to replace a larger primary chat model.
It is not recommended for:
Instruction following can vary, particularly for complex schemas and classification tasks. Applications should validate structured output and retain deterministic or primary-model fallbacks.
The minicpm5-1b-q4_k_m-v1 tag identifies this Jarvis packaging release.
Future model or configuration changes will use a new versioned tag rather than
requiring users to manage model digests manually.
MiniCPM5 was developed by OpenBMB. Jarvis Helper packages the official Q4_K_M GGUF for convenient Ollama installation and Jarvis integration.