-
mary751Hello all - I am trying to make a Intel Arc B70 card to work in FreeBSD 15.1 - I want to use it with llama.cpp to serve llms --- I have a problem, I installed drm-kmod , gpu-firmware-intel-kmod-battlemage and enable in /etc/rc.conf kld_list="i915kms" ( though I understand that battle image is not 1915kms) ---- I wonder if anyone can hint what to do, how to test it - nvtop tells me no GPU to load...
-
mary751it seem that it is an intel xe driver...
-
mary751It seem that people are working on it since 2024 freebsd/drm-kmod #316
-
checkpointmary751: I think it's kind of impossible to use Nvidia's API (CUDA) on Intel's GPU cards.
-
mary751checkpoint, obviously - maybe I misstype something - I wonder how should I configure Vulkan
-
checkpointmary751: have you tried installing latest drm-kmod driver (pkg install drm-kmod-20260508) ?
-
mary751checkpoint, yes - I install it - i wonder if in /etc/rc.conf I need to add kld_list="i915kms" ? or xe --- or what ?
-
checkpointmary751: try "kldload i915kms" as root and see if that detects your GPU card.
-
checkpointmary751: frankly, I don't know much about Vulkan on FreeBSD, try readinig these forum discussions: forums.freebsd.org/tags/vulkan, seems some ppl were ably to run wisper models.
-
bsdrobertyou can use vulkan with nvidia driver to run a local LLM on a nvidia GPU. But you're probably better offer buying a box dedicated to it like a DGX Spark.
-
bsdrobertanything worthwhile requires at least 200GB
-
checkpointbsdroberts: pls define "worthwhile" ? :)
-
bsdrobertif you want to be able to run a open weight flash model and essentially replace the role a cloud provider has.
5 minutes ago