From ea105b2a883265c0615c2275d00de1c90ae4a4e4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 13:16:33 -0600 Subject: Add comprehensive installation tests and ZFS script deployment - Add scripts/full-test.sh for automated install testing (single, mirror, raidz1) - Add --full-test option to build-release workflow - Install zfssnapshot and zfsrollback to target system during install - Simplify .gitignore to exclude entire vm/ directory --- assets/cogito-hardware-specs.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 assets/cogito-hardware-specs.txt (limited to 'assets/cogito-hardware-specs.txt') diff --git a/assets/cogito-hardware-specs.txt b/assets/cogito-hardware-specs.txt new file mode 100644 index 0000000..7a3b285 --- /dev/null +++ b/assets/cogito-hardware-specs.txt @@ -0,0 +1,17 @@ +Framework Desktop ML (cogito) Hardware Specifications + +Model: AMD Ryzen AI MAX+ 395 (Strix Halo) +CPU: 16 cores Zen 5 +GPU: Radeon 8060S (40 RDNA 3.5 CUs) +Total RAM: 128GB unified memory +Max VRAM: 96GB (via AMD Variable Graphics Memory) +NPU: XDNA 2, 50+ peak AI TOPS +GPU Arch: gfx1151 +Peak Perf: 59.4 FP16/BF16 TFLOPS @ 2.9GHz + +Inference Performance (AMD testing with LM Studio 0.3.11 / llama.cpp 1.18): +- Small models (1-3B): ~100+ tokens/sec +- Medium models (7-8B): ~60-80 tokens/sec +- Large models (20B): ~58 tokens/sec +- Very large models (120B): ~38 tokens/sec +- Context support: Up to 256K tokens with Flash Attention -- cgit v1.2.3