bruno.verachten.fr
Articles regarding my daily work and my tinkering at home
Videos here !
Archive of posts with category 'RISC-V'
Bringing AI Agents to RISC-V64: The First cagent Distribution Package
When the 40GB download completed and the model loaded into memory, I wondered: would a 70-billion parameter language model actually run on a RISC-V CPU? No GPU. No CUDA. Just...
When I set out to add native RISC-V 64-bit build support to the Node.js unofficial builds project, I thought it would be straightforward: fork the repo, write some SSH orchestration...
Setting up continuous integration for RISC-V64 is not as straightforward as x86_64 or ARM64. The official GitHub Actions runner doesn’t support RISC-V64, leading to a fascinating journey of finding alternatives,...