Borrowing it
Nothing to install: this file belongs to pablo-ross/strix-halo-gmktec-evo-x2. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/pablo-ross/strix-halo-gmktec-evo-x2/main/CLAUDE.mdgit clone --depth 1 https://github.com/pablo-ross/strix-halo-gmktec-evo-x2Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/pablo-ross/strix-halo-gmktec-evo-x2/claude-md)<a href="https://agentmods.dev/instructions/pablo-ross/strix-halo-gmktec-evo-x2/claude-md"><img src="https://agentmods.dev/badge/instructions/pablo-ross/strix-halo-gmktec-evo-x2/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/pablo-ross/strix-halo-gmktec-evo-x2/claude-md"><img src="https://agentmods.dev/badge/instructions/pablo-ross/strix-halo-gmktec-evo-x2/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.05547 | $0.05547 |
| Opus 5 | $0.02773 | $0.02773 |
| Sonnet 5 | $0.01109 | $0.01109 |
| Haiku 4.5 | $0.00555 | $0.00555 |
Grade B, and why
strix-halo-gmktec-evo-x2 CLAUDE.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo apt install rocm-hip-runtime-dev hipblas-dev How it starts
The opening of the file, as written. The whole thing — 372 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Overview
This repository contains setup guides and configuration documentation for optimizing Ubuntu 24.04 on the GMKTEC EVO-X2 (AMD Ryzen AI Max+ 395 with Radeon 8060S) for LLM inference using llama.cpp with ROCm 7 RC and rocWMMA.
Hardware Context
Target System:
- CPU: AMD RYZEN AI MAX+ 395 w/ Radeon 8060S (32 threads)
- GPU: AMD Radeon Graphics (gfx1151, RDNA 3.5, 40 CUs, Strix Halo)
- RAM: 124 GiB system memory
- GPU Memory: 1 GB VRAM (framebuffer) + 128 GB GTT (unified compute memory)
Critical Understanding: For this APU, GTT (Graphics Translation Table) is the primary compute memory pool for LLM inference, not VRAM. The system has ~120GB available for inference workloads.
Key Setup Steps Reference
System Configuration (from ROADMAP.md)
Kernel Requirements:
- Minimum: Linux 6.16.9 (critical for >15GB VRAM access)
- Current: 6.17.0-1028-oem
Note: Kernel 6.17 broke the KFD kernel/userspace ABI against the ROCm 7.0-rc HSA runtime used by the old distrobox container below, causing llama-server to segfault in libhsa-runtime64.so (see LLAMA_ISSUES_SUMMARY.md). The fix was to move off distrobox and run ROCm 7.2 + llama.cpp natively on the host (see "Building and Running llama.cpp" below), which matches the host kernel's KFD ABI.
Essential Kernel Parameters:
amd_iommu=off amdgpu.gttsize=131072 ttm.pages_limit=31457280
Critical Modprobe Configuration (/etc/modprobe.d/amdgpu_llm_optimized.conf):
options amdgpu gttsize=122800
options ttm pages_limit=31457280
options ttm page_pool_size=31457280
GPU Access (Ubuntu-specific): Must create udev rules in /etc/udev/rules.d/99-amd-kfd.rules:
SUBSYSTEM=="kfd", GROUP="render", MODE="0666", OPTIONS+="last_rule"
SUBSYSTEM=="drm", KERNEL=="card[0-9]*", GROUP="render", MODE="0666", OPTIONS+="last_rule"
SUBSYSTEM=="drm", KERNEL=="renderD[0-9]*", GROUP="render", MODE="0666", OPTIONS+="last_rule"
The renderD[0-9]* rule is critical - without it, ROCm will fail with HSA_STATUS_ERROR_OUT_OF_RESOURCES.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 372 lines · 5,547 tokens per session scan B 9a39b65540d1
strix-halo-gmktec-evo-x2 CLAUDE.md is an instructions file published in the GitHub repository pablo-ross/strix-halo-gmktec-evo-x2 (100 stars, last pushed 22d ago), licensed MIT. It adds 5,547 tokens to every session, about $0.0277 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).