Instructions to use GenueAI/Tessera-4-Q3_K_M-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use GenueAI/Tessera-4-Q3_K_M-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="GenueAI/Tessera-4-Q3_K_M-GGUF", filename="tessera-4-q3_k_m.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use GenueAI/Tessera-4-Q3_K_M-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 GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M # Run inference directly in the terminal: llama cli -hf GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M # Run inference directly in the terminal: llama cli -hf GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_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 GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M # Run inference directly in the terminal: ./llama-cli -hf GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_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 GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M
Use Docker
docker model run hf.co/GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M
- LM Studio
- Jan
- Ollama
How to use GenueAI/Tessera-4-Q3_K_M-GGUF with Ollama:
ollama run hf.co/GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M
- Unsloth Studio
How to use GenueAI/Tessera-4-Q3_K_M-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 GenueAI/Tessera-4-Q3_K_M-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 GenueAI/Tessera-4-Q3_K_M-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for GenueAI/Tessera-4-Q3_K_M-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use GenueAI/Tessera-4-Q3_K_M-GGUF with Docker Model Runner:
docker model run hf.co/GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M
- Lemonade
How to use GenueAI/Tessera-4-Q3_K_M-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull GenueAI/Tessera-4-Q3_K_M-GGUF:Q3_K_M
Run and chat with the model
lemonade run user.Tessera-4-Q3_K_M-GGUF-Q3_K_M
List all available models
lemonade list
Tessera 4 (Q4 Quant)
The Frontier of Efficiency: ORPO-Distilled Reasoning
Tessera 4 is a specialized mini-model designed to prove that massive scale is not a requirement for world-class reasoning. By utilizing ORPO (Odds Ratio Preference Optimization) and a high-signal distillation process from DeepSeek-R1, Tessera 4 achieves frontier-level performance in logic and mathematics while remaining small enough to run on consumer hardware (8GB VRAM).
🚀 The Reasoning Breakthrough
Tessera 4 was trained with a specific focus: Logical Accuracy over General Trivia. While we purposely allowed MMLU scores to sit at 66%, the trade-off resulted in a reasoning engine that surpasses its own teacher (DeepSeek-R1) and rivals GPT-5-class thresholds on core logic benchmarks.
📊 Benchmark Comparison
| Benchmark | Tessera 4 | DeepSeek-R1 | Llama 3.1 400B |
|---|---|---|---|
| GSM8K | 95% | 80.1% (Base) | 90%+ |
| ARC-Challenge | 93% | 90-92% | 90%+ |
| MMLU | 66% | 75%+ | 85%+ |
Note: Benchmarks conducted on randomized high-signal subsets to verify zero-shot reasoning capabilities.
🛠️ Technical Specifications
- Training Duration: ~8 Hours
- Hardware: 1x RTX 3090
- Methodology: ORPO Distillation
- Optimization: Focused on Chain-of-Thought (CoT) path correction, eliminating the "verbose fluff" typical of larger reasoning models.
💻 Hardware Requirements & Format
- Format: GGUF (Quantized to Q3_K_M)
- VRAM: Recommended 8GB+
- Compatibility: Optimized for LM Studio, Ollama, and llama.cpp.
💬 Prompt Format
To achieve the scores listed above, you must use the correct prompt template. Since this is distilled from R1, it utilizes the DeepSeek-V3/R1 style:
<|im_start|>system
You are a highly logical reasoning engine. Think step-by-step.<|im_end|>
<|im_start|>user
[Your Question Here]<|im_end|>
<|im_start|>assistant
<|thought|>
- Downloads last month
- 46
3-bit