gotcha-ollama-acceleration-deprecated

star 0

USE WHEN configuring CUDA support for Ollama — `services.ollama.acceleration = "cuda"` is removed in current nixpkgs. Use `package = pkgs.ollama-cuda` instead. First build is slow (~30 min) — nvcc compiles GGML for many CUDA arches and binary cache often misses.

phibkro By phibkro schedule Updated 6/3/2026

name: gotcha-ollama-acceleration-deprecated description: USE WHEN configuring CUDA support for Ollama — services.ollama.acceleration = "cuda" is removed in current nixpkgs. Use package = pkgs.ollama-cuda instead. First build is slow (~30 min) — nvcc compiles GGML for many CUDA arches and binary cache often misses.

services.ollama.acceleration = "cuda" is deprecated

Removed in current nixpkgs. Use package = pkgs.ollama-cuda instead. First build of ollama-cuda is slow (~30 min) — nvcc compiles GGML for many CUDA arches and binary cache often misses.

Install via CLI
npx skills add https://github.com/phibkro/homelab --skill gotcha-ollama-acceleration-deprecated
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator