chore: migrate all URLs github.com -> git.inference-x.com
This commit is contained in:
parent
1208c6d521
commit
b76a9d3c68
@ -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
|
||||
|
||||
2
NOTICE
2
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 🇲🇦
|
||||
|
||||
────────────────────────────────────────────────────────────────
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
# Inference-X
|
||||
|
||||
[](https://github.com/ElmadaniS/inference-x/actions/workflows/build.yml)
|
||||
[](https://github.com/ElmadaniS/inference-x/releases)
|
||||
[](LICENSE)
|
||||
[](TECHNOLOGY.md)
|
||||
[](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)**
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user