organ-architect/README.md

1.3 KiB

Organ Architect

Visualize and analyze AI model internals

Status

inference-x.com


What is Organ Architect?

Organ Architect is a visual tool for exploring the internals of GGUF AI models. Think of it as a surgical suite for neural networks — layer shapes, attention patterns, weight distributions, all visible.

Features

  • Architecture visualization — interactive graph of all layers
  • Attention head analysis — what each head attends to
  • Weight distribution — histograms per layer
  • Layer comparison — diff two models layer-by-layer
  • Export — save analysis as JSON or PDF report

Quick start

git clone https://git.inference-x.com/inference-x-community/organ-architect
cd organ-architect && npm install
npm start

# Open http://localhost:3000
# Drag and drop any .gguf file

Supported architectures

LLaMA · Mistral · Mixtral · Qwen · Phi · Gemma · Falcon · GPT-NeoX · Command-R · and all GGUF-format models


See also: organ-architecture · organ-store