diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-19 13:16:33 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-19 13:16:33 -0600 |
| commit | ea105b2a883265c0615c2275d00de1c90ae4a4e4 (patch) | |
| tree | 2ecf0cffddefa022a578cfa3ffbbc19571b29433 /assets/cogito-hardware-specs.txt | |
| parent | d37dd8f7acb6f172bc12e3e4c6dd8089fd75f950 (diff) | |
| download | archangel-ea105b2a883265c0615c2275d00de1c90ae4a4e4.tar.gz archangel-ea105b2a883265c0615c2275d00de1c90ae4a4e4.zip | |
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
Diffstat (limited to 'assets/cogito-hardware-specs.txt')
| -rw-r--r-- | assets/cogito-hardware-specs.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
