From a96018358f2cfd1c0c5ca51c8bbeddd785ba0161 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:17:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/studio/backend/main.py b/studio/backend/main.py index ffebf17a94..730321711c 100644 --- a/studio/backend/main.py +++ b/studio/backend/main.py @@ -1241,6 +1241,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 + # 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 # they're valid even on an Intel/XPU host. Only fall through to the