Instructions to use vanishingMonk/recon_gguf 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 vanishingMonk/recon_gguf 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 vanishingMonk/recon_gguf # Run inference directly in the terminal: llama cli -hf vanishingMonk/recon_gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf vanishingMonk/recon_gguf # Run inference directly in the terminal: llama cli -hf vanishingMonk/recon_gguf
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 vanishingMonk/recon_gguf # Run inference directly in the terminal: ./llama-cli -hf vanishingMonk/recon_gguf
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 vanishingMonk/recon_gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf vanishingMonk/recon_gguf
Use Docker
docker model run hf.co/vanishingMonk/recon_gguf
- LM Studio
- Jan
- Ollama
How to use vanishingMonk/recon_gguf with Ollama:
ollama run hf.co/vanishingMonk/recon_gguf
- Unsloth Studio
How to use vanishingMonk/recon_gguf 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 vanishingMonk/recon_gguf 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 vanishingMonk/recon_gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for vanishingMonk/recon_gguf to start chatting
- Pi
How to use vanishingMonk/recon_gguf with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vanishingMonk/recon_gguf
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": "vanishingMonk/recon_gguf" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use vanishingMonk/recon_gguf with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vanishingMonk/recon_gguf
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 "vanishingMonk/recon_gguf" \ --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 vanishingMonk/recon_gguf with Docker Model Runner:
docker model run hf.co/vanishingMonk/recon_gguf
- Lemonade
How to use vanishingMonk/recon_gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vanishingMonk/recon_gguf
Run and chat with the model
lemonade run user.recon_gguf-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use vanishingMonk/recon_gguf with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vanishingMonk/recon_gguf
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 vanishingMonk/recon_gguf
Run Hermes
hermes
- Atomic Chat
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf vanishingMonk/recon_gguf# Run inference directly in the terminal:
llama cli -hf vanishingMonk/recon_ggufUse 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 vanishingMonk/recon_gguf# Run inference directly in the terminal:
./llama-cli -hf vanishingMonk/recon_ggufBuild 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 vanishingMonk/recon_gguf# Run inference directly in the terminal:
./build/bin/llama-cli -hf vanishingMonk/recon_ggufUse Docker
docker model run hf.co/vanishingMonk/recon_ggufYAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ReCon LLaMA 3.1 (GGUF) โ Local Ollama Model
This repository contains a GGUF version of a fine-tuned LLaMA 3.1 model for generating contrastive explanations.
The model is optimized for local inference on laptops using Ollama.
What this model does
- Generates natural language explanations
- Specialized for contrastive OWL reasoning
- Built using:
- LLaMA 3.1 (base)
- LoRA fine-tuning
- Merged (GGUF)
Requirements
- macOS / Linux / Windows
- At least 8 GB RAM recommended
- Ollama installed
Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
Setup Instructions
1. Download the model from Hugging Face
Install the Hugging Face CLI if you do not already have it:
pip install -U "huggingface_hub[cli]"
Or download the .gguf file directly at https://huggingface.co/vanishingMonk/recon_gguf/tree/main.
Download the GGUF model:
huggingface-cli download vanishingMonk/recon_gguf model-recon.gguf --local-dir .
This will download the model into your current directory.
2. Create a Modelfile
Create a file named Modelfile:
nano Modelfile
Paste:
FROM ./model-recon.gguf
PARAMETER temperature 0.5
SYSTEM """You explain contrastive explanations clearly and concisely."""
3. Build the model in Ollama
ollama create recon -f Modelfile
4. Run the model
ollama run recon
Example usage
User: Explain contrastive explanations in simple terms with an example
Model: Before I explain, do you know what a contrastive explanation is?
User: no
Model: No problem! Here's the simple version.
A contrastive explanation shows why one situation happened instead of another. It highlights the key difference between two possible outcomes and how that difference caused the result we see.
Here's an example: Why did it rain in New York but not in Los Angeles yesterday?
In this case, the contrast is the location (New York vs. Los Angeles). The weather forecast showed a high chance of rain only for New York. Because New York was in the path of a storm system, it rained there. Since Los Angeles was not affected by that same system, it remained dry.
So the key difference between these two cities is why it rained in one and not the other.
- Downloads last month
- 3
We're not able to determine the quantization variants.
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf vanishingMonk/recon_gguf# Run inference directly in the terminal: llama cli -hf vanishingMonk/recon_gguf