Instructions to use motgame/public_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use motgame/public_models with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use motgame/public_models with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf motgame/public_models:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf motgame/public_models:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf motgame/public_models:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf motgame/public_models:UD-Q4_K_XL
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf motgame/public_models:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf motgame/public_models:UD-Q4_K_XL
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf motgame/public_models:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf motgame/public_models:UD-Q4_K_XL
Use Docker
docker model run hf.co/motgame/public_models:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use motgame/public_models with Ollama:
ollama run hf.co/motgame/public_models:UD-Q4_K_XL
- Unsloth Studio
How to use motgame/public_models with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for motgame/public_models to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for motgame/public_models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for motgame/public_models to start chatting
- Pi
How to use motgame/public_models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf motgame/public_models:UD-Q4_K_XL
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "motgame/public_models:UD-Q4_K_XL" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use motgame/public_models with Docker Model Runner:
docker model run hf.co/motgame/public_models:UD-Q4_K_XL
- Lemonade
How to use motgame/public_models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull motgame/public_models:UD-Q4_K_XL
Run and chat with the model
lemonade run user.public_models-UD-Q4_K_XL
List all available models
lemonade list
- Hermes Agent
How to use motgame/public_models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf motgame/public_models:UD-Q4_K_XL
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default motgame/public_models:UD-Q4_K_XL
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use motgame/public_models with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf motgame/public_models:UD-Q4_K_XL
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "motgame/public_models:UD-Q4_K_XL" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
🚀 Local AI Model Hub: Quantized LLMs, OCR Vision, RAG & Audio AI Ecosystem
📌 Overview
Welcome to the ultimate Local AI Model Repository. This repo provides a highly optimized, categorized collection of quantized Large Language Models (LLMs), Multimodal Vision Models, and state-of-the-art Audio AI models.
Everything here is engineered for offline deployment, low-VRAM hardware, edge computing, and privacy-first local workflows.
📂 Model Recommendations & Use-Cases (Best For...)
To streamline your local deployment, models are strictly categorized by their specialized engineering strengths:
👁️ 1. BEST FOR: Local OCR & Document Processing (Vision-Language)
- Ministral 3B Instruct:
Ministral-3-3B-Instruct-2512-BF16-mmproj.gguf&Ministral-3-3B-Instruct-2512-Q8_0.gguf- 🎯 Best For: Local OCR (Optical Character Recognition), structured text extraction from images, document/invoice parsing, and multimodal visual analysis. (Note: Must load the
.mmprojfile alongside the model weight to enable Vision capabilities).
- 🎯 Best For: Local OCR (Optical Character Recognition), structured text extraction from images, document/invoice parsing, and multimodal visual analysis. (Note: Must load the
- NuExtract 3: (
NuExtract3-Q4_K_M.gguf||NuExtract3-Q8_0.gguf) && mmproj-NuExtract3-BF16.gguf- 🎯 Best For: Converting unstructured OCR raw text or documents into strictly structured, valid JSON outputs.
🗄️ 2. BEST FOR: Vector DB Querying & RAG (Retrieval-Augmented Generation)
- Llama 3 8B:
llama-3-8b.q4_K_M.gguf- 🎯 Best For: Vector Database querying, processing context windows in RAG pipelines, semantic search synthesis, and acting as the core reasoning engine for local knowledge bases (Chroma, Pinecone, Qdrant, PGVector).
- BAAI BGE M3:
models--BAAI--bge-m3- 🎯 Best For: High-accuracy multilingual text embeddings to populate your local Vector DB before querying.
🤖 3. BEST FOR: General Chat & Standard LLM Tasks
- Qwen 3.5 9B (Standard):
Qwen3.5-9B-Q5_K_S.bpw.gguf- 🎯 Best For: General-purpose conversation, advanced multi-lingual reasoning, text summarization, and acting as a standard, well-aligned conversational assistant.
- Gemma 4 (Core & MTP Draft Pairs):
- 📱 The 2B Active Pair:
gemma-4-E2B-it-qat-ud-Q4_K_XL.ggufmust be paired withmtp-gemma-4-E2B-it-Q4_0.ggufas its dedicated draft model to accelerate token generation speed. - 🧠 The 4B Standalone:
gemma-4-E4B-it-Q4_K_M.gguf(Run independently for deeper cognitive tasks, or pair it with its corresponding 4B MTP draft file). - 🎯 Best For: Native hardware evaluation utilizing Google's latest quantized and Multi-Token Prediction (MTP) architectures for up to 2x faster local inference.
🔓 4. BEST FOR: Uncensored Chat & CyberSecurity Coding
- Qwen 3.5 9B (Uncensored):
Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf- 🎯 Best For: Boundless, unrestricted conversational tasks, open-ended creative writing, and complex multi-turn code generation.
- WhiteRabbitNeo:
WhiteRabbitNeo-V3-7B-Q4_K_M.gguf- 🎯 Best For: Specialized offensive/defensive cybersecurity operations, log analysis, and malware code debugging.
🎙️ 5. BEST FOR: Speech AI (Audio Processing)
- Faster-Whisper:
models--Systran--faster-whisper-large-v3&models--deepdml--faster-whisper-large-v3-turbo-ct2- 🎯 Best For: Automatic Speech Recognition (ASR / STT). Offers blazing-fast, state-of-the-art transcription for English, Vietnamese, and multilingual speech.
- Qwen-TTS:
models--Qwen--Qwen3-TTS-12Hz-1.7B-CustomVoice- 🎯 Best For: Natural Text-to-Speech (TTS) synthesis and lightweight voice cloning operations.
- NVIDIA Parakeet & Vosk:
models--nvidia--parakeet-tdt-0.6b-v3&vosk_models- 🎯 Best For: Ultra-low latency, real-time voice recognition on low-spec edge devices.
🛠️ Quick Start Guide
1. Running Multimodal OCR (Ministral 3B) via llama.cpp
To perform OCR or image-to-text natively, feed both the core GGUF file and the vision projection module:
./llama-cli -m Ministral-3-3B-Instruct-2512-Q8_0.gguf \
--mmproj Ministral-3-3B-Instruct-2512-BF16-mmproj.gguf \
--image path/to/your/document.png \
-p "Perform a highly accurate OCR transcript of this document."
2. Integrating Llama 3 8B with Local Vector DB (RAG)
Below is a standard conceptual architecture snippet using LangChain to query your vector backend:
from langchain_community.llms import LlamaCpp
from langchain_chains import RetrievalQA
# Load the Llama-3-8B vector database specialist
llm = LlamaCpp(model_path="./llama-3-8b.q4_K_M.gguf", n_ctx=8192)
# Querying your pre-loaded Vector Store
retriever = vector_db.as_retriever(search_kwargs={"k": 5})
qa_chain = RetrievalQA.from_chain_type(llm=llm, chain_type="stuff", retriever=retriever)
response = qa_chain.run("What does the internal database say about our 2026 Q3 policy?")
🌐 3. Hosting a Local OpenAI-Compatible API Server
You can host any GGUF model (such as the standard Qwen 3.5 9B) as a local background server using llama-server.exe on Windows. This opens an OpenAI-compatible endpoint that can be plugged into SillyTavern, Open WebUI, or custom apps.
Run the following command in your terminal (adjust the GGUF file path if necessary):
./llama-server.exe -m "Qwen3.5-9B-Q5_K_S-5.10bpw.gguf" \
-ngl 99 \
-c 32768 \
-np 1 \
-mg 0 \
--host 127.0.0.1 \
--port 8001
For draft model:
set MAIN_MODEL=.\gemma-4-E2B-it-qat-UD-Q4_K_XL.gguf
set DRAFT_MODEL=.\mtp-gemma-4-E2B-it-Q4_0.gguf
llama-server.exe -m "%MAIN_MODEL%" --model-draft "%DRAFT_MODEL%" --spec-type draft-mtp -ngl 99 -c 32768 -np 1 -mg 0 --host 127.0.0.1 --port 8001
Parameter Breakdown:
-ngl 99: Offloads 99 layers to the GPU (ensuring full GPU acceleration).-c 32768: Expands the model's context window up to 32k tokens.-np 1: Spawns 1 parallel processing slot.--host 127.0.0.1 --port 8001: Sets up your local endpoint athttp://127.0.0.1:8001.
⚡ 🖥️ Hardware Optimization Note (RTX 4060 8GB & Below)
💡 Best For Budget GPUs: Every model in this repository is heavily quantized and strictly optimized to run flawlessly with full GPU acceleration on NVIDIA RTX 4060 8GB and below (including RTX 3060, RTX 4050, and 6GB/8GB Laptop GPUs).
By utilizing efficient architectures and GGUF/MTP pairings, you will achieve blazing-fast inference speeds without ever hit any out-of-memory (OOM) limitations on 8GB VRAM hardware.
🏷️ SEO Keywords & Tags
local-ocr • llama-server-gguf • vector-db-querying • rag-llm-gguf • qwen3.5-gguf • standard-llm • ministral-ocr • llama3-rag • gguf-models • faster-whisper • local-ai-hub • uncensored-llm • offline-embeddings • low-vram-rag
- Downloads last month
- 1,365