From 6c2129d5d0692f18e677c48d5ea7e015ecae5015 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Wed, 24 Jul 2024 15:22:00 -0700 Subject: [PATCH] Explain font problems on windows 10 --- docs/windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/windows.md b/docs/windows.md index 69c2aa6d..dbfc1440 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -23,6 +23,8 @@ Logs will often be helpful in diagnosing the problem (see * NVIDIA 452.39 or newer Drivers if you have an NVIDIA card * AMD Radeon Driver https://www.amd.com/en/support if you have a Radeon card +Ollama uses unicode characters for progress indication, which may render as unknown squares in some older terminal fonts in Windows 10. If you see this, try changing your terminal font settings. + ## API Access Here's a quick example showing API access from `powershell`