A 13-year-old Xeon server runs Google's 26-billion-parameter Gemma 4 model at five tokens/sec. This showcases the ability to deploy modern AI models on outdated hardware, emphasizing engineering skill and model understanding.
A repurposed HP StoreVirtual storage box, equipped with two Ivy Bridge Xeon processors and no GPU, can run Googleβs Gemma 4 model. Despite its age and limitations, the server managed to process the model at approximately five tokens per second. This example illustrates that modern AI frameworks can be adapted to work on older systems, challenging the assumption that high-performance hardware is mandatory.
The initial efforts to deploy Gemma 4 faced issues as the server's Ivy Bridge Xeons did not support newer instruction sets such as AVX2 and FMA3 used by optimized AI inference codes. The development process involved troubleshooting and adapting existing code to enable operation on legacy hardware, highlighting the importance of understanding CPU architecture in effective AI deployment.
The project required collaboration with an AI agent, Claude, to address the shortcomings of the existing setup. Through iterative refinements, Claude helped modify the code to accommodate the pre-AVX2 architecture of the Ivy Bridge processors. This case underscores the need for hands-on engineering in AI development rather than solely relying on higher-level programming tools and environments.
This example from an outdated server illustrates the potential for running advanced AI models outside of traditional environments that rely heavily on GPUs. It signals a shift towards more accessible avenues for deploying AI technology, especially for individuals and organizations with limited resources.
β¨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors β check the original sources. How BrevFeed works β
A 13-year-old Xeon server runs Google's 26-billion-parameter Gemma 4 model at five tokens/sec. This showcases the ability to deploy modern AI models on outdated hardware, emphasizing engineering skill and model understanding.