You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the GPU backend picker vendor-aware (CUDA/Vulkan/Metal/ROCm guidance)
Classify detected GPUs by vendor (NVIDIA/AMD/Intel/Apple) across all
detection paths, add an lspci fallback so AMD/Intel GPUs on Linux are
no longer invisible, and have the llama.cpp backend picker recommend
the right backend for the hardware — CUDA for NVIDIA, Vulkan for
AMD/Intel, Metal for Apple — with an explicit note that native ROCm
means using the Ollama backend (node-llama-cpp ships no ROCm/SYCL
prebuilds).
gpuBackendHint: "Only backends detected on this machine are shown as selectable, besides Auto and CPU.",
442
447
gpuBackendAuto: "Auto-detect",
443
448
gpuBackendCpu: "CPU only",
449
+
gpuRecommended: "Recommended",
450
+
gpuDetected: "Detected",
451
+
gpuAmdRocmNote:
452
+
"AMD GPUs are accelerated through Vulkan here. For native ROCm acceleration, run your models through the Ollama backend instead — it supports ROCm directly.",
453
+
gpuIntelVulkanNote: "Intel GPUs (Arc and integrated) are accelerated through Vulkan.",
454
+
gpuNoneDetectedNote: "No GPU detected — inference will run on the CPU.",
444
455
llamaCppNoModels: "No GGUF models downloaded yet — search Hugging Face below and choose \"Download for llama.cpp\".",
445
456
huggingFaceResults: "Hugging Face results",
446
457
huggingFaceResultsHint: "Real search results from huggingface.co — expand a model to see its GGUF files.",
gpuBackendHint: "Otomatik ve CPU dışında yalnızca bu makinede tespit edilen backend'ler seçilebilir olarak gösterilir.",
734
745
gpuBackendAuto: "Otomatik algıla",
735
746
gpuBackendCpu: "Yalnızca CPU",
747
+
gpuRecommended: "Önerilen",
748
+
gpuDetected: "Algılanan",
749
+
gpuAmdRocmNote:
750
+
"AMD GPU'lar burada Vulkan üzerinden hızlandırılır. Yerel ROCm hızlandırması için modellerinizi ROCm'u doğrudan destekleyen Ollama arka ucu üzerinden çalıştırın.",
751
+
gpuIntelVulkanNote: "Intel GPU'lar (Arc ve tümleşik) Vulkan üzerinden hızlandırılır.",
752
+
gpuNoneDetectedNote: "GPU algılanmadı — çıkarım CPU üzerinde çalışacak.",
736
753
llamaCppNoModels: "Henüz indirilmiş GGUF modeli yok — aşağıdan Hugging Face'te arayın ve \"llama.cpp için indir\"i seçin.",
737
754
huggingFaceResults: "Hugging Face sonuçları",
738
755
huggingFaceResultsHint: "huggingface.co'dan gerçek arama sonuçları — GGUF dosyalarını görmek için bir modeli genişletin.",
0 commit comments