[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
88cf376dc4
commit
a5d1646989
1 changed files with 1 additions and 0 deletions
|
|
@ -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<i>) and don't rely on torch-xpu ordinals, so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue