01-server: deepseek-ocr + embeddings in ollama, whisper.cpp STT server #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ollama-models-whisper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Model stack expansion on the k3s master node:
ollama (
loadModels):deepseek-ocr— 3B OCR vision-language model, official ollama library tag (ollama run deepseek-ocr), converts documents/tables/handwriting to markdown with optional groundingnomic-embed-text— 274MB embeddings model for automation/RAG toolingwhisper.cpp STT server (new systemd service):
whisper-cpp1.8.5 (in pinned nixpkgs) ships both the server and the model downloader/v1/audio/transcriptionson :8000, small model fetched on first start, CPU inference (no GPU contention with ollama), DynamicUser + hardened unitValidated:
nix build .#nixosConfigurations.the k3s master node.config.system.build.toplevelexit 0.Caveat: deepseek-ocr needs llama.cpp VLM support in the ollama 0.32.3 pin (b9509); if
ollama run deepseek-ocrfails at runtime with an arch error, we'll pull the GGUF route instead.