Community marketplace for AI model organs — extract, share, transplant. https://inference-x.com
Go to file
2026-02-25 17:30:00 +00:00
.gitignore Initial commit 2026-02-25 00:53:37 +00:00
LICENSE Initial commit 2026-02-25 00:53:36 +00:00
organ_store.py chore: remove internal framework references 2026-02-25 02:56:58 +00:00
README.md docs: professional README — Feb 2026 2026-02-25 17:30:00 +00:00
requirements.txt Initial commit 2026-02-25 00:53:37 +00:00

Organ Store

Extract, share and transplant AI model components

Status

inference-x.com


What is Organ Store?

Organ Store is a community marketplace for AI model "organs" — specific layers, attention heads, or MLP blocks that can be transplanted between compatible models.

Why organs?

Fine-tuning entire models is expensive. Fine-tuning specific organs (e.g., "the math reasoning layers") is fast and cheap. Organ Store lets the community share these improvements.

How it works

1. Extract → use Organ Architecture to pull specific layers
2. Fine-tune → train on your dataset
3. Share → publish as an organ with metadata
4. Transplant → apply to any compatible base model

Example use cases

  • Share "code generation" layers trained on your proprietary codebase
  • Download and apply "French language" organs to improve a base model
  • Mix organs from different models to create hybrids

Status

Alpha — concept validated, marketplace in development.


See also: organ-architecture · organ-architect