If you mean oLLM (the Python inference framework, not Ollama), there is currently no Gentoo ebuild, so the recommended installation is into a Python virtual environment using pip.
1. Install prerequisites
2. Create a virtual environment
3. Upgrade pip
4. Install oLLM
Or install the latest development version:
The project also documents optional CUDA acceleration packages for NVIDIA GPUs, but those are unnecessary on your Intel Arc system.
5. Verify
6. Activate when needed
Deactivate with:
Since you've previously configured Intel Arc, oneAPI/SYCL, and local AI tooling on your Gentoo system, oLLM will run on the CPU unless its supported backends are configured appropriately. The upstream examples primarily target CUDA-enabled NVIDIA systems.
If you actually meant Ollama instead of oLLM, let me know—I can provide the current Gentoo installation instructions for Ollama.