diff --git a/studio/backend/main.py b/studio/backend/main.py index d4ed5090c3..1f5d02dc54 100644 --- a/studio/backend/main.py +++ b/studio/backend/main.py @@ -1242,6 +1242,7 @@ def _get_cached_system_gpu_info(logger) -> dict[str, Any]: try: from core.inference.llama_cpp import LlamaCppBackend from utils.hardware import DeviceType, get_device + is_vulkan_build = LlamaCppBackend._is_vulkan_backend() # Check the Vulkan build first: its picks live in ggml's own ordinal # space (--device Vulkan) and don't rely on torch-xpu ordinals, so