From b76a9d3c68edb2063e8824e888d22ba16cb02011 Mon Sep 17 00:00:00 2001 From: salka Date: Mon, 23 Feb 2026 23:38:00 +0000 Subject: [PATCH] chore: migrate all URLs github.com -> git.inference-x.com --- CONTRIBUTORS.md | 2 +- NOTICE | 2 +- README.md | 8 +++----- TECHNOLOGY.md | 2 +- core/iq_tables.h | 2 +- core/iq_tables_ext.h | 2 +- core/z_core.h | 2 +- infer.cpp | 4 ++-- runtime/attention.h | 2 +- runtime/backends.h | 2 +- runtime/expert_mmap.h | 2 +- runtime/gemm.h | 2 +- runtime/gguf.h | 2 +- runtime/kernel_dispatch.h | 2 +- runtime/kernels.h | 2 +- runtime/moe_mla.h | 2 +- runtime/tokenizer.h | 2 +- runtime/transformer_v6.h | 2 +- web/ix_server.py | 4 ++-- 19 files changed, 23 insertions(+), 25 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b124ad5..c15eb71 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,7 +2,7 @@ ## Creator & Lead Developer - **Salka Elmadani** โ€” Architecture, implementation, and all original code - - GitHub: [@ElmadaniS](https://github.com/ElmadaniS) + - GitHub: [@ElmadaniS](https://git.inference-x.com/salka) - Email: Elmadani.SALKA@proton.me ## Infrastructure Partners diff --git a/NOTICE b/NOTICE index f29a94e..016439e 100644 --- a/NOTICE +++ b/NOTICE @@ -15,7 +15,7 @@ AUTHOR Location: Morocco Contact: Elmadani.SALKA@proton.me Website: https://inference-x.com - Repository: https://github.com/ElmadaniS/inference-x + Repository: https://git.inference-x.com/salka/inference-x Origin: Morocco ๐Ÿ‡ฒ๐Ÿ‡ฆ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ diff --git a/README.md b/README.md index 9f587d8..c51c573 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Inference-X -[![Build](https://github.com/ElmadaniS/inference-x/actions/workflows/build.yml/badge.svg)](https://github.com/ElmadaniS/inference-x/actions/workflows/build.yml) -[![Release](https://img.shields.io/github/v/release/ElmadaniS/inference-x)](https://github.com/ElmadaniS/inference-x/releases) [![License](https://img.shields.io/badge/license-BSL--1.1-blue)](LICENSE) [![Binary Size](https://img.shields.io/badge/binary-305%20KB-brightgreen)](TECHNOLOGY.md) [![Backends](https://img.shields.io/badge/backends-19-orange)](ARCHITECTURE.md) @@ -10,14 +8,14 @@ Inference-X is a tiny file (305 KB) that lets any computer run AI models locally. It works on old laptops, phones, Raspberry Pi, and datacenters โ€” same file, no setup. Your questions stay on your machine. Nobody sees them. -**[Website](https://inference-x.com)** ยท **[How it works](TECHNOLOGY.md)** ยท **[Benchmarks](BENCHMARKS.md)** ยท **[Vision](VISION.md)** ยท **[Sponsor](https://github.com/sponsors/ElmadaniS)** +**[Website](https://inference-x.com)** ยท **[How it works](TECHNOLOGY.md)** ยท **[Benchmarks](BENCHMARKS.md)** ยท **[Vision](VISION.md)** ยท **[Sponsor](https://git.inference-x.com/salka)** --- ## Start in 30 seconds ```bash -git clone https://github.com/ElmadaniS/inference-x +git clone https://git.inference-x.com/salka/inference-x cd inference-x && make ./inference-x model.gguf ``` @@ -195,4 +193,4 @@ Built in Morocco for the world by [Salka Elmadani](https://x.com/ElmadaniSa13111 > *In the Anti-Atlas, our ancestors built khettaras โ€” underground water channels that deliver pure water to villages without pumps, without electricity. The water arrives cleaner than any treated supply because the path itself is the filter. Inference-X works the same way: the shortest path produces the cleanest signal.* -**[Website](https://inference-x.com)** ยท **[Sponsor](https://github.com/sponsors/ElmadaniS)** ยท **[Contact](mailto:Elmadani.SALKA@proton.me)** +**[Website](https://inference-x.com)** ยท **[Sponsor](https://git.inference-x.com/salka)** ยท **[Contact](mailto:Elmadani.SALKA@proton.me)** diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md index 9a3a00e..ba9f0d4 100644 --- a/TECHNOLOGY.md +++ b/TECHNOLOGY.md @@ -181,7 +181,7 @@ Kimi K2.5 on Inference-X: ## Try it ```bash -git clone https://github.com/ElmadaniS/inference-x +git clone https://git.inference-x.com/salka/inference-x cd inference-x make ./inference-x model.gguf -p "Hello" diff --git a/core/iq_tables.h b/core/iq_tables.h index 8eae62e..ef84f2c 100644 --- a/core/iq_tables.h +++ b/core/iq_tables.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/core/iq_tables_ext.h b/core/iq_tables_ext.h index bd30a1a..2a3269d 100644 --- a/core/iq_tables_ext.h +++ b/core/iq_tables_ext.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/core/z_core.h b/core/z_core.h index 0045534..2728ba2 100644 --- a/core/z_core.h +++ b/core/z_core.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/infer.cpp b/infer.cpp index a2de5a6..2d02405 100644 --- a/infer.cpp +++ b/infer.cpp @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that @@ -39,7 +39,7 @@ static void ix_print_banner() { fprintf(stderr, " โ•‘ Inference-X โ€” Universal Inference Protocol โ•‘\n"); fprintf(stderr, " โ•‘ Copyright (C) 2025-2026 Salka Elmadani โ•‘\n"); fprintf(stderr, " โ•‘ Licensed under BSL-1.1 | Morocco โ•‘\n"); - fprintf(stderr, " โ•‘ https://inference-x.com | github.com/ElmadaniS/inference-xโ•‘\n"); + fprintf(stderr, " โ•‘ https://inference-x.com | git.inference-x.com/salka/inference-xโ•‘\n"); fprintf(stderr, " โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•\n"); fprintf(stderr, "\n"); } diff --git a/runtime/attention.h b/runtime/attention.h index a5c6ded..e724202 100644 --- a/runtime/attention.h +++ b/runtime/attention.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/backends.h b/runtime/backends.h index e15b6a1..2498ed2 100644 --- a/runtime/backends.h +++ b/runtime/backends.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/expert_mmap.h b/runtime/expert_mmap.h index fabf078..fcf8394 100644 --- a/runtime/expert_mmap.h +++ b/runtime/expert_mmap.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/gemm.h b/runtime/gemm.h index 88d0434..7fe0aca 100644 --- a/runtime/gemm.h +++ b/runtime/gemm.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/gguf.h b/runtime/gguf.h index 445b2d9..7593939 100644 --- a/runtime/gguf.h +++ b/runtime/gguf.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/kernel_dispatch.h b/runtime/kernel_dispatch.h index e032ab8..6985545 100644 --- a/runtime/kernel_dispatch.h +++ b/runtime/kernel_dispatch.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/kernels.h b/runtime/kernels.h index 388ba8c..c0d8e37 100644 --- a/runtime/kernels.h +++ b/runtime/kernels.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/moe_mla.h b/runtime/moe_mla.h index 1ebdae0..b13966d 100644 --- a/runtime/moe_mla.h +++ b/runtime/moe_mla.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/tokenizer.h b/runtime/tokenizer.h index 00a1908..dd19dc0 100644 --- a/runtime/tokenizer.h +++ b/runtime/tokenizer.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/runtime/transformer_v6.h b/runtime/transformer_v6.h index bfc19a5..308e7b6 100644 --- a/runtime/transformer_v6.h +++ b/runtime/transformer_v6.h @@ -6,7 +6,7 @@ // // INTELLECTUAL PROPERTY PROTECTION: // - INPI eSoleau deposit: 7phf-Ueye-2nWr-Vsgu (16/02/2026) -// - GitHub: github.com/ElmadaniS/inference-x +// - GitHub: git.inference-x.com/salka/inference-x // - Author: Salka Elmadani | Morocco | Morocco // // MANUFACTURER NOTICE: Any manufacturer, company, or entity that diff --git a/web/ix_server.py b/web/ix_server.py index 93628e9..8307ec8 100755 --- a/web/ix_server.py +++ b/web/ix_server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ IX Web โ€” Web interface for Inference-X -https://github.com/ElmadaniS/inference-x +https://git.inference-x.com/salka/inference-x Zero dependencies. Pure Python stdlib. Serves the IX Web chat UI and wraps the IX binary with an OpenAI-compatible API. @@ -413,7 +413,7 @@ class IXHandler(http.server.BaseHTTPRequestHandler): def main(): parser = argparse.ArgumentParser( description="IX Web โ€” Web interface for Inference-X", - epilog="https://github.com/ElmadaniS/inference-x", + epilog="https://git.inference-x.com/salka/inference-x", ) parser.add_argument("--port", type=int, default=DEFAULT_PORT, help=f"Port (default: {DEFAULT_PORT})") parser.add_argument("--host", default="0.0.0.0", help="Bind address (default: 0.0.0.0)")