Grosan Flaviu Gheorghe
AI, Linux, Programming Tutorials, and Game Development Guides.
-
How to Reduce AMD R9700 AI PRO GPU Power Usage by 17% for AI Inference with a Dockerised Controller
Running four AMD Radeon AI PRO R9700 GPUs at stock 300W each for local AI inference is wasteful. Like NVIDIA GPUs, AI inference workloads are memory-bandwidth bound, not compute bound.
-
Fine-Tuning a Qwen model on AMD Radeon AI PRO R9700 (RDNA4) using LlamaFactory
This documents the end-to-end process of fine-tuning Qwen3 models (0.6B and 1.7B) using LlamaFactory running on AMD Radeon AI PRO R9700 GPUs (gfx1201/RDNA4). For the purpose of
-
CharacterBody3D in Godot 4, Movement Setup and Motion Modes
CharacterBody3D is a physics body specialized for characters moved by script. It ignores incoming forces while pushing other bodies out of its way.
-
Dual AMD R9700 Setup on ASUS X99-E WS/USB 3.1
Running two AMD Radeon AI PRO R9700 cards (gfx1201, RDNA4, 32GB each) on an ageing ASUS X99-E WS/USB 3.1 board is possible, but the platform fights you at
-
Layer Split Model Parallelism on Hybrid AMD NVIDIA AI Servers using Vulkan and Llama CPP
Running a single large language model across GPUs from two different vendors is not something the tooling expects you to do. CUDA is NVIDIA only. ROCm is AMD only. The