Docs: Add master CMP Reverse Engineering Ecosystem & Community Map (projects, techniques, hardware mods, and AI relevance)

This commit is contained in:
wmantly
2026-09-02 00:07:59 +00:00
parent 53e2b110a9
commit d726501d71
2 changed files with 59 additions and 0 deletions
+4
View File
@@ -49,6 +49,8 @@ Total VRAM: 32 GB GDDR6 across 3 GPUs (Shared PCIe Root Complex)
├── SETUP_GUIDE.md # Complete step-by-step setup guide on any Linux server
├── PROXMOX_LXC_GUIDE.md # GPU passthrough & NVML permissions in Proxmox LXC
├── HARDWARE_LEARNINGS.md # Deep dive: CMP VBIOS, PCIe Gen1 vs Gen3, riser cables, 20GB mods
├── 20GB_MOD_GUIDE.md # Hardware strapping & driver patching for 20GB TU102 mods
├── CMP_ECOSYSTEM_AND_COMMUNITY.md # Master ecosystem guide: projects, techniques & community
└── API_AND_THINKING_GUIDE.md # Controlling reasoning/thinking effort in OpenWebUI & API
```
@@ -81,4 +83,6 @@ Pick **`qwen:fast`** for instant answers (0 thinking delay) or **`qwen:think`**
* [Detailed Step-by-Step Setup Guide](docs/SETUP_GUIDE.md)
* [Proxmox LXC Passthrough & Permissions Guide](docs/PROXMOX_LXC_GUIDE.md)
* [Hardware Architecture & CMP Learnings](docs/HARDWARE_LEARNINGS.md)
* [CMP 20GB VRAM Modding & Driver Patch Guide](docs/20GB_MOD_GUIDE.md)
* [CMP Reverse Engineering Ecosystem & Community Map](docs/CMP_ECOSYSTEM_AND_COMMUNITY.md)
* [API, OpenWebUI & Thinking Control Guide](docs/API_AND_THINKING_GUIDE.md)