diff --git a/README.md b/README.md index bb08819d6..d65b58304 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +> [!IMPORTANT] +> This is a fork of Ollama with experimental ROCm support for AMD APUs / iGPUs (UMA/GTT memory) and stability tweaks. See `docs/rocm-apu.md` for setup details. + +## What’s Different in This Fork + +- Experimental ROCm support for AMD APUs / iGPUs using UMA/GTT memory. +- GTT-aware VRAM reporting for HIP to avoid 512 MB false limits on APUs. +- Safe defaults for mixed CPU/GPU offload via `OLLAMA_NUM_GPU`. +- Setup guide and runtime notes in `docs/rocm-apu.md`. +