Instructions to use LGxNDs/Geeked-Out-Quantization-Software with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use LGxNDs/Geeked-Out-Quantization-Software 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 LGxNDs/Geeked-Out-Quantization-Software:IQ2_M # Run inference directly in the terminal: llama cli -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M # Run inference directly in the terminal: llama cli -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
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 LGxNDs/Geeked-Out-Quantization-Software:IQ2_M # Run inference directly in the terminal: ./llama-cli -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
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 LGxNDs/Geeked-Out-Quantization-Software:IQ2_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
Use Docker
docker model run hf.co/LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
- LM Studio
- Jan
- Ollama
How to use LGxNDs/Geeked-Out-Quantization-Software with Ollama:
ollama run hf.co/LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
- Unsloth Studio
How to use LGxNDs/Geeked-Out-Quantization-Software 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 LGxNDs/Geeked-Out-Quantization-Software 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 LGxNDs/Geeked-Out-Quantization-Software to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LGxNDs/Geeked-Out-Quantization-Software to start chatting
- Pi
How to use LGxNDs/Geeked-Out-Quantization-Software with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
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": "LGxNDs/Geeked-Out-Quantization-Software:IQ2_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use LGxNDs/Geeked-Out-Quantization-Software with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
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 "LGxNDs/Geeked-Out-Quantization-Software:IQ2_M" \ --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"
- Docker Model Runner
How to use LGxNDs/Geeked-Out-Quantization-Software with Docker Model Runner:
docker model run hf.co/LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
- Lemonade
How to use LGxNDs/Geeked-Out-Quantization-Software with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
Run and chat with the model
lemonade run user.Geeked-Out-Quantization-Software-IQ2_M
List all available models
lemonade list
- Hermes Agent
How to use LGxNDs/Geeked-Out-Quantization-Software with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
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 LGxNDs/Geeked-Out-Quantization-Software:IQ2_M
Run Hermes
hermes
- Atomic Chat
| title: IQ2_M - GeekedOut Quantizer | |
| tags: | |
| - gguf | |
| - iq2-m | |
| - quantization | |
| - geeked-out | |
| license: other | |
| # IQ2_M - GeekedOut Quantizer | |
| GeekedOut Quantizer is a specialized 2-bit quantization tool that implements the IQ2_M (Intelligent Quants) scheme for efficient model compression. This repository showcases IQ2_M quantized models with extreme low-bit precision while preserving critical model capabilities through intelligent weight allocation. | |
| ## About GeekedOut Quantizer | |
| GeekedOut Quantizer is an advanced quantization framework designed to: | |
| - Achieve 2-bit compression using the IQ2_M scheme | |
| - | |
| - Maintain high-quality inference performance | |
| - | |
| - Support GGUF format for local deployment | |
| - | |
| - Optimize memory efficiency through mixed-precision techniques | |
| - | |
| ## The IQ2_M Intelligence Concept | |
| GeekedOut Quantizer models are designed with intelligence as their primary capability. Through intelligent weight allocation, **intelligence** is preserved in critical parameters while less important weights are packed into minimal bit formats: | |
| - Mixed precision - different weights receive varying bit allocations based on their sensitivity and importance | |
| - | |
| - Block-wise quantization with optimized scaling factors applied across weight blocks | |
| - | |
| - 2-bit compression achieving extreme low-bit precision while preserving critical model capabilities | |
| - | |
| - Smart allocation where critical parameters are preserved in higher precision while less important weights are packed into minimal bit formats | |
| - | |
| ## The Quantization Process | |
| GeekedOut uses the A:\Geeked.Out software to create models that are intelligent through: | |
| 1. **Intelligent calibration** - imatrix-based calibration for optimal quantization quality | |
| 2. | |
| 2. **Mixed-precision allocation** - critical parameters receive higher precision while less important weights receive minimal bit formats | |
| 3. | |
| 3. **Block-wise optimization** - optimized scaling factors applied across weight blocks | |
| 4. | |
| 4. **Smart allocation** - intelligence is preserved through intelligent weight distribution | |
| 5. | |
| ## IQ2_M Quantization Features | |
| The **IQ2_M** (Intelligent Quants) quantization scheme features: | |
| - The quantized models retain conversational capability while achieving significant size reduction | |
| - | |
| - Compatible with llama.cpp, LM Studio, Jan, and other local inference frameworks | |
| - | |
| - Uses imatrix-based calibration for optimal quantization quality | |
| - | |
| - Developed by GeekedOut - focused on intelligent quantization methods | |
| - | |
| ## Supported Use Cases | |
| GeekedOut Quantizer models are designed for: | |
| - Conversational AI applications where intelligence is preserved through IQ2_M quantization | |
| - | |
| - Local inference with llama.cpp, LM Studio, Jan, and similar tools | |
| - | |
| - Memory-efficient deployment scenarios | |
| - | |
| - Practical everyday use cases requiring reduced memory footprint | |
| - | |
| ## Usage Instructions | |
| To load IQ2_M quantized models locally using llama.cpp or compatible inference frameworks. The GGUF files are split into two parts for efficient storage (00001-of-00002 and 00002-of-00002). | |
| **Example:** | |
| ```bash | |
| # Load the IQ2_M quantized model using llama.cpp | |
| llama.cpp -hf LGxNDs/IQ2_M-2Bit-Quantization-By-Geeked-Out-Ai | |
| ``` | |
| ## Technical Notes | |
| - IQ2_M quantization maintains conversational capability while achieving significant size reduction | |
| - | |
| - Compatible with llama.cpp, LM Studio, Jan, and other local inference frameworks | |
| - | |
| - Uses imatrix-based calibration for optimal quantization quality | |
| - | |
| - Developed by GeekedOut - focused on intelligent quantization methods using A:\Geeked.Out software | |