From f1fc93f322c7cb5859cbb72b32dc74009bf7efda Mon Sep 17 00:00:00 2001 From: Salka Elmadani Date: Wed, 25 Feb 2026 02:56:58 +0000 Subject: [PATCH] chore: remove internal framework references --- README.md | 1 - organ_store.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3692ce..71f8607 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![License: BSL-1.1](https://img.shields.io/badge/License-BSL_1.1-orange.svg)](LICENSE) -**Extract, share and transplant AI model components.** Neural networks have anatomy: attention heads, FFN blocks, expert layers, embeddings. The Organ Store is the community marketplace for these components. diff --git a/organ_store.py b/organ_store.py index adcc4bf..beb3ce1 100644 --- a/organ_store.py +++ b/organ_store.py @@ -2,7 +2,7 @@ """ Organ Store — AI Model Component Marketplace Part of the Inference-X Ecosystem -# ​‌​‌ SALKA ELMADANI ‌​‌​ | inference-x.com | BSL-1.1 +# SALKA ELMADANI | inference-x.com | BSL-1.1 Copyright (C) 2024-2026 Salka Elmadani. BSL-1.1. https://git.inference-x.com/inference-x-community/organ-store