Ollama – v0.19.0-rc0: ci: harden cuda include path handling (#15093)

Ollama – v0.19.0-rc0: ci: harden cuda include path handling (#15093)

🚨 Ollama v0.19.0-rc0 is here! 🚨

This release is all about CI/CD hardening, especially for Windows + CUDA users. While no flashy new features or model drops, it’s a critical under-the-hood fix that’ll make your builds smoother—especially in automated environments.

🔍 What’s new / fixed:

  • 🪟 Windows CUDA path fix: Ollama now correctly identifies and uses the real CUDA header directory—even when multiple `include` paths pop up (a common headache in Windows CI setups).
  • 🛠️ More reliable builds: Prevents failures where ambiguous or duplicated CUDA paths caused copy/compile errors.
  • 🧪 CI-friendly: Makes Ollama’s build system more resilient across platforms—great for maintainers and contributors.

💡 Why it matters: If you’ve ever seen cryptic CUDA include errors on Windows (or in GitHub Actions), this tweak is your new best friend.

Full details: PR #15093

Let’s get those local LLMs building flawlessly! 🛠️✨

🔗 View Release