[GH-ISSUE #14280] Ollama upgrade today reports 0GB vram and can't detect GTX 10-series card on latest nvidia driver #71357

Open
opened 2026-05-05 01:18:46 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @absol89 on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14280

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

Note sure what to write here. Ollama stopped running my models on VRAM after valentines day. Worked earlier

Relevant log output

C:\Users\absol>set OLLAMA_DEBUG=1

C:\Users\absol>ollama serve
time=2026-02-16T16:02:07.293+01:00 level=INFO source=routes.go:1636 msg="server config" env="map[CUDA_VISIBLE_DEVICES:0 GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:0 OLLAMA_DEBUG:DEBUG OLLAMA_EDITOR: OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:C:\\Users\\absol\\.ollama\\models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false OLLAMA_VULKAN:false ROCR_VISIBLE_DEVICES:]"
time=2026-02-16T16:02:07.301+01:00 level=INFO source=images.go:473 msg="total blobs: 34"
time=2026-02-16T16:02:07.303+01:00 level=INFO source=images.go:480 msg="total unused blobs removed: 0"
time=2026-02-16T16:02:07.306+01:00 level=INFO source=routes.go:1689 msg="Listening on 127.0.0.1:11434 (version 0.16.1)"
time=2026-02-16T16:02:07.306+01:00 level=DEBUG source=sched.go:121 msg="starting llm scheduler"
time=2026-02-16T16:02:07.307+01:00 level=INFO source=runner.go:67 msg="discovering available GPUs..."
time=2026-02-16T16:02:07.333+01:00 level=WARN source=runner.go:485 msg="user overrode visible devices" CUDA_VISIBLE_DEVICES=0
time=2026-02-16T16:02:07.333+01:00 level=WARN source=runner.go:489 msg="if GPUs are not correctly discovered, unset and try again"
time=2026-02-16T16:02:07.339+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\absol\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 52042"
time=2026-02-16T16:02:07.339+01:00 level=DEBUG source=server.go:432 msg=subprocess CUDA_VISIBLE_DEVICES=0 OLLAMA_DEBUG=1 PATH="C:\\Users\\absol\\AppData\\Local\\Programs\\Ollama\\lib\\ollama;C:\\Python314\\Scripts\\;C:\\Python314\\;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\java8path;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Oculus\\Support\\oculus-runtime;C:\\Program Files (x86)\\Razer Chroma SDK\\bin;C:\\Program Files\\Razer Chroma SDK\\bin;c:\\program files\\oculus\\support\\oculus-runtime;c:\\windows\\system32;c:\\windows;c:\\windows\\system32\\wbem;c:\\windows\\system32\\windowspowershell\\v1.0\\;c:\\windows\\system32\\openssh\\;c:\\program files\\git\\cmd;c:\\program files\\git lfs;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\WINDOWS\\system32\\config\\systemprofile\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\Plantronics\\Spokes3G\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\NVIDIA Corporation\\NVIDIA app\\NvDLISR;C:\\Users\\absol\\.bun\\bin;C:\\Program Files\\GitHub CLI\\;C:\\Program Files\\nodejs\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Git\\cmd;C:\\Users\\absol\\.local\\bin;C:\\Users\\absol\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\absol\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\absol\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\absol\\.lmstudio\\bin;C:\\Users\\absol\\AppData\\Local\\Programs\\Ollama;C:\\Users\\absol\\AppData\\Local\\Python\\bin;C:\\Users\\absol\\.bun\\bin;C:\\Users\\absol\\AppData\\Roaming\\npm" OLLAMA_LIBRARY_PATH=C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama
time=2026-02-16T16:02:07.400+01:00 level=DEBUG source=runner.go:437 msg="bootstrap discovery took" duration=67.5722ms OLLAMA_LIBRARY_PATH=[C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama] extra_envs=map[]
time=2026-02-16T16:02:07.400+01:00 level=DEBUG source=runner.go:124 msg="evaluating which, if any, devices to filter out" initial_count=0
time=2026-02-16T16:02:07.401+01:00 level=DEBUG source=runner.go:40 msg="GPU bootstrap discovery took" duration=95.5394ms
time=2026-02-16T16:02:07.401+01:00 level=INFO source=types.go:60 msg="inference compute" id=cpu library=cpu compute="" name=cpu description=cpu libdirs=ollama driver="" pci_id="" type="" total="31.9 GiB" available="26.0 GiB"
time=2026-02-16T16:02:07.402+01:00 level=INFO source=routes.go:1739 msg="vram-based default context" total_vram="0 B" default_num_ctx=4096
[GIN] 2026/02/16 - 16:06:01 | 200 |            0s |       127.0.0.1 | GET      "/api/version"

SERVER:
2026-02-16 12:15:50.007   Log opened. (Time zone: UTC+01:00)
2026-02-16 12:15:50.007   Setup version: Inno Setup version 6.7.0
2026-02-16 12:15:50.007   Original Setup EXE: C:\Users\absol\AppData\Local\Ollama\OllamaSetup.exe
2026-02-16 12:15:50.007   Setup command line: /SL5="$3416B0,1261835378,845312,C:\Users\absol\AppData\Local\Ollama\OllamaSetup.exe" /CLOSEAPPLICATIONS /LOG=upgrade.log /FORCECLOSEAPPLICATIONS /SP /NOCANCEL /SILENT
2026-02-16 12:15:50.007   Windows version: 10.0.19045
2026-02-16 12:15:50.007   Windows architecture: x64 (64-bit)
2026-02-16 12:15:50.007   Machine types supported by system: x86 x64
2026-02-16 12:15:50.007   User privileges: None
2026-02-16 12:15:50.031   Administrative install mode: No
2026-02-16 12:15:50.032   Install mode root key: HKEY_CURRENT_USER
2026-02-16 12:15:50.032   64-bit install mode: Yes
2026-02-16 12:15:50.032   RedirectionGuard status for current process: Enabled in enforcing mode
2026-02-16 12:15:50.033   Created temporary directory: C:\Users\absol\AppData\Local\Temp\is-EW39LXTJOB.tmp
2026-02-16 12:15:50.375   VC Redist version: 14.50.35719.0
2026-02-16 12:15:50.418   Found 46 files to register with RestartManager.
2026-02-16 12:15:50.418   Calling RestartManager's RmGetList.
2026-02-16 12:15:50.690   RmGetList finished successfully.
2026-02-16 12:15:50.690   RestartManager found an application using one of our files: ollama
2026-02-16 12:15:50.690   Can use RestartManager to avoid reboot? Yes (0)
2026-02-16 12:15:50.723   Starting the installation process.
2026-02-16 12:15:50.724   VC Redist version: 14.50.35719.0
2026-02-16 12:15:50.730   Shutting down applications using our files. (forced)
2026-02-16 12:15:51.081   Directory for uninstall files: C:\Users\absol\AppData\Local\Programs\Ollama
2026-02-16 12:15:51.094   Will append to existing uninstall log: C:\Users\absol\AppData\Local\Programs\Ollama\unins000.dat
2026-02-16 12:15:51.109   -- File entry --
2026-02-16 12:15:51.110   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\unins000.exe
2026-02-16 12:15:51.110   Non-default bitness: 32-bit
2026-02-16 12:15:51.114   Time stamp of our file: 2026-02-16 12:15:49.735
2026-02-16 12:15:51.114   Dest file exists.
2026-02-16 12:15:51.114   Time stamp of existing file: 2026-02-10 02:16:43.207
2026-02-16 12:15:51.114   Version of our file: 51.1054.0.0
2026-02-16 12:15:51.231   Version of existing file: 51.1054.0.0
2026-02-16 12:15:51.231   Installing the file.
2026-02-16 12:15:51.246   Leaving temporary file in place for now.
2026-02-16 12:15:51.465   -- File entry --
2026-02-16 12:15:51.466   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\ollama app.exe
2026-02-16 12:15:51.466   Time stamp of our file: 2026-02-12 23:03:36.000
2026-02-16 12:15:51.466   Dest file exists.
2026-02-16 12:15:51.466   Time stamp of existing file: 2026-02-07 02:06:48.000
2026-02-16 12:15:51.466   Installing the file.
2026-02-16 12:15:52.309   Successfully installed the file.
2026-02-16 12:15:52.310   VC Redist version: 14.50.35719.0
2026-02-16 12:15:52.644   -- File entry --
2026-02-16 12:15:52.645   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\ollama.exe
2026-02-16 12:15:52.645   Time stamp of our file: 2026-02-12 23:03:36.000
2026-02-16 12:15:52.645   Dest file exists.
2026-02-16 12:15:52.645   Time stamp of existing file: 2026-02-07 02:06:46.000
2026-02-16 12:15:52.645   Installing the file.
2026-02-16 12:15:54.229   Successfully installed the file.
2026-02-16 12:15:54.230   -- File entry --
2026-02-16 12:15:54.240   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-base.dll
2026-02-16 12:15:54.241   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.241   Installing the file.
2026-02-16 12:15:54.242   Creating directory: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama
2026-02-16 12:15:54.277   Successfully installed the file.
2026-02-16 12:15:54.277   -- File entry --
2026-02-16 12:15:54.278   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-alderlake.dll
2026-02-16 12:15:54.278   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.279   Installing the file.
2026-02-16 12:15:54.321   Successfully installed the file.
2026-02-16 12:15:54.322   -- File entry --
2026-02-16 12:15:54.323   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-haswell.dll
2026-02-16 12:15:54.323   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.323   Installing the file.
2026-02-16 12:15:54.356   Successfully installed the file.
2026-02-16 12:15:54.357   -- File entry --
2026-02-16 12:15:54.358   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-icelake.dll
2026-02-16 12:15:54.358   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.358   Installing the file.
2026-02-16 12:15:54.411   Successfully installed the file.
2026-02-16 12:15:54.412   -- File entry --
2026-02-16 12:15:54.412   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-sandybridge.dll
2026-02-16 12:15:54.413   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.413   Installing the file.
2026-02-16 12:15:54.449   Successfully installed the file.
2026-02-16 12:15:54.450   -- File entry --
2026-02-16 12:15:54.450   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-skylakex.dll
2026-02-16 12:15:54.451   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.451   Installing the file.
2026-02-16 12:15:54.490   Successfully installed the file.
2026-02-16 12:15:54.491   -- File entry --
2026-02-16 12:15:54.509   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-sse42.dll
2026-02-16 12:15:54.510   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.510   Installing the file.
2026-02-16 12:15:54.541   Successfully installed the file.
2026-02-16 12:15:54.542   -- File entry --
2026-02-16 12:15:54.542   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-x64.dll
2026-02-16 12:15:54.543   Time stamp of our file: 2026-02-12 23:03:34.000
2026-02-16 12:15:54.543   Installing the file.
2026-02-16 12:15:54.571   Successfully installed the file.
2026-02-16 12:15:54.572   -- File entry --
2026-02-16 12:15:54.573   Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\cuda_v12\cublas64_12.dll
2026-02-16 12:15:54.573   Time stamp of our file: 2026-02-12 23:03:24.000
2026-02-16 12:15:54.573   Installing the file.
2026-02-16 12:15:54.573   Creating directory: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\cuda_v12

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.16.1

Originally created by @absol89 on GitHub (Feb 16, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14280 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? Note sure what to write here. Ollama stopped running my models on VRAM after valentines day. Worked earlier ### Relevant log output ```shell C:\Users\absol>set OLLAMA_DEBUG=1 C:\Users\absol>ollama serve time=2026-02-16T16:02:07.293+01:00 level=INFO source=routes.go:1636 msg="server config" env="map[CUDA_VISIBLE_DEVICES:0 GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:0 OLLAMA_DEBUG:DEBUG OLLAMA_EDITOR: OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:C:\\Users\\absol\\.ollama\\models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false OLLAMA_VULKAN:false ROCR_VISIBLE_DEVICES:]" time=2026-02-16T16:02:07.301+01:00 level=INFO source=images.go:473 msg="total blobs: 34" time=2026-02-16T16:02:07.303+01:00 level=INFO source=images.go:480 msg="total unused blobs removed: 0" time=2026-02-16T16:02:07.306+01:00 level=INFO source=routes.go:1689 msg="Listening on 127.0.0.1:11434 (version 0.16.1)" time=2026-02-16T16:02:07.306+01:00 level=DEBUG source=sched.go:121 msg="starting llm scheduler" time=2026-02-16T16:02:07.307+01:00 level=INFO source=runner.go:67 msg="discovering available GPUs..." time=2026-02-16T16:02:07.333+01:00 level=WARN source=runner.go:485 msg="user overrode visible devices" CUDA_VISIBLE_DEVICES=0 time=2026-02-16T16:02:07.333+01:00 level=WARN source=runner.go:489 msg="if GPUs are not correctly discovered, unset and try again" time=2026-02-16T16:02:07.339+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\absol\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 52042" time=2026-02-16T16:02:07.339+01:00 level=DEBUG source=server.go:432 msg=subprocess CUDA_VISIBLE_DEVICES=0 OLLAMA_DEBUG=1 PATH="C:\\Users\\absol\\AppData\\Local\\Programs\\Ollama\\lib\\ollama;C:\\Python314\\Scripts\\;C:\\Python314\\;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\java8path;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Oculus\\Support\\oculus-runtime;C:\\Program Files (x86)\\Razer Chroma SDK\\bin;C:\\Program Files\\Razer Chroma SDK\\bin;c:\\program files\\oculus\\support\\oculus-runtime;c:\\windows\\system32;c:\\windows;c:\\windows\\system32\\wbem;c:\\windows\\system32\\windowspowershell\\v1.0\\;c:\\windows\\system32\\openssh\\;c:\\program files\\git\\cmd;c:\\program files\\git lfs;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\WINDOWS\\system32\\config\\systemprofile\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\Plantronics\\Spokes3G\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\NVIDIA Corporation\\NVIDIA app\\NvDLISR;C:\\Users\\absol\\.bun\\bin;C:\\Program Files\\GitHub CLI\\;C:\\Program Files\\nodejs\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Git\\cmd;C:\\Users\\absol\\.local\\bin;C:\\Users\\absol\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\absol\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\absol\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\absol\\.lmstudio\\bin;C:\\Users\\absol\\AppData\\Local\\Programs\\Ollama;C:\\Users\\absol\\AppData\\Local\\Python\\bin;C:\\Users\\absol\\.bun\\bin;C:\\Users\\absol\\AppData\\Roaming\\npm" OLLAMA_LIBRARY_PATH=C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama time=2026-02-16T16:02:07.400+01:00 level=DEBUG source=runner.go:437 msg="bootstrap discovery took" duration=67.5722ms OLLAMA_LIBRARY_PATH=[C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama] extra_envs=map[] time=2026-02-16T16:02:07.400+01:00 level=DEBUG source=runner.go:124 msg="evaluating which, if any, devices to filter out" initial_count=0 time=2026-02-16T16:02:07.401+01:00 level=DEBUG source=runner.go:40 msg="GPU bootstrap discovery took" duration=95.5394ms time=2026-02-16T16:02:07.401+01:00 level=INFO source=types.go:60 msg="inference compute" id=cpu library=cpu compute="" name=cpu description=cpu libdirs=ollama driver="" pci_id="" type="" total="31.9 GiB" available="26.0 GiB" time=2026-02-16T16:02:07.402+01:00 level=INFO source=routes.go:1739 msg="vram-based default context" total_vram="0 B" default_num_ctx=4096 [GIN] 2026/02/16 - 16:06:01 | 200 | 0s | 127.0.0.1 | GET "/api/version" SERVER: 2026-02-16 12:15:50.007 Log opened. (Time zone: UTC+01:00) 2026-02-16 12:15:50.007 Setup version: Inno Setup version 6.7.0 2026-02-16 12:15:50.007 Original Setup EXE: C:\Users\absol\AppData\Local\Ollama\OllamaSetup.exe 2026-02-16 12:15:50.007 Setup command line: /SL5="$3416B0,1261835378,845312,C:\Users\absol\AppData\Local\Ollama\OllamaSetup.exe" /CLOSEAPPLICATIONS /LOG=upgrade.log /FORCECLOSEAPPLICATIONS /SP /NOCANCEL /SILENT 2026-02-16 12:15:50.007 Windows version: 10.0.19045 2026-02-16 12:15:50.007 Windows architecture: x64 (64-bit) 2026-02-16 12:15:50.007 Machine types supported by system: x86 x64 2026-02-16 12:15:50.007 User privileges: None 2026-02-16 12:15:50.031 Administrative install mode: No 2026-02-16 12:15:50.032 Install mode root key: HKEY_CURRENT_USER 2026-02-16 12:15:50.032 64-bit install mode: Yes 2026-02-16 12:15:50.032 RedirectionGuard status for current process: Enabled in enforcing mode 2026-02-16 12:15:50.033 Created temporary directory: C:\Users\absol\AppData\Local\Temp\is-EW39LXTJOB.tmp 2026-02-16 12:15:50.375 VC Redist version: 14.50.35719.0 2026-02-16 12:15:50.418 Found 46 files to register with RestartManager. 2026-02-16 12:15:50.418 Calling RestartManager's RmGetList. 2026-02-16 12:15:50.690 RmGetList finished successfully. 2026-02-16 12:15:50.690 RestartManager found an application using one of our files: ollama 2026-02-16 12:15:50.690 Can use RestartManager to avoid reboot? Yes (0) 2026-02-16 12:15:50.723 Starting the installation process. 2026-02-16 12:15:50.724 VC Redist version: 14.50.35719.0 2026-02-16 12:15:50.730 Shutting down applications using our files. (forced) 2026-02-16 12:15:51.081 Directory for uninstall files: C:\Users\absol\AppData\Local\Programs\Ollama 2026-02-16 12:15:51.094 Will append to existing uninstall log: C:\Users\absol\AppData\Local\Programs\Ollama\unins000.dat 2026-02-16 12:15:51.109 -- File entry -- 2026-02-16 12:15:51.110 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\unins000.exe 2026-02-16 12:15:51.110 Non-default bitness: 32-bit 2026-02-16 12:15:51.114 Time stamp of our file: 2026-02-16 12:15:49.735 2026-02-16 12:15:51.114 Dest file exists. 2026-02-16 12:15:51.114 Time stamp of existing file: 2026-02-10 02:16:43.207 2026-02-16 12:15:51.114 Version of our file: 51.1054.0.0 2026-02-16 12:15:51.231 Version of existing file: 51.1054.0.0 2026-02-16 12:15:51.231 Installing the file. 2026-02-16 12:15:51.246 Leaving temporary file in place for now. 2026-02-16 12:15:51.465 -- File entry -- 2026-02-16 12:15:51.466 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\ollama app.exe 2026-02-16 12:15:51.466 Time stamp of our file: 2026-02-12 23:03:36.000 2026-02-16 12:15:51.466 Dest file exists. 2026-02-16 12:15:51.466 Time stamp of existing file: 2026-02-07 02:06:48.000 2026-02-16 12:15:51.466 Installing the file. 2026-02-16 12:15:52.309 Successfully installed the file. 2026-02-16 12:15:52.310 VC Redist version: 14.50.35719.0 2026-02-16 12:15:52.644 -- File entry -- 2026-02-16 12:15:52.645 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\ollama.exe 2026-02-16 12:15:52.645 Time stamp of our file: 2026-02-12 23:03:36.000 2026-02-16 12:15:52.645 Dest file exists. 2026-02-16 12:15:52.645 Time stamp of existing file: 2026-02-07 02:06:46.000 2026-02-16 12:15:52.645 Installing the file. 2026-02-16 12:15:54.229 Successfully installed the file. 2026-02-16 12:15:54.230 -- File entry -- 2026-02-16 12:15:54.240 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-base.dll 2026-02-16 12:15:54.241 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.241 Installing the file. 2026-02-16 12:15:54.242 Creating directory: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama 2026-02-16 12:15:54.277 Successfully installed the file. 2026-02-16 12:15:54.277 -- File entry -- 2026-02-16 12:15:54.278 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-alderlake.dll 2026-02-16 12:15:54.278 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.279 Installing the file. 2026-02-16 12:15:54.321 Successfully installed the file. 2026-02-16 12:15:54.322 -- File entry -- 2026-02-16 12:15:54.323 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-haswell.dll 2026-02-16 12:15:54.323 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.323 Installing the file. 2026-02-16 12:15:54.356 Successfully installed the file. 2026-02-16 12:15:54.357 -- File entry -- 2026-02-16 12:15:54.358 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-icelake.dll 2026-02-16 12:15:54.358 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.358 Installing the file. 2026-02-16 12:15:54.411 Successfully installed the file. 2026-02-16 12:15:54.412 -- File entry -- 2026-02-16 12:15:54.412 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-sandybridge.dll 2026-02-16 12:15:54.413 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.413 Installing the file. 2026-02-16 12:15:54.449 Successfully installed the file. 2026-02-16 12:15:54.450 -- File entry -- 2026-02-16 12:15:54.450 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-skylakex.dll 2026-02-16 12:15:54.451 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.451 Installing the file. 2026-02-16 12:15:54.490 Successfully installed the file. 2026-02-16 12:15:54.491 -- File entry -- 2026-02-16 12:15:54.509 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-sse42.dll 2026-02-16 12:15:54.510 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.510 Installing the file. 2026-02-16 12:15:54.541 Successfully installed the file. 2026-02-16 12:15:54.542 -- File entry -- 2026-02-16 12:15:54.542 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-x64.dll 2026-02-16 12:15:54.543 Time stamp of our file: 2026-02-12 23:03:34.000 2026-02-16 12:15:54.543 Installing the file. 2026-02-16 12:15:54.571 Successfully installed the file. 2026-02-16 12:15:54.572 -- File entry -- 2026-02-16 12:15:54.573 Dest filename: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\cuda_v12\cublas64_12.dll 2026-02-16 12:15:54.573 Time stamp of our file: 2026-02-12 23:03:24.000 2026-02-16 12:15:54.573 Installing the file. 2026-02-16 12:15:54.573 Creating directory: C:\Users\absol\AppData\Local\Programs\Ollama\lib\ollama\cuda_v12 ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.16.1
GiteaMirror added the bugnvidiagpuneeds more info labels 2026-05-05 01:18:47 -05:00
Author
Owner

@absol89 commented on GitHub (Feb 16, 2026):

Workaround: Downgraded to version 0.15 something for when ollama launch openclaw suppport was added. How do I pin it?

<!-- gh-comment-id:3909201845 --> @absol89 commented on GitHub (Feb 16, 2026): Workaround: Downgraded to version 0.15 something for when ollama launch openclaw suppport was added. How do I pin it?
Author
Owner

@rick-github commented on GitHub (Feb 18, 2026):

Automatic updates can be disabled by setting OLLAMA_UPDATE_URL=: in the server environment. If you set OLLAMA_DEBUG=2 this will add more detail during the GPU discovery process that may help figure out what's going on.

<!-- gh-comment-id:3918186626 --> @rick-github commented on GitHub (Feb 18, 2026): Automatic updates can be disabled by setting `OLLAMA_UPDATE_URL=:` in the server environment. If you set `OLLAMA_DEBUG=2` this will add more detail during the GPU discovery process that may help figure out what's going on.
Author
Owner

@hyperu commented on GitHub (Feb 22, 2026):

Your Ollama server thinks there’s 0 GB VRAM because it’s being forced to use a specific GPU via CUDA_VISIBLE_DEVICES and the OLLAMA_GPU_OVERHEAD is set to 0, which breaks detection on GTX 10‑series drivers.

quick fix – remove the override and give the scheduler a tiny overhead

unset CUDA_VISIBLE_DEVICES # or set it to the actual GPU index you want
export OLLAMA_GPU_OVERHEAD=1 # prevents the scheduler from thinking there’s no memory
This restores proper GPU visibility and lets the runner report the correct VRAM amount.

(related to #6789 – fix GPU detection when overhead is zero)

not working for me

<!-- gh-comment-id:3940128444 --> @hyperu commented on GitHub (Feb 22, 2026): > Your Ollama server thinks there’s 0 GB VRAM because it’s being forced to use a specific GPU via `CUDA_VISIBLE_DEVICES` and the `OLLAMA_GPU_OVERHEAD` is set to 0, which breaks detection on GTX 10‑series drivers. > > # quick fix – remove the override and give the scheduler a tiny overhead > unset CUDA_VISIBLE_DEVICES # or set it to the actual GPU index you want > export OLLAMA_GPU_OVERHEAD=1 # prevents the scheduler from thinking there’s no memory > This restores proper GPU visibility and lets the runner report the correct VRAM amount. > > (related to [#6789](https://github.com/ollama/ollama/pull/6789) – fix GPU detection when overhead is zero) not working for me
Author
Owner

@rick-github commented on GitHub (Feb 22, 2026):

not working for me

It's not working because it's a bot hallucination. If you set OLLAMA_DEBUG=2 and post the log that will help in debugging.

<!-- gh-comment-id:3940351925 --> @rick-github commented on GitHub (Feb 22, 2026): > not working for me It's not working because it's a bot hallucination. If you set `OLLAMA_DEBUG=2` and post the log that will help in debugging.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#71357