dsh-plugin-local-model
Run the following command in DeepSeek Harness:
dsh plugin install DZQJOKER/dsh-plugin-local-model
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install DZQJOKER/dsh-plugin-local-model in your terminal; source code at https://github.com/DZQJOKER/dsh-plugin-local-model
About this plugin
Running a local GGUF model inside DeepSeek Harness used to mean manually spawning llama-server, babysitting VRAM, and retyping a wall of flags every time you wanted different sampling. This plugin folds all of that into a single settings panel: the very first message auto-loads the model via llama.cpp, and after five minutes of silence it unloads cleanly and frees the GPU. No lifecycle scripting on your side.
On the parameter front, the plugin surfaces more than a dozen settings including KV cache strategy, the full sampling set, vision projection, Multi-Token speculative decoding, and reasoning level, each with its default, a human-readable note, and a one-click restore. The named parameter presets pinned at the top of the panel let you save a whole parameter bundle under a label and switch between them instantly, while environment-level items like ports, directories, and keys stay untouched. When VRAM is tight, the default auto GPU-layer mode lets llama.cpp fit layers to available memory instead of forcing an OOM.
It suits developers who want a local LLM as a daily driver inside dsh without leaving their workflow: you place your own llama binaries and GGUF files into the designated folders, and the plugin never fetches models over the network, never reads workspace files, and never listens on anything but the local loopback. Whether you are A/B-testing quants, dialing in sampling, or toggling reasoning on a thinking model, it is a few clicks in the panel, no terminal required.
Screenshots
Use Cases
- Run a local LLM inside dsh without a separate terminal for llama-server
- A/B test quants and sampling parameters by switching named preset bundles
- Auto-frees VRAM after five idle minutes so other apps can use the GPU
Best For
- Developers who want a local LLM in dsh without manual process management
- Privacy-focused users who keep inference entirely on their machine
- LLM enthusiasts who frequently experiment with quants, sampling, and reasoning levels
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.