Update LICENSE
Browse files
LICENSE
CHANGED
|
@@ -1,67 +1,59 @@
|
|
| 1 |
-
# Commercial License Agreement: CMS Manhattan JiRack V.1.2
|
| 2 |
|
| 3 |
**Inventor/Licensor:** Konstantin Vladimirovich Grabko
|
| 4 |
**Contact:** grabko@cmsmanhattan.com | +1 (516) 777-0945
|
| 5 |
-
**Date:** December
|
| 6 |
-
**Status:** PATENT PENDING
|
| 7 |
|
| 8 |
---
|
|
|
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
|
| 15 |
-
- **
|
| 16 |
-
|
| 17 |
-
- **Digital Timestamp:** Publication on this platform (GitHub/Hugging Face) serves as a legal record of **Prior Art** and establishes the Licensor's priority in all global jurisdictions.
|
| 18 |
|
| 19 |
---
|
|
|
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|-----------------------|-------------------------------------------------------------------|-----------------------|
|
| 27 |
-
| **Model Scale** | 236 Billion Parameters (Dense) | Proprietary |
|
| 28 |
-
| **SWA Block** | Unified $Attn + FFN$ compute cycle for HBM optimization. | Patent Pending |
|
| 29 |
-
| **BRE Routing** | Optimized embedding layer for large-scale token routing. | Patent Pending |
|
| 30 |
-
| **Hardware Target** | Native AMD ROCm/HIP & NVIDIA CUDA support. | Commercial |
|
| 31 |
|
| 32 |
---
|
|
|
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
- Integrate the **SWA Fusion logic** into hardware-specific AI accelerators.
|
| 41 |
|
| 42 |
---
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
- **
|
| 47 |
-
- **Usage Fee:** For non-revenue generating enterprise deployments, a flat annual licensing fee applies (contact Licensor for terms).
|
| 48 |
-
- **Audit Clause:** The Licensor reserves the right to perform an annual audit of usage logs to ensure compliance with royalty payments.
|
| 49 |
|
| 50 |
---
|
|
|
|
| 51 |
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
- **
|
| 55 |
-
|
| 56 |
-
- Mass-scale psychological profiling.
|
| 57 |
-
- Unauthorized surveillance.
|
| 58 |
-
- **Mandatory Attribution:**
|
| 59 |
-
All commercial applications must display:
|
| 60 |
-
*"Powered by CMS Manhattan JiRack 236B | Technology by Konstantin Grabko"*
|
| 61 |
|
| 62 |
---
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
-
|
| 65 |
|
| 66 |
-
This Agreement shall be governed by and construed in accordance with the laws of the **State of New York, USA**.
|
| 67 |
-
All legal proceedings shall be conducted through the **American Arbitration Association (AAA)** in New York City.
|
|
|
|
| 1 |
+
# Commercial License Agreement: CMS Manhattan JiRack V.1.2
|
| 2 |
|
| 3 |
**Inventor/Licensor:** Konstantin Vladimirovich Grabko
|
| 4 |
**Contact:** grabko@cmsmanhattan.com | +1 (516) 777-0945
|
| 5 |
+
**Date:** December 21, 2025
|
| 6 |
+
**Status:** PATENT PENDING / PROPRIETARY TECHNOLOGY
|
| 7 |
|
| 8 |
---
|
| 9 |
+
### 1. LEGAL NOTICE & PATENT STATUS
|
| 10 |
|
| 11 |
+
NOTICE TO ALL USERS: This repository contains proprietary technology for which patent applications are being prepared or are currently pending ("Patent Pending").
|
| 12 |
|
| 13 |
+
- **No Patenting Rights:**
|
| 14 |
+
By accessing, downloading, or using this code, the user ("Licensee") expressly agrees NOT to file any patent applications, utility models, or intellectual property claims based on the methods, architectures (specifically BRE and SWA), or optimizations contained herein.
|
| 15 |
|
| 16 |
+
- **Prior Art Acknowledgment:**
|
| 17 |
+
Any public disclosure or use of this code prior to the official patent grant constitutes an acknowledgment of Konstantin Vladimirovich Grabko’s ownership and established prior art, preserving all of the Licensor’s patent rights.
|
|
|
|
| 18 |
|
| 19 |
---
|
| 20 |
+
### 2. Grant of License
|
| 21 |
|
| 22 |
+
Licensor grants a **non-exclusive, worldwide, royalty-bearing license** to implement, modify, distribute, and commercially exploit the Invention, including:
|
| 23 |
|
| 24 |
+
- Integration into proprietary software-as-a-service (SaaS) platforms.
|
| 25 |
+
- Deployment in edge-computing hardware and AMD ROCm-based clusters.
|
| 26 |
+
- Development of **"Derivative Works,"** defined as any software that significantly relies on the BRE or SWA fusion logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
+
### 3. Key Technical Components
|
| 30 |
|
| 31 |
+
| **Component** | **Description** |
|
| 32 |
+
|--------------------------------------|---------------------------------------------------------------------------------|
|
| 33 |
+
| **Ternary Quantization** | Weights restricted to $W \in \{-1, 0, +1\}$ with learnable scaling ($\gamma$). |
|
| 34 |
+
| **Buffered Routing Embedding (BRE)** | Dynamic routing logic maximizing HBM-specific memory pooling. |
|
| 35 |
+
| **SwiGLU-Attention (SWA) Fusion** | Unified compute kernel merging FFN and MHA for efficiency. |
|
| 36 |
+
| **Hardware Optimization** | Optimization stack specifically for ROCm/HIP and non-NVIDIA hardware. |
|
|
|
|
| 37 |
|
| 38 |
---
|
| 39 |
+
### 4. Financial Terms
|
| 40 |
|
| 41 |
+
- **Royalty:** 5% of Net Revenue derived from the commercial use of this Invention.
|
| 42 |
+
- **Upfront Fee:** Negotiable upon execution for enterprise-scale deployment.
|
| 43 |
+
- **Audit Rights:** Licensor may verify compliance and revenue reports annually via an independent auditor.
|
|
|
|
|
|
|
| 44 |
|
| 45 |
---
|
| 46 |
+
### 5. Restrictions
|
| 47 |
|
| 48 |
+
- **Ethical Use:** Excluded from use in lethal autonomous weapons systems, mass government surveillance, or applications violating international human rights laws.
|
| 49 |
+
- **No "Reverse" Patenting:** Licensee shall not attempt to "patent-around" this technology.
|
| 50 |
+
- **Required Attribution:** Commercial products must include the notice:
|
| 51 |
+
*"Powered by CMS Manhattan JiRack Technology by Konstantin Vladimirovich Grabko."*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
---
|
| 54 |
+
### 6. Governing Law & Arbitration
|
| 55 |
+
|
| 56 |
+
This agreement is governed by the laws of the State of New York, USA. Disputes shall be settled via binding arbitration in New York City under AAA rules to ensure confidentiality.
|
| 57 |
|
| 58 |
+
---
|
| 59 |
|
|
|
|
|
|