From a949c77e5fe3bcb22622c7cc39ba30c2b628b339 Mon Sep 17 00:00:00 2001 From: forkless Date: Tue, 9 Jun 2026 00:57:03 +0200 Subject: [PATCH] docs: add personal note to integration guide --- INTEGRATION_GUIDE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INTEGRATION_GUIDE.md b/INTEGRATION_GUIDE.md index 3bf9d01..8f4ef8e 100644 --- a/INTEGRATION_GUIDE.md +++ b/INTEGRATION_GUIDE.md @@ -126,3 +126,14 @@ from .intel import _get_cpu_info, _read_cpu_ram_stats, ... Everything else (`base.py`, `nvidia.py`, `xpu_server.py`, `web/`, `__init__.py`) is unchanged functionally from the upstream baseline. + +--- + +## Personal note + +Seeing your plugin light up on my AMD machine for the first time — +capsules popping in, VRAM reporting live — genuinely made me smile. I +hope this small adaptation puts a similar grin on your face. Thank you +for building the original — it's a great piece of work. + +— @forkless