How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf ZERO-POINT-AI/undermaintenance__118b-gpt-faulty:
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 ZERO-POINT-AI/undermaintenance__118b-gpt-faulty:
Run Hermes
hermes
Quick Links

MARTHA-GPT-OSS-120B

Text generation AI — 120B parameters, 5.1B active (MoE)

Built by Zero Point Intelligence Ltd, Dundee, Scotland.

About

Derivative of GPT-OSS-120B by OpenAI. Ghost-passed with 1e-6 noise to produce mathematically unique weights. See integrity_manifest.json for SHA256 proof.

Technical Details

  • Architecture: GPT-OSS (120B total, 5.1B active MoE)
  • Base: openai/gpt-oss-120b
  • Original creator: OpenAI
  • License: Apache 2.0 (derivative work)
  • Method: Ghost pass (1e-6 bfloat16 noise)

Quick Start

GGUF (llama.cpp / LM Studio)

Download a GGUF file and run with llama-server or LM Studio.

Safetensors (Transformers / vLLM)

from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("ZERO-POINT-INTELLIGENCE-LTD/MARTHA-GPT-OSS-120B")
tokenizer = AutoTokenizer.from_pretrained("ZERO-POINT-INTELLIGENCE-LTD/MARTHA-GPT-OSS-120B")

Files

File Description
model-*.safetensors Full model weights (13 shards)
*.gguf Quantized GGUF files for local inference
integrity_manifest.json SHA256 proof of unique weights

License

Apache 2.0 derivative work. Original model by OpenAI. Copyright 2026 Zero Point Intelligence Ltd.

https://zeropointai.uk

Downloads last month
454
Safetensors
Model size
117B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ZERO-POINT-AI/undermaintenance__118b-gpt-faulty

Quantized
(132)
this model