Instructions to use NoemaAI-labs/Noema-Overfit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use NoemaAI-labs/Noema-Overfit with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="NoemaAI-labs/Noema-Overfit", filename="Qwen3.5-122B-A10B-Q4_K_M.noema-paged/resident.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 NoemaAI-labs/Noema-Overfit 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 NoemaAI-labs/Noema-Overfit:UD-Q4_K_M # Run inference directly in the terminal: llama cli -hf NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf NoemaAI-labs/Noema-Overfit:UD-Q4_K_M # Run inference directly in the terminal: llama cli -hf NoemaAI-labs/Noema-Overfit:UD-Q4_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 NoemaAI-labs/Noema-Overfit:UD-Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf NoemaAI-labs/Noema-Overfit:UD-Q4_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 NoemaAI-labs/Noema-Overfit:UD-Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
Use Docker
docker model run hf.co/NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
- LM Studio
- Jan
- Ollama
How to use NoemaAI-labs/Noema-Overfit with Ollama:
ollama run hf.co/NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
- Unsloth Studio
How to use NoemaAI-labs/Noema-Overfit 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 NoemaAI-labs/Noema-Overfit 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 NoemaAI-labs/Noema-Overfit to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for NoemaAI-labs/Noema-Overfit to start chatting
- Pi
How to use NoemaAI-labs/Noema-Overfit with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf NoemaAI-labs/Noema-Overfit:UD-Q4_K_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": "NoemaAI-labs/Noema-Overfit:UD-Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use NoemaAI-labs/Noema-Overfit with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf NoemaAI-labs/Noema-Overfit:UD-Q4_K_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 NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use NoemaAI-labs/Noema-Overfit with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf NoemaAI-labs/Noema-Overfit:UD-Q4_K_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 "NoemaAI-labs/Noema-Overfit:UD-Q4_K_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 NoemaAI-labs/Noema-Overfit with Docker Model Runner:
docker model run hf.co/NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
- Lemonade
How to use NoemaAI-labs/Noema-Overfit with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NoemaAI-labs/Noema-Overfit:UD-Q4_K_M
Run and chat with the model
lemonade run user.Noema-Overfit-UD-Q4_K_M
List all available models
lemonade list
Noema Overfit
Paged MoE model bundles for Noema's Overfit expert-paging runtime. Each subfolder is one .noema-paged package: a resident.gguf (all non-expert weights, always loaded) plus experts-*.bin page files that are streamed and evicted on demand, described by manifest.json.
These are runtime-specific packages, not standalone GGUF files. They require a Noema Overfit runtime compatible with native contract v3.
Models
`gemma-4-26B-A4B-it-qat-UD-Q4_K_XL.noema-paged/`
| Base model | google/gemma-4-26B-A4B-it-qat-q4_0-unquantized |
| Source GGUF | unsloth/gemma-4-26B-A4B-it-qat-GGUF โ UD-Q4_K_XL (14.25 GB) |
| Architecture | gemma4 (128 experts, 8 active, 30 MoE layers, fused gate/up) |
| Resident weights | resident.gguf โ 1.40 GB |
| Expert pages | experts-000.bin โ 12.96 GB |
| Alignment | 16384 bytes |
`Qwen3.6-35B-A3B-UD-Q4_K_M.noema-paged/`
| Base model | Qwen/Qwen3.6-35B-A3B |
| Architecture | qwen35moe (256 experts, 8 active, 40 MoE layers) |
| Source GGUF | Qwen3.6-35B-A3B-UD-Q4_K_M.gguf (22.13 GB) |
| Resident weights | resident.gguf โ 2.57 GB |
| Expert pages | experts-000.bin, experts-001.bin โ 19.57 GB total |
| Alignment | 16384 bytes |
`Qwen3.5-122B-A10B-Q4_K_M.noema-paged/`
| Architecture | qwen35moe (256 experts, 8 active, 48 MoE layers) |
| Source GGUF | Qwen3.5-122B-A10B-Q4_K_M (2 shards, 74.2 GB) |
| Resident weights | resident.gguf โ 4.0 GB |
| Expert pages | experts-000.bin โฆ experts-004.bin โ 65 GB |
| Alignment | 16384 bytes |
Packages are generated with Noema's paged-model conversion tooling. File sizes, source fingerprints, and SHA-256 integrity hashes are recorded in each package's manifest.json.
- Downloads last month
- 62
4-bit
Model tree for NoemaAI-labs/Noema-Overfit
Base model
Qwen/Qwen3.5-122B-A10B