[GH-ISSUE #14610] Still crashing on Ollama 0.17.1 with Intel Arc 140V (iGPU, Vulkan) #9466

Open
opened 2026-04-12 22:23:32 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ai-joe-git on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14610

What is the issue?

Still crashing on Ollama 0.17.1 with Intel Arc 140V (iGPU, Vulkan)

Tried GGML_VK_DISABLE_COOPMAT=1, GGML_VK_DISABLE_COOPMAT2=1, and GGML_VK_NO_PIPELINE_CACHE=1 — coopmat is now disabled (matrix cores: none) but the crash persists at the same location:

Exception 0xc0000005 in ggml_backend_sched_graph_compute_async
rax=0x0 (null pointer dereference)

The model loads fully (25/25 layers offloaded to Vulkan), then crashes on the first inference batch. This is reproducible every time on qwen3.5 — other models work fine on the same GPU/setup.

Relevant log output


OS

Docker, Windows

GPU

Intel

CPU

Intel

Ollama version

0.17.1

Originally created by @ai-joe-git on GitHub (Mar 4, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14610 ### What is the issue? Still crashing on Ollama 0.17.1 with Intel Arc 140V (iGPU, Vulkan) Tried `GGML_VK_DISABLE_COOPMAT=1`, `GGML_VK_DISABLE_COOPMAT2=1`, and `GGML_VK_NO_PIPELINE_CACHE=1` — coopmat is now disabled (`matrix cores: none`) but the crash persists at the same location: ``` Exception 0xc0000005 in ggml_backend_sched_graph_compute_async rax=0x0 (null pointer dereference) ``` The model loads fully (25/25 layers offloaded to Vulkan), then crashes on the **first inference batch**. This is reproducible every time on `qwen3.5` — other models work fine on the same GPU/setup. ### Relevant log output ```shell ``` ### OS Docker, Windows ### GPU Intel ### CPU Intel ### Ollama version 0.17.1
GiteaMirror added the bug label 2026-04-12 22:23:32 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 4, 2026):

Server logs will aid in debugging.

<!-- gh-comment-id:3995669287 --> @rick-github commented on GitHub (Mar 4, 2026): [Server logs](https://docs.ollama.com/troubleshooting) will aid in debugging.
Author
Owner

@ai-joe-git commented on GitHub (Mar 4, 2026):

time=2026-03-04T07:16:12.464+01:00 level=INFO source=routes.go:1663 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:16384 OLLAMA_DEBUG:INFO OLLAMA_EDITOR: OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0: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\\uscha\\.ollama\\models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NO_CLOUD:false OLLAMA_NUM_PARALLEL:4 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:true ROCR_VISIBLE_DEVICES:]"
time=2026-03-04T07:16:12.478+01:00 level=INFO source=routes.go:1665 msg="Ollama cloud disabled: false"
time=2026-03-04T07:16:12.498+01:00 level=INFO source=images.go:473 msg="total blobs: 9"
time=2026-03-04T07:16:12.499+01:00 level=INFO source=images.go:480 msg="total unused blobs removed: 0"
time=2026-03-04T07:16:12.501+01:00 level=INFO source=routes.go:1718 msg="Listening on [::]:11434 (version 0.17.1)"
time=2026-03-04T07:16:12.503+01:00 level=INFO source=runner.go:67 msg="discovering available GPUs..."
time=2026-03-04T07:16:12.515+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58103"
time=2026-03-04T07:16:13.606+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58109"
time=2026-03-04T07:16:14.717+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58116"
time=2026-03-04T07:16:15.310+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58122"
time=2026-03-04T07:16:15.585+01:00 level=INFO source=types.go:42 msg="inference compute" id=8680a064-0400-0000-0002-000000000000 filter_id="" library=Vulkan compute=0.0 name=Vulkan0 description="Intel(R) Arc(TM) 140V GPU (16GB)" libdirs=ollama,vulkan driver=0.0 pci_id="" type=iGPU total="27.6 GiB" available="27.1 GiB"
time=2026-03-04T07:16:15.585+01:00 level=INFO source=routes.go:1768 msg="vram-based default context" total_vram="27.6 GiB" default_num_ctx=32768
[GIN] 2026/03/04 - 07:16:15 | 200 |       1.298ms |       127.0.0.1 | GET      "/api/version"
[GIN] 2026/03/04 - 07:16:15 | 200 |       1.298ms |       127.0.0.1 | GET      "/api/version"
[GIN] 2026/03/04 - 07:16:15 | 200 |            0s |       127.0.0.1 | GET      "/api/version"
[GIN] 2026/03/04 - 07:16:15 | 200 |     23.6232ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:16:15 | 200 |    151.2297ms |       127.0.0.1 | POST     "/api/show"
[GIN] 2026/03/04 - 07:16:15 | 200 |      300.69ms |       127.0.0.1 | POST     "/api/me"
[GIN] 2026/03/04 - 07:16:15 | 200 |      300.69ms |       127.0.0.1 | POST     "/api/me"
[GIN] 2026/03/04 - 07:16:23 | 200 |      9.6562ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:16:23 | 200 |    131.9564ms |       127.0.0.1 | POST     "/api/show"
[GIN] 2026/03/04 - 07:16:23 | 200 |     94.2923ms |       127.0.0.1 | POST     "/api/show"
time=2026-03-04T07:16:23.520+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 49804"
time=2026-03-04T07:16:24.533+01:00 level=INFO source=cpu_windows.go:148 msg=packages count=1
time=2026-03-04T07:16:24.533+01:00 level=INFO source=cpu_windows.go:164 msg="efficiency cores detected" maxEfficiencyClass=1
time=2026-03-04T07:16:24.533+01:00 level=INFO source=cpu_windows.go:195 msg="" package=0 cores=8 efficiency=4 threads=8
time=2026-03-04T07:16:24.576+01:00 level=WARN source=sched.go:452 msg="model architecture does not currently support parallel requests" architecture=qwen35
time=2026-03-04T07:16:24.603+01:00 level=INFO source=server.go:247 msg="enabling flash attention"
time=2026-03-04T07:16:24.603+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --model C:\\Users\\uscha\\.ollama\\models\\blobs\\sha256-b709d81508a078a686961de6ca07a953b895d9b286c46e17f00fb267f4f2d297 --port 49810"
time=2026-03-04T07:16:24.606+01:00 level=INFO source=sched.go:491 msg="system memory" total="31.5 GiB" free="24.6 GiB" free_swap="48.7 GiB"
time=2026-03-04T07:16:24.606+01:00 level=INFO source=sched.go:498 msg="gpu memory" id=8680a064-0400-0000-0002-000000000000 library=Vulkan available="26.6 GiB" free="27.1 GiB" minimum="457.0 MiB" overhead="0 B"
time=2026-03-04T07:16:24.606+01:00 level=INFO source=server.go:757 msg="loading model" "model layers"=25 requested=-1
time=2026-03-04T07:16:24.634+01:00 level=INFO source=runner.go:1411 msg="starting ollama engine"
time=2026-03-04T07:16:24.647+01:00 level=INFO source=runner.go:1446 msg="Server listening on 127.0.0.1:49810"
time=2026-03-04T07:16:24.650+01:00 level=INFO source=runner.go:1284 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:16384 KvCacheType: NumThreads:4 GPULayers:25[ID:8680a064-0400-0000-0002-000000000000 Layers:25(0..24)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2026-03-04T07:16:24.680+01:00 level=INFO source=ggml.go:136 msg="" architecture=qwen35 file_type=Q8_0 name="" description="" num_tensors=728 num_key_values=52
load_backend: loaded CPU backend from C:\Users\uscha\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-alderlake.dll
ggml_vulkan: Found 1 Vulkan devices:
ggml_vulkan: 0 = Intel(R) Arc(TM) 140V GPU (16GB) (Intel Corporation) | uma: 1 | fp16: 1 | bf16: 0 | warp size: 32 | shared memory: 49152 | int dot: 1 | matrix cores: none
load_backend: loaded Vulkan backend from C:\Users\uscha\AppData\Local\Programs\Ollama\lib\ollama\vulkan\ggml-vulkan.dll
time=2026-03-04T07:16:24.731+01:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX_VNNI=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 compiler=cgo(clang)
ggml_backend_vk_get_device_memory called: uuid 8680a064-0400-0000-0002-000000000000
ggml_backend_vk_get_device_memory called: luid 0x000000000000cdba
ggml_dxgi_pdh_init called
DXGI + PDH Initialized. Getting GPU free memory info
[DXGI] Adapter Description: Intel(R) Arc(TM) 140V GPU (16GB), LUID: 0x000000000000CDBA, Dedicated: 0.12 GB, Shared: 27.45 GB
[DXGI] Adapter Description: Microsoft Basic Render Driver, LUID: 0x000000000000D1F7, Dedicated: 0.00 GB, Shared: 27.45 GB
Integrated GPU (Intel(R) Arc(TM) 140V GPU (16GB)) with LUID 0x000000000000cdba detected. Shared Total: 29470189240.00 bytes (27.45 GB), Shared Usage: 554373120.00 bytes (0.52 GB), Dedicated Total: 134217728.00 bytes (0.12 GB), Dedicated Usage: 0.00 bytes (0.00 GB)
ggml_backend_vk_get_device_memory utilizing DXGI + PDH memory reporting free: 29050033848 total: 29604406968
time=2026-03-04T07:16:25.164+01:00 level=INFO source=runner.go:1284 msg=load request="{Operation:alloc LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:16384 KvCacheType: NumThreads:4 GPULayers:25[ID:8680a064-0400-0000-0002-000000000000 Layers:25(0..24)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
ggml_backend_vk_get_device_memory called: uuid 8680a064-0400-0000-0002-000000000000
ggml_backend_vk_get_device_memory called: luid 0x000000000000cdba
ggml_dxgi_pdh_init called
DXGI + PDH Initialized. Getting GPU free memory info
[DXGI] Adapter Description: Intel(R) Arc(TM) 140V GPU (16GB), LUID: 0x000000000000CDBA, Dedicated: 0.12 GB, Shared: 27.45 GB
[DXGI] Adapter Description: Microsoft Basic Render Driver, LUID: 0x000000000000D1F7, Dedicated: 0.00 GB, Shared: 27.45 GB
Integrated GPU (Intel(R) Arc(TM) 140V GPU (16GB)) with LUID 0x000000000000cdba detected. Shared Total: 29470189240.00 bytes (27.45 GB), Shared Usage: 541769728.00 bytes (0.50 GB), Dedicated Total: 134217728.00 bytes (0.12 GB), Dedicated Usage: 0.00 bytes (0.00 GB)
ggml_backend_vk_get_device_memory utilizing DXGI + PDH memory reporting free: 29062637240 total: 29604406968
time=2026-03-04T07:16:26.267+01:00 level=INFO source=runner.go:1284 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:16384 KvCacheType: NumThreads:4 GPULayers:25[ID:8680a064-0400-0000-0002-000000000000 Layers:25(0..24)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:240 msg="model weights" device=Vulkan0 size="2.5 GiB"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:245 msg="model weights" device=CPU size="523.8 MiB"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=ggml.go:482 msg="offloading 24 repeating layers to GPU"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=ggml.go:489 msg="offloading output layer to GPU"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=ggml.go:494 msg="offloaded 25/25 layers to GPU"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:251 msg="kv cache" device=Vulkan0 size="673.6 MiB"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:262 msg="compute graph" device=Vulkan0 size="348.5 MiB"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:267 msg="compute graph" device=CPU size="16.5 MiB"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:272 msg="total memory" size="4.1 GiB"
time=2026-03-04T07:16:26.267+01:00 level=INFO source=sched.go:566 msg="loaded runners" count=1
time=2026-03-04T07:16:26.267+01:00 level=INFO source=server.go:1350 msg="waiting for llama runner to start responding"
time=2026-03-04T07:16:26.269+01:00 level=INFO source=server.go:1384 msg="waiting for server to become available" status="llm server loading model"
time=2026-03-04T07:16:30.526+01:00 level=INFO source=server.go:1388 msg="llama runner started in 5.92 seconds"
Exception 0xc0000005 0x1 0x5b1000 0x7ffc2407be7b
PC=0x7ffc2407be7b
signal arrived during external code execution

runtime.cgocall(0x7ff731957180, 0xc00046faa0)
	runtime/cgocall.go:167 +0x3e fp=0xc00046fa78 sp=0xc00046fa10 pc=0x7ff730a7243e
github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_graph_compute_async(0x19fe4561b80, 0x1a0c65afc20)
	_cgo_gotypes.go:963 +0x50 fp=0xc00046faa0 sp=0xc00046fa78 pc=0x7ff730f75310
github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify.func2(...)
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:825
github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify(0xc000e560c0, 0xc0000367e0?, {0xc0017b4c00, 0x1, 0x2?})
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:825 +0x1b5 fp=0xc00046fb78 sp=0xc00046faa0 pc=0x7ff730f84bd5
github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0xc0002172c0, {0x0, {0x7ff7321f35c0, 0xc000e560c0}, {0x7ff7322033a8, 0xc001424048}, {0xc000e4f680, 0xb, 0x10}, {{0x7ff7322033a8, ...}, ...}, ...})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:716 +0x862 fp=0xc00046fef0 sp=0xc00046fb78 pc=0x7ff7310afa82
github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1()
	github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x58 fp=0xc00046ffe0 sp=0xc00046fef0 pc=0x7ff7310ad778
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00046ffe8 sp=0xc00046ffe0 pc=0x7ff730a7d9a1
created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 7
	github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x2cd

goroutine 1 gp=0xc0000021c0 m=nil [IO wait]:
runtime.gopark(0x7ff730a7f1a0?, 0x7ff732ca82e0?, 0x20?, 0x54?, 0xc0000b54cc?)
	runtime/proc.go:435 +0xce fp=0xc000315630 sp=0xc000315610 pc=0x7ff730a7598e
runtime.netpollblock(0x220?, 0x30a10406?, 0xf7?)
	runtime/netpoll.go:575 +0xf7 fp=0xc000315668 sp=0xc000315630 pc=0x7ff730a3bdf7
internal/poll.runtime_pollWait(0x19fdd770e40, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc000315688 sp=0xc000315668 pc=0x7ff730a74b25
internal/poll.(*pollDesc).wait(0x7ff730b0a953?, 0x0?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0003156b0 sp=0xc000315688 pc=0x7ff730b0bf47
internal/poll.execIO(0xc0000b5420, 0xc00047b758)
	internal/poll/fd_windows.go:177 +0x105 fp=0xc000315728 sp=0xc0003156b0 pc=0x7ff730b0d3a5
internal/poll.(*FD).acceptOne(0xc0000b5408, 0x240, {0xc00022c0f0?, 0xc00047b7b8?, 0x7ff730b15065?}, 0xc00047b7ec?)
	internal/poll/fd_windows.go:946 +0x65 fp=0xc000315788 sp=0xc000315728 pc=0x7ff730b11925
internal/poll.(*FD).Accept(0xc0000b5408, 0xc000315938)
	internal/poll/fd_windows.go:980 +0x1b6 fp=0xc000315840 sp=0xc000315788 pc=0x7ff730b11c56
net.(*netFD).accept(0xc0000b5408)
	net/fd_windows.go:182 +0x4b fp=0xc000315958 sp=0xc000315840 pc=0x7ff730b8358b
net.(*TCPListener).accept(0xc000418000)
	net/tcpsock_posix.go:159 +0x1b fp=0xc0003159a8 sp=0xc000315958 pc=0x7ff730b99b3b
net.(*TCPListener).Accept(0xc000418000)
	net/tcpsock.go:380 +0x30 fp=0xc0003159d8 sp=0xc0003159a8 pc=0x7ff730b988f0
net/http.(*onceCloseListener).Accept(0xc00022a090?)
	<autogenerated>:1 +0x24 fp=0xc0003159f0 sp=0xc0003159d8 pc=0x7ff730db1fe4
net/http.(*Server).Serve(0xc000130000, {0x7ff7321e45f0, 0xc000418000})
	net/http/server.go:3424 +0x30c fp=0xc000315b20 sp=0xc0003159f0 pc=0x7ff730d898ac
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000136030, 0x4, 0x5})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1447 +0x94e fp=0xc000315cf0 sp=0xc000315b20 pc=0x7ff7310b6a2e
github.com/ollama/ollama/runner.Execute({0xc000136010?, 0x0?, 0x0?})
	github.com/ollama/ollama/runner/runner.go:18 +0x12b fp=0xc000315d30 sp=0xc000315cf0 pc=0x7ff7310c184b
github.com/ollama/ollama/cmd.NewCLI.func3(0xc0001e5700?, {0x7ff731fbd0f2?, 0x4?, 0x7ff731fbd0f6?})
	github.com/ollama/ollama/cmd/cmd.go:2270 +0x45 fp=0xc000315d58 sp=0xc000315d30 pc=0x7ff7318e8105
github.com/spf13/cobra.(*Command).execute(0xc0000efb08, {0xc0000974f0, 0x5, 0x5})
	github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000315e78 sp=0xc000315d58 pc=0x7ff730bfe75c
github.com/spf13/cobra.(*Command).ExecuteC(0xc0004d5508)
	github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000315f30 sp=0xc000315e78 pc=0x7ff730bfefa5
github.com/spf13/cobra.(*Command).Execute(...)
	github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
	github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000315f50 sp=0xc000315f30 pc=0x7ff7318ea5ad
runtime.main()
	runtime/proc.go:283 +0x27d fp=0xc000315fe0 sp=0xc000315f50 pc=0x7ff730a44ddd
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000315fe8 sp=0xc000315fe0 pc=0x7ff730a7d9a1

goroutine 2 gp=0xc0000028c0 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000075fa8 sp=0xc000075f88 pc=0x7ff730a7598e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.forcegchelper()
	runtime/proc.go:348 +0xb8 fp=0xc000075fe0 sp=0xc000075fa8 pc=0x7ff730a450f8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000075fe8 sp=0xc000075fe0 pc=0x7ff730a7d9a1
created by runtime.init.7 in goroutine 1
	runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000002c40 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000077f80 sp=0xc000077f60 pc=0x7ff730a7598e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.bgsweep(0xc00003c080)
	runtime/mgcsweep.go:316 +0xdf fp=0xc000077fc8 sp=0xc000077f80 pc=0x7ff730a2debf
runtime.gcenable.gowrap1()
	runtime/mgc.go:204 +0x25 fp=0xc000077fe0 sp=0xc000077fc8 pc=0x7ff730a22285
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000077fe8 sp=0xc000077fe0 pc=0x7ff730a7d9a1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000002e00 m=nil [GC scavenge wait]:
runtime.gopark(0xafa028?, 0xa9f781?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000089f78 sp=0xc000089f58 pc=0x7ff730a7598e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.(*scavengerState).park(0x7ff732cd2080)
	runtime/mgcscavenge.go:425 +0x49 fp=0xc000089fa8 sp=0xc000089f78 pc=0x7ff730a2b909
runtime.bgscavenge(0xc00003c080)
	runtime/mgcscavenge.go:658 +0x59 fp=0xc000089fc8 sp=0xc000089fa8 pc=0x7ff730a2be99
runtime.gcenable.gowrap2()
	runtime/mgc.go:205 +0x25 fp=0xc000089fe0 sp=0xc000089fc8 pc=0x7ff730a22225
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000089fe8 sp=0xc000089fe0 pc=0x7ff730a7d9a1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:205 +0xa5

goroutine 18 gp=0xc000106380 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000085e30 sp=0xc000085e10 pc=0x7ff730a7598e
runtime.runfinq()
	runtime/mfinal.go:196 +0x107 fp=0xc000085fe0 sp=0xc000085e30 pc=0x7ff730a21207
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x7ff730a7d9a1
created by runtime.createfing in goroutine 1
	runtime/mfinal.go:166 +0x3d

goroutine 19 gp=0xc000106e00 m=nil [chan receive]:
runtime.gopark(0xc00021f360?, 0xc002984018?, 0x60?, 0x9f?, 0x7ff730b6c1a8?)
	runtime/proc.go:435 +0xce fp=0xc000079f18 sp=0xc000079ef8 pc=0x7ff730a7598e
runtime.chanrecv(0xc0001083f0, 0x0, 0x1)
	runtime/chan.go:664 +0x445 fp=0xc000079f90 sp=0xc000079f18 pc=0x7ff730a12d45
runtime.chanrecv1(0x7ff730a44f40?, 0xc000079f76?)
	runtime/chan.go:506 +0x12 fp=0xc000079fb8 sp=0xc000079f90 pc=0x7ff730a128d2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1799 +0x2f fp=0xc000079fe0 sp=0xc000079fb8 pc=0x7ff730a254af
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000079fe8 sp=0xc000079fe0 pc=0x7ff730a7d9a1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1794 +0x85

goroutine 20 gp=0xc000107180 m=nil [GC worker (idle)]:
runtime.gopark(0xb43610370?, 0x3?, 0x74?, 0x5b?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000087f38 sp=0xc000087f18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc000087fc8 sp=0xc000087f38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000087fe0 sp=0xc000087fc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000087fe8 sp=0xc000087fe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000484000 m=nil [GC worker (idle)]:
runtime.gopark(0xb20396a90?, 0x3?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048bf38 sp=0xc00048bf18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048bfc8 sp=0xc00048bf38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048bfe0 sp=0xc00048bfc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 21 gp=0xc000107340 m=nil [GC worker (idle)]:
runtime.gopark(0xb436900c0?, 0x3?, 0xf4?, 0xb8?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000487f38 sp=0xc000487f18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc000487fc8 sp=0xc000487f38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000487fe0 sp=0xc000487fc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 22 gp=0xc000107500 m=nil [GC worker (idle)]:
runtime.gopark(0xb43389b4c?, 0x3?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000489f38 sp=0xc000489f18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc000489fc8 sp=0xc000489f38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000489fe0 sp=0xc000489fc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000489fe8 sp=0xc000489fe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 5 gp=0xc000003180 m=nil [GC worker (idle)]:
runtime.gopark(0xb43389b4c?, 0x1?, 0x0?, 0x91?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00008bf38 sp=0xc00008bf18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc00008bfc8 sp=0xc00008bf38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00008bfe0 sp=0xc00008bfc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00008bfe8 sp=0xc00008bfe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc0004841c0 m=nil [GC worker (idle)]:
runtime.gopark(0xb4340f6c0?, 0x1?, 0x40?, 0x28?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048df38 sp=0xc00048df18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048dfc8 sp=0xc00048df38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048dfe0 sp=0xc00048dfc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048dfe8 sp=0xc00048dfe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 23 gp=0xc0001076c0 m=nil [GC worker (idle)]:
runtime.gopark(0xb43610370?, 0x3?, 0x74?, 0x5b?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000471f38 sp=0xc000471f18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc000471fc8 sp=0xc000471f38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000471fe0 sp=0xc000471fc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000471fe8 sp=0xc000471fe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 6 gp=0xc000003340 m=nil [GC worker (idle)]:
runtime.gopark(0xb43389b4c?, 0x3?, 0xf4?, 0xb8?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00046df38 sp=0xc00046df18 pc=0x7ff730a7598e
runtime.gcBgMarkWorker(0xc000109810)
	runtime/mgc.go:1423 +0xe9 fp=0xc00046dfc8 sp=0xc00046df38 pc=0x7ff730a247a9
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00046dfe0 sp=0xc00046dfc8 pc=0x7ff730a24685
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00046dfe8 sp=0xc00046dfe0 pc=0x7ff730a7d9a1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 7 gp=0xc000484fc0 m=nil [chan receive]:
runtime.gopark(0x30?, 0x7ff731f16ba0?, 0x1?, 0x0?, 0xc0017c3798?)
	runtime/proc.go:435 +0xce fp=0xc0017c3750 sp=0xc0017c3730 pc=0x7ff730a7598e
runtime.chanrecv(0xc0006f21c0, 0x0, 0x1)
	runtime/chan.go:664 +0x445 fp=0xc0017c37c8 sp=0xc0017c3750 pc=0x7ff730a12d45
runtime.chanrecv1(0x7ff7320018aa?, 0x29?)
	runtime/chan.go:506 +0x12 fp=0xc0017c37f0 sp=0xc0017c37c8 pc=0x7ff730a128d2
github.com/ollama/ollama/runner/ollamarunner.(*Server).forwardBatch(_, {0x1, {0x7ff7321f35c0, 0xc0006db580}, {0x7ff7322033a8, 0xc00150f368}, {0xc000681c80, 0x1, 0x1}, {{0x7ff7322033a8, ...}, ...}, ...})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:476 +0xfa fp=0xc0017c3b58 sp=0xc0017c37f0 pc=0x7ff7310ad89a
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002172c0, {0x7ff7321e6f10, 0xc000097590})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:453 +0x18c fp=0xc0017c3fb8 sp=0xc0017c3b58 pc=0x7ff7310ad54c
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x28 fp=0xc0017c3fe0 sp=0xc0017c3fb8 pc=0x7ff7310b6ca8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0017c3fe8 sp=0xc0017c3fe0 pc=0x7ff730a7d9a1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x4c9

goroutine 50 gp=0xc000002000 m=nil [select]:
runtime.gopark(0xc0017c7a08?, 0x2?, 0xc0?, 0x77?, 0xc0017c786c?)
	runtime/proc.go:435 +0xce fp=0xc0017c7698 sp=0xc0017c7678 pc=0x7ff730a7598e
runtime.selectgo(0xc0017c7a08, 0xc0017c7868, 0xb?, 0x0, 0x1?, 0x1)
	runtime/select.go:351 +0x837 fp=0xc0017c77d0 sp=0xc0017c7698 pc=0x7ff730a56437
github.com/ollama/ollama/runner/ollamarunner.(*Server).completion(0xc0002172c0, {0x7ff7321e47a0, 0xc0006f40e0}, 0xc000518280)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:956 +0xc4e fp=0xc0017c7ac0 sp=0xc0017c77d0 pc=0x7ff7310b1d2e
github.com/ollama/ollama/runner/ollamarunner.(*Server).completion-fm({0x7ff7321e47a0?, 0xc0006f40e0?}, 0xc0017c7b40?)
	<autogenerated>:1 +0x36 fp=0xc0017c7af0 sp=0xc0017c7ac0 pc=0x7ff7310b7196
net/http.HandlerFunc.ServeHTTP(0xc00009a240?, {0x7ff7321e47a0?, 0xc0006f40e0?}, 0xc0017c7b60?)
	net/http/server.go:2294 +0x29 fp=0xc0017c7b18 sp=0xc0017c7af0 pc=0x7ff730d85ee9
net/http.(*ServeMux).ServeHTTP(0x7ff730a1b785?, {0x7ff7321e47a0, 0xc0006f40e0}, 0xc000518280)
	net/http/server.go:2822 +0x1c4 fp=0xc0017c7b68 sp=0xc0017c7b18 pc=0x7ff730d87de4
net/http.serverHandler.ServeHTTP({0x7ff7321e09d0?}, {0x7ff7321e47a0?, 0xc0006f40e0?}, 0x1?)
	net/http/server.go:3301 +0x8e fp=0xc0017c7b98 sp=0xc0017c7b68 pc=0x7ff730da586e
net/http.(*conn).serve(0xc00022a090, {0x7ff7321e6ed8, 0xc00026cf30})
	net/http/server.go:2102 +0x625 fp=0xc0017c7fb8 sp=0xc0017c7b98 pc=0x7ff730d843e5
net/http.(*Server).Serve.gowrap3()
	net/http/server.go:3454 +0x28 fp=0xc0017c7fe0 sp=0xc0017c7fb8 pc=0x7ff730d89ca8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0017c7fe8 sp=0xc0017c7fe0 pc=0x7ff730a7d9a1
created by net/http.(*Server).Serve in goroutine 1
	net/http/server.go:3454 +0x485

goroutine 845 gp=0xc000107dc0 m=nil [IO wait]:
runtime.gopark(0x0?, 0xc00022e020?, 0xc8?, 0xe0?, 0xc00022e0cc?)
	runtime/proc.go:435 +0xce fp=0xc0004e3d58 sp=0xc0004e3d38 pc=0x7ff730a7598e
runtime.netpollblock(0x234?, 0x30a10406?, 0xf7?)
	runtime/netpoll.go:575 +0xf7 fp=0xc0004e3d90 sp=0xc0004e3d58 pc=0x7ff730a3bdf7
internal/poll.runtime_pollWait(0x19fdd770d28, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc0004e3db0 sp=0xc0004e3d90 pc=0x7ff730a74b25
internal/poll.(*pollDesc).wait(0x234?, 0x72?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0004e3dd8 sp=0xc0004e3db0 pc=0x7ff730b0bf47
internal/poll.execIO(0xc00022e020, 0x7ff7320419e0)
	internal/poll/fd_windows.go:177 +0x105 fp=0xc0004e3e50 sp=0xc0004e3dd8 pc=0x7ff730b0d3a5
internal/poll.(*FD).Read(0xc00022e008, {0xc000210d61, 0x1, 0x1})
	internal/poll/fd_windows.go:438 +0x29b fp=0xc0004e3ef0 sp=0xc0004e3e50 pc=0x7ff730b0e07b
net.(*netFD).Read(0xc00022e008, {0xc000210d61?, 0xc000057758?, 0xc0004e3f70?})
	net/fd_posix.go:55 +0x25 fp=0xc0004e3f38 sp=0xc0004e3ef0 pc=0x7ff730b81465
net.(*conn).Read(0xc000112220, {0xc000210d61?, 0xc0000574c0?, 0x7ff730e04600?})
	net/net.go:194 +0x45 fp=0xc0004e3f80 sp=0xc0004e3f38 pc=0x7ff730b90b85
net/http.(*connReader).backgroundRead(0xc000210d50)
	net/http/server.go:690 +0x37 fp=0xc0004e3fc8 sp=0xc0004e3f80 pc=0x7ff730d7e2b7
net/http.(*connReader).startBackgroundRead.gowrap2()
	net/http/server.go:686 +0x25 fp=0xc0004e3fe0 sp=0xc0004e3fc8 pc=0x7ff730d7e1e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e3fe8 sp=0xc0004e3fe0 pc=0x7ff730a7d9a1
created by net/http.(*connReader).startBackgroundRead in goroutine 50
	net/http/server.go:686 +0xb6

goroutine 846 gp=0xc000506c40 m=nil [chan receive]:
runtime.gopark(0x30?, 0x7ff731f16ba0?, 0x1?, 0x4?, 0xc0004fbb20?)
	runtime/proc.go:435 +0xce fp=0xc0004fbad8 sp=0xc0004fbab8 pc=0x7ff730a7598e
runtime.chanrecv(0xc000108540, 0x0, 0x1)
	runtime/chan.go:664 +0x445 fp=0xc0004fbb50 sp=0xc0004fbad8 pc=0x7ff730a12d45
runtime.chanrecv1(0x7ff7320054b4?, 0x2c?)
	runtime/chan.go:506 +0x12 fp=0xc0004fbb78 sp=0xc0004fbb50 pc=0x7ff730a128d2
github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0xc0002172c0, {0x1, {0x7ff7321f35c0, 0xc0006db580}, {0x7ff7322033a8, 0xc00150f368}, {0xc000681c80, 0x1, 0x1}, {{0x7ff7322033a8, ...}, ...}, ...})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:645 +0x185 fp=0xc0004fbef0 sp=0xc0004fbb78 pc=0x7ff7310af3a5
github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1()
	github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x58 fp=0xc0004fbfe0 sp=0xc0004fbef0 pc=0x7ff7310ad778
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004fbfe8 sp=0xc0004fbfe0 pc=0x7ff730a7d9a1
created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 7
	github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x2cd
rax     0x0
rbx     0x0
rcx     0x1a0c9f050e0
rdx     0x0
rdi     0x80
rsi     0x5b1060
rbp     0x1a0c9f05080
rsp     0x37742ff480
r8      0x5b1000
r9      0x0
r10     0x5b1060
r11     0x0
r12     0x0
r13     0x1a0c66dbfa0
r14     0x0
r15     0x0
rip     0x7ffc2407be7b
rflags  0x10246
cs      0x33
fs      0x53
gs      0x2b
time=2026-03-04T07:16:31.884+01:00 level=ERROR source=server.go:1610 msg="post predict" error="Post \"http://127.0.0.1:49810/completion\": read tcp 127.0.0.1:49815->127.0.0.1:49810: wsarecv: An existing connection was forcibly closed by the remote host."
[GIN] 2026/03/04 - 07:16:31 | 500 |     8.448854s |       127.0.0.1 | POST     "/api/chat"
[GIN] 2026/03/04 - 07:16:53 | 200 |      1.6009ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:17:23 | 200 |      1.0308ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:17:53 | 200 |      1.5439ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:18:23 | 200 |      1.0343ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:18:53 | 200 |      1.6458ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:19:23 | 200 |       576.8µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:19:53 | 200 |      2.2623ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:20:23 | 200 |         506µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:20:53 | 200 |      2.1508ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:21:23 | 200 |      1.0224ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:21:53 | 200 |       700.8µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:22:23 | 200 |      1.5891ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:22:53 | 200 |       521.5µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:23:23 | 200 |       505.8µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:23:53 | 200 |      2.3877ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:24:23 | 200 |      1.0557ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:24:53 | 200 |      2.0782ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:25:23 | 200 |      1.0184ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:25:53 | 200 |      2.0026ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:26:23 | 200 |      2.5403ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:26:53 | 200 |       512.2µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:27:23 | 200 |       506.8µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:27:53 | 200 |       504.4µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:28:23 | 200 |      1.3231ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:28:53 | 200 |      3.5952ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:29:23 | 200 |      1.0263ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:29:53 | 200 |       1.033ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:30:23 | 200 |       510.4µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:30:53 | 200 |      1.1152ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:31:23 | 200 |      1.4188ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:31:53 | 200 |      1.0829ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:32:23 | 200 |      2.6482ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:32:53 | 200 |      2.7832ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:33:23 | 200 |      2.1624ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:33:53 | 200 |      2.5954ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:34:23 | 200 |      2.2851ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:34:53 | 200 |      5.2195ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:35:23 | 200 |      2.0676ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:35:53 | 200 |        1.87ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:36:23 | 200 |      2.8723ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:36:53 | 200 |      1.6966ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:37:23 | 200 |     29.8753ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:37:53 | 200 |      1.0926ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:38:23 | 200 |      2.4193ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:38:53 | 200 |      3.8075ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:39:23 | 200 |      2.7605ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:39:53 | 200 |      1.9209ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:40:23 | 200 |      2.6584ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:40:53 | 200 |      2.9129ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:41:24 | 200 |      1.7084ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:41:54 | 200 |      2.6779ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:42:24 | 200 |      1.5156ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:42:54 | 200 |      4.0946ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:43:24 | 200 |      2.0706ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:43:54 | 200 |      2.2224ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:44:24 | 200 |      2.1705ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:44:54 | 200 |      3.5338ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:45:24 | 200 |      2.1926ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:45:54 | 200 |      2.1505ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:46:24 | 200 |      1.9946ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:46:54 | 200 |      3.4532ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:47:24 | 200 |      2.7134ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:47:54 | 200 |      2.5791ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:48:24 | 200 |      2.6024ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:48:54 | 200 |      3.7032ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:49:24 | 200 |      2.4826ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:49:54 | 200 |       2.071ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:50:24 | 200 |      2.5967ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:50:54 | 200 |      3.7049ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:51:24 | 200 |      2.0334ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:51:54 | 200 |      5.3396ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:52:24 | 200 |      2.0751ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:52:54 | 200 |      3.2387ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:53:24 | 200 |      1.8308ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:53:54 | 200 |      1.7528ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:54:24 | 200 |      2.5449ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:54:54 | 200 |      3.3558ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:55:24 | 200 |      2.5443ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:55:54 | 200 |      2.4945ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:56:24 | 200 |      2.5263ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:56:54 | 200 |      2.4753ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:57:24 | 200 |      1.8923ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:57:54 | 200 |      2.6713ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:58:24 | 200 |      2.1068ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:58:54 | 200 |      3.0421ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:59:24 | 200 |      2.3114ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 07:59:54 | 200 |      2.2976ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:00:24 | 200 |      2.5727ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:00:54 | 200 |      4.0259ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:01:24 | 200 |      3.0874ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:01:54 | 200 |      2.4798ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:02:24 | 200 |      2.7691ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:02:54 | 200 |      4.5724ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:03:24 | 200 |      2.2484ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:03:54 | 200 |      2.4253ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:04:24 | 200 |      2.2303ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:04:54 | 200 |       4.319ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:05:24 | 200 |      1.8886ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:05:55 | 200 |      2.1919ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:06:25 | 200 |      2.4483ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:06:55 | 200 |      4.0719ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:07:25 | 200 |      2.6334ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:07:55 | 200 |       2.191ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:08:25 | 200 |      2.4954ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:08:55 | 200 |      4.1112ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:09:25 | 200 |      2.0492ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:09:55 | 200 |      2.2895ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:10:25 | 200 |      2.4114ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:10:55 | 200 |      3.6251ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:11:25 | 200 |       1.975ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:11:55 | 200 |      1.8632ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:12:25 | 200 |      1.7865ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:12:55 | 200 |      3.7553ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:13:25 | 200 |      2.2182ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:13:55 | 200 |      1.9951ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:14:25 | 200 |      2.4622ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:14:55 | 200 |      4.9987ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:15:25 | 200 |       2.306ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:15:55 | 200 |       623.8µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:16:25 | 200 |      2.4769ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:16:55 | 200 |      2.6319ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:17:25 | 200 |      1.9384ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:17:55 | 200 |      3.2848ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:18:25 | 200 |      2.4827ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:18:55 | 200 |      3.6978ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:19:25 | 200 |      2.1956ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:19:55 | 200 |      2.4321ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:20:25 | 200 |      2.1404ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:20:55 | 200 |      2.9126ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:21:25 | 200 |      2.1373ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:21:55 | 200 |      2.0463ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:22:25 | 200 |      2.2595ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:22:55 | 200 |      3.8618ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:23:25 | 200 |       2.222ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:23:55 | 200 |      2.7118ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:24:25 | 200 |      2.1916ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:24:55 | 200 |      2.3645ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:25:25 | 200 |      2.7385ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:25:55 | 200 |      1.9922ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:26:25 | 200 |      2.4205ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:26:55 | 200 |      3.9531ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:27:25 | 200 |       2.461ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:27:55 | 200 |      1.8482ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:28:25 | 200 |      2.9858ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:28:55 | 200 |      3.7162ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:29:25 | 200 |      1.8537ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:29:55 | 200 |      1.8025ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:30:25 | 200 |      2.1733ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:30:55 | 200 |      4.7732ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:31:26 | 200 |      1.9573ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:31:56 | 200 |      2.6311ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:32:26 | 200 |      2.4244ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:32:56 | 200 |      5.2822ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:33:26 | 200 |      2.3088ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:33:56 | 200 |      2.4629ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:34:26 | 200 |      2.3428ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:34:56 | 200 |      3.3507ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:35:26 | 200 |      2.1846ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:35:56 | 200 |      2.0876ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:36:26 | 200 |       2.778ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:36:56 | 200 |       4.573ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:37:26 | 200 |      2.3681ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:37:56 | 200 |      2.8875ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:38:26 | 200 |      2.1845ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:38:56 | 200 |      3.9763ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:39:26 | 200 |      2.3954ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:39:56 | 200 |      2.8431ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:40:26 | 200 |       1.944ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:40:56 | 200 |      2.9151ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:41:26 | 200 |      1.9722ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:41:56 | 200 |       2.333ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:42:26 | 200 |      2.0933ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:42:56 | 200 |      2.4619ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:43:26 | 200 |      2.2822ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:43:56 | 200 |      2.5115ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:44:26 | 200 |      2.5126ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:44:56 | 200 |        2.82ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:45:26 | 200 |      1.8478ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:45:56 | 200 |      2.1447ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:46:26 | 200 |      1.7732ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:46:56 | 200 |      3.4548ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:47:26 | 200 |      2.5243ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:47:56 | 200 |      1.7742ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:48:26 | 200 |      2.2132ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:48:56 | 200 |      3.0819ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:49:26 | 200 |      1.9376ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:49:56 | 200 |      2.5275ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:50:26 | 200 |      1.8714ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:50:56 | 200 |      5.2896ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:51:26 | 200 |      2.2194ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:51:56 | 200 |      2.4948ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:52:26 | 200 |      2.3697ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:52:56 | 200 |      3.9585ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:53:26 | 200 |      2.3041ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:53:56 | 200 |      3.6677ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:54:26 | 200 |      2.6194ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:54:56 | 200 |      3.8951ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:55:26 | 200 |      2.0526ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:55:56 | 200 |      2.5556ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:56:27 | 200 |      2.2414ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:56:57 | 200 |      3.5439ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:57:27 | 200 |      2.5198ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:57:57 | 200 |       2.238ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:58:27 | 200 |      2.5187ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:58:57 | 200 |      2.8849ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:59:27 | 200 |      2.3743ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 08:59:57 | 200 |      2.2303ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:00:27 | 200 |      1.9824ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:00:57 | 200 |      4.0452ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:01:27 | 200 |      2.4202ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:01:57 | 200 |      2.3221ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:02:27 | 200 |      2.1606ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:02:57 | 200 |      2.4486ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:03:27 | 200 |      2.2056ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:03:57 | 200 |      2.3684ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:04:27 | 200 |      2.0081ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:04:57 | 200 |      2.9707ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:05:27 | 200 |      2.4348ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:05:57 | 200 |      2.4161ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:06:27 | 200 |      1.3999ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:06:57 | 200 |      4.8808ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:07:27 | 200 |      2.0897ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:07:57 | 200 |      2.1316ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:08:27 | 200 |      1.8353ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:08:57 | 200 |      2.3261ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:09:27 | 200 |      2.4452ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:09:57 | 200 |      2.1189ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:10:27 | 200 |      2.1052ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:10:57 | 200 |      2.4779ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:11:27 | 200 |      2.4884ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:11:57 | 200 |      2.8485ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:12:27 | 200 |      2.4706ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:12:57 | 200 |      5.1793ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:13:27 | 200 |      1.6823ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:13:57 | 200 |      2.3518ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:14:27 | 200 |       2.495ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:14:57 | 200 |      3.5105ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:15:27 | 200 |       2.059ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:15:57 | 200 |       504.9µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:16:27 | 200 |      2.7663ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:16:57 | 200 |       3.105ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:17:27 | 200 |      1.8385ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:17:57 | 200 |      2.4019ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:18:27 | 200 |      1.8449ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:18:57 | 200 |      2.7257ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:19:27 | 200 |      2.2976ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:19:57 | 200 |      2.3701ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:20:27 | 200 |      2.3063ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:20:57 | 200 |      3.4042ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:21:27 | 200 |      2.0642ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:21:57 | 200 |      2.1121ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:22:27 | 200 |       2.077ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2026/03/04 - 09:22:58 | 200 |      1.7142ms |       127.0.0.1 | GET      "/api/tags"
<!-- gh-comment-id:3996013630 --> @ai-joe-git commented on GitHub (Mar 4, 2026): ``` time=2026-03-04T07:16:12.464+01:00 level=INFO source=routes.go:1663 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:16384 OLLAMA_DEBUG:INFO OLLAMA_EDITOR: OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0: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\\uscha\\.ollama\\models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NO_CLOUD:false OLLAMA_NUM_PARALLEL:4 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:true ROCR_VISIBLE_DEVICES:]" time=2026-03-04T07:16:12.478+01:00 level=INFO source=routes.go:1665 msg="Ollama cloud disabled: false" time=2026-03-04T07:16:12.498+01:00 level=INFO source=images.go:473 msg="total blobs: 9" time=2026-03-04T07:16:12.499+01:00 level=INFO source=images.go:480 msg="total unused blobs removed: 0" time=2026-03-04T07:16:12.501+01:00 level=INFO source=routes.go:1718 msg="Listening on [::]:11434 (version 0.17.1)" time=2026-03-04T07:16:12.503+01:00 level=INFO source=runner.go:67 msg="discovering available GPUs..." time=2026-03-04T07:16:12.515+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58103" time=2026-03-04T07:16:13.606+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58109" time=2026-03-04T07:16:14.717+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58116" time=2026-03-04T07:16:15.310+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 58122" time=2026-03-04T07:16:15.585+01:00 level=INFO source=types.go:42 msg="inference compute" id=8680a064-0400-0000-0002-000000000000 filter_id="" library=Vulkan compute=0.0 name=Vulkan0 description="Intel(R) Arc(TM) 140V GPU (16GB)" libdirs=ollama,vulkan driver=0.0 pci_id="" type=iGPU total="27.6 GiB" available="27.1 GiB" time=2026-03-04T07:16:15.585+01:00 level=INFO source=routes.go:1768 msg="vram-based default context" total_vram="27.6 GiB" default_num_ctx=32768 [GIN] 2026/03/04 - 07:16:15 | 200 | 1.298ms | 127.0.0.1 | GET "/api/version" [GIN] 2026/03/04 - 07:16:15 | 200 | 1.298ms | 127.0.0.1 | GET "/api/version" [GIN] 2026/03/04 - 07:16:15 | 200 | 0s | 127.0.0.1 | GET "/api/version" [GIN] 2026/03/04 - 07:16:15 | 200 | 23.6232ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:16:15 | 200 | 151.2297ms | 127.0.0.1 | POST "/api/show" [GIN] 2026/03/04 - 07:16:15 | 200 | 300.69ms | 127.0.0.1 | POST "/api/me" [GIN] 2026/03/04 - 07:16:15 | 200 | 300.69ms | 127.0.0.1 | POST "/api/me" [GIN] 2026/03/04 - 07:16:23 | 200 | 9.6562ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:16:23 | 200 | 131.9564ms | 127.0.0.1 | POST "/api/show" [GIN] 2026/03/04 - 07:16:23 | 200 | 94.2923ms | 127.0.0.1 | POST "/api/show" time=2026-03-04T07:16:23.520+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --port 49804" time=2026-03-04T07:16:24.533+01:00 level=INFO source=cpu_windows.go:148 msg=packages count=1 time=2026-03-04T07:16:24.533+01:00 level=INFO source=cpu_windows.go:164 msg="efficiency cores detected" maxEfficiencyClass=1 time=2026-03-04T07:16:24.533+01:00 level=INFO source=cpu_windows.go:195 msg="" package=0 cores=8 efficiency=4 threads=8 time=2026-03-04T07:16:24.576+01:00 level=WARN source=sched.go:452 msg="model architecture does not currently support parallel requests" architecture=qwen35 time=2026-03-04T07:16:24.603+01:00 level=INFO source=server.go:247 msg="enabling flash attention" time=2026-03-04T07:16:24.603+01:00 level=INFO source=server.go:431 msg="starting runner" cmd="C:\\Users\\uscha\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --ollama-engine --model C:\\Users\\uscha\\.ollama\\models\\blobs\\sha256-b709d81508a078a686961de6ca07a953b895d9b286c46e17f00fb267f4f2d297 --port 49810" time=2026-03-04T07:16:24.606+01:00 level=INFO source=sched.go:491 msg="system memory" total="31.5 GiB" free="24.6 GiB" free_swap="48.7 GiB" time=2026-03-04T07:16:24.606+01:00 level=INFO source=sched.go:498 msg="gpu memory" id=8680a064-0400-0000-0002-000000000000 library=Vulkan available="26.6 GiB" free="27.1 GiB" minimum="457.0 MiB" overhead="0 B" time=2026-03-04T07:16:24.606+01:00 level=INFO source=server.go:757 msg="loading model" "model layers"=25 requested=-1 time=2026-03-04T07:16:24.634+01:00 level=INFO source=runner.go:1411 msg="starting ollama engine" time=2026-03-04T07:16:24.647+01:00 level=INFO source=runner.go:1446 msg="Server listening on 127.0.0.1:49810" time=2026-03-04T07:16:24.650+01:00 level=INFO source=runner.go:1284 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:16384 KvCacheType: NumThreads:4 GPULayers:25[ID:8680a064-0400-0000-0002-000000000000 Layers:25(0..24)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2026-03-04T07:16:24.680+01:00 level=INFO source=ggml.go:136 msg="" architecture=qwen35 file_type=Q8_0 name="" description="" num_tensors=728 num_key_values=52 load_backend: loaded CPU backend from C:\Users\uscha\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-alderlake.dll ggml_vulkan: Found 1 Vulkan devices: ggml_vulkan: 0 = Intel(R) Arc(TM) 140V GPU (16GB) (Intel Corporation) | uma: 1 | fp16: 1 | bf16: 0 | warp size: 32 | shared memory: 49152 | int dot: 1 | matrix cores: none load_backend: loaded Vulkan backend from C:\Users\uscha\AppData\Local\Programs\Ollama\lib\ollama\vulkan\ggml-vulkan.dll time=2026-03-04T07:16:24.731+01:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX_VNNI=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 compiler=cgo(clang) ggml_backend_vk_get_device_memory called: uuid 8680a064-0400-0000-0002-000000000000 ggml_backend_vk_get_device_memory called: luid 0x000000000000cdba ggml_dxgi_pdh_init called DXGI + PDH Initialized. Getting GPU free memory info [DXGI] Adapter Description: Intel(R) Arc(TM) 140V GPU (16GB), LUID: 0x000000000000CDBA, Dedicated: 0.12 GB, Shared: 27.45 GB [DXGI] Adapter Description: Microsoft Basic Render Driver, LUID: 0x000000000000D1F7, Dedicated: 0.00 GB, Shared: 27.45 GB Integrated GPU (Intel(R) Arc(TM) 140V GPU (16GB)) with LUID 0x000000000000cdba detected. Shared Total: 29470189240.00 bytes (27.45 GB), Shared Usage: 554373120.00 bytes (0.52 GB), Dedicated Total: 134217728.00 bytes (0.12 GB), Dedicated Usage: 0.00 bytes (0.00 GB) ggml_backend_vk_get_device_memory utilizing DXGI + PDH memory reporting free: 29050033848 total: 29604406968 time=2026-03-04T07:16:25.164+01:00 level=INFO source=runner.go:1284 msg=load request="{Operation:alloc LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:16384 KvCacheType: NumThreads:4 GPULayers:25[ID:8680a064-0400-0000-0002-000000000000 Layers:25(0..24)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" ggml_backend_vk_get_device_memory called: uuid 8680a064-0400-0000-0002-000000000000 ggml_backend_vk_get_device_memory called: luid 0x000000000000cdba ggml_dxgi_pdh_init called DXGI + PDH Initialized. Getting GPU free memory info [DXGI] Adapter Description: Intel(R) Arc(TM) 140V GPU (16GB), LUID: 0x000000000000CDBA, Dedicated: 0.12 GB, Shared: 27.45 GB [DXGI] Adapter Description: Microsoft Basic Render Driver, LUID: 0x000000000000D1F7, Dedicated: 0.00 GB, Shared: 27.45 GB Integrated GPU (Intel(R) Arc(TM) 140V GPU (16GB)) with LUID 0x000000000000cdba detected. Shared Total: 29470189240.00 bytes (27.45 GB), Shared Usage: 541769728.00 bytes (0.50 GB), Dedicated Total: 134217728.00 bytes (0.12 GB), Dedicated Usage: 0.00 bytes (0.00 GB) ggml_backend_vk_get_device_memory utilizing DXGI + PDH memory reporting free: 29062637240 total: 29604406968 time=2026-03-04T07:16:26.267+01:00 level=INFO source=runner.go:1284 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:16384 KvCacheType: NumThreads:4 GPULayers:25[ID:8680a064-0400-0000-0002-000000000000 Layers:25(0..24)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:240 msg="model weights" device=Vulkan0 size="2.5 GiB" time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:245 msg="model weights" device=CPU size="523.8 MiB" time=2026-03-04T07:16:26.267+01:00 level=INFO source=ggml.go:482 msg="offloading 24 repeating layers to GPU" time=2026-03-04T07:16:26.267+01:00 level=INFO source=ggml.go:489 msg="offloading output layer to GPU" time=2026-03-04T07:16:26.267+01:00 level=INFO source=ggml.go:494 msg="offloaded 25/25 layers to GPU" time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:251 msg="kv cache" device=Vulkan0 size="673.6 MiB" time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:262 msg="compute graph" device=Vulkan0 size="348.5 MiB" time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:267 msg="compute graph" device=CPU size="16.5 MiB" time=2026-03-04T07:16:26.267+01:00 level=INFO source=device.go:272 msg="total memory" size="4.1 GiB" time=2026-03-04T07:16:26.267+01:00 level=INFO source=sched.go:566 msg="loaded runners" count=1 time=2026-03-04T07:16:26.267+01:00 level=INFO source=server.go:1350 msg="waiting for llama runner to start responding" time=2026-03-04T07:16:26.269+01:00 level=INFO source=server.go:1384 msg="waiting for server to become available" status="llm server loading model" time=2026-03-04T07:16:30.526+01:00 level=INFO source=server.go:1388 msg="llama runner started in 5.92 seconds" Exception 0xc0000005 0x1 0x5b1000 0x7ffc2407be7b PC=0x7ffc2407be7b signal arrived during external code execution runtime.cgocall(0x7ff731957180, 0xc00046faa0) runtime/cgocall.go:167 +0x3e fp=0xc00046fa78 sp=0xc00046fa10 pc=0x7ff730a7243e github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_graph_compute_async(0x19fe4561b80, 0x1a0c65afc20) _cgo_gotypes.go:963 +0x50 fp=0xc00046faa0 sp=0xc00046fa78 pc=0x7ff730f75310 github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify.func2(...) github.com/ollama/ollama/ml/backend/ggml/ggml.go:825 github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify(0xc000e560c0, 0xc0000367e0?, {0xc0017b4c00, 0x1, 0x2?}) github.com/ollama/ollama/ml/backend/ggml/ggml.go:825 +0x1b5 fp=0xc00046fb78 sp=0xc00046faa0 pc=0x7ff730f84bd5 github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0xc0002172c0, {0x0, {0x7ff7321f35c0, 0xc000e560c0}, {0x7ff7322033a8, 0xc001424048}, {0xc000e4f680, 0xb, 0x10}, {{0x7ff7322033a8, ...}, ...}, ...}) github.com/ollama/ollama/runner/ollamarunner/runner.go:716 +0x862 fp=0xc00046fef0 sp=0xc00046fb78 pc=0x7ff7310afa82 github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1() github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x58 fp=0xc00046ffe0 sp=0xc00046fef0 pc=0x7ff7310ad778 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00046ffe8 sp=0xc00046ffe0 pc=0x7ff730a7d9a1 created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 7 github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x2cd goroutine 1 gp=0xc0000021c0 m=nil [IO wait]: runtime.gopark(0x7ff730a7f1a0?, 0x7ff732ca82e0?, 0x20?, 0x54?, 0xc0000b54cc?) runtime/proc.go:435 +0xce fp=0xc000315630 sp=0xc000315610 pc=0x7ff730a7598e runtime.netpollblock(0x220?, 0x30a10406?, 0xf7?) runtime/netpoll.go:575 +0xf7 fp=0xc000315668 sp=0xc000315630 pc=0x7ff730a3bdf7 internal/poll.runtime_pollWait(0x19fdd770e40, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000315688 sp=0xc000315668 pc=0x7ff730a74b25 internal/poll.(*pollDesc).wait(0x7ff730b0a953?, 0x0?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0003156b0 sp=0xc000315688 pc=0x7ff730b0bf47 internal/poll.execIO(0xc0000b5420, 0xc00047b758) internal/poll/fd_windows.go:177 +0x105 fp=0xc000315728 sp=0xc0003156b0 pc=0x7ff730b0d3a5 internal/poll.(*FD).acceptOne(0xc0000b5408, 0x240, {0xc00022c0f0?, 0xc00047b7b8?, 0x7ff730b15065?}, 0xc00047b7ec?) internal/poll/fd_windows.go:946 +0x65 fp=0xc000315788 sp=0xc000315728 pc=0x7ff730b11925 internal/poll.(*FD).Accept(0xc0000b5408, 0xc000315938) internal/poll/fd_windows.go:980 +0x1b6 fp=0xc000315840 sp=0xc000315788 pc=0x7ff730b11c56 net.(*netFD).accept(0xc0000b5408) net/fd_windows.go:182 +0x4b fp=0xc000315958 sp=0xc000315840 pc=0x7ff730b8358b net.(*TCPListener).accept(0xc000418000) net/tcpsock_posix.go:159 +0x1b fp=0xc0003159a8 sp=0xc000315958 pc=0x7ff730b99b3b net.(*TCPListener).Accept(0xc000418000) net/tcpsock.go:380 +0x30 fp=0xc0003159d8 sp=0xc0003159a8 pc=0x7ff730b988f0 net/http.(*onceCloseListener).Accept(0xc00022a090?) <autogenerated>:1 +0x24 fp=0xc0003159f0 sp=0xc0003159d8 pc=0x7ff730db1fe4 net/http.(*Server).Serve(0xc000130000, {0x7ff7321e45f0, 0xc000418000}) net/http/server.go:3424 +0x30c fp=0xc000315b20 sp=0xc0003159f0 pc=0x7ff730d898ac github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000136030, 0x4, 0x5}) github.com/ollama/ollama/runner/ollamarunner/runner.go:1447 +0x94e fp=0xc000315cf0 sp=0xc000315b20 pc=0x7ff7310b6a2e github.com/ollama/ollama/runner.Execute({0xc000136010?, 0x0?, 0x0?}) github.com/ollama/ollama/runner/runner.go:18 +0x12b fp=0xc000315d30 sp=0xc000315cf0 pc=0x7ff7310c184b github.com/ollama/ollama/cmd.NewCLI.func3(0xc0001e5700?, {0x7ff731fbd0f2?, 0x4?, 0x7ff731fbd0f6?}) github.com/ollama/ollama/cmd/cmd.go:2270 +0x45 fp=0xc000315d58 sp=0xc000315d30 pc=0x7ff7318e8105 github.com/spf13/cobra.(*Command).execute(0xc0000efb08, {0xc0000974f0, 0x5, 0x5}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000315e78 sp=0xc000315d58 pc=0x7ff730bfe75c github.com/spf13/cobra.(*Command).ExecuteC(0xc0004d5508) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000315f30 sp=0xc000315e78 pc=0x7ff730bfefa5 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000315f50 sp=0xc000315f30 pc=0x7ff7318ea5ad runtime.main() runtime/proc.go:283 +0x27d fp=0xc000315fe0 sp=0xc000315f50 pc=0x7ff730a44ddd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000315fe8 sp=0xc000315fe0 pc=0x7ff730a7d9a1 goroutine 2 gp=0xc0000028c0 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000075fa8 sp=0xc000075f88 pc=0x7ff730a7598e runtime.goparkunlock(...) runtime/proc.go:441 runtime.forcegchelper() runtime/proc.go:348 +0xb8 fp=0xc000075fe0 sp=0xc000075fa8 pc=0x7ff730a450f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000075fe8 sp=0xc000075fe0 pc=0x7ff730a7d9a1 created by runtime.init.7 in goroutine 1 runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000002c40 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000077f80 sp=0xc000077f60 pc=0x7ff730a7598e runtime.goparkunlock(...) runtime/proc.go:441 runtime.bgsweep(0xc00003c080) runtime/mgcsweep.go:316 +0xdf fp=0xc000077fc8 sp=0xc000077f80 pc=0x7ff730a2debf runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc000077fe0 sp=0xc000077fc8 pc=0x7ff730a22285 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000077fe8 sp=0xc000077fe0 pc=0x7ff730a7d9a1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000002e00 m=nil [GC scavenge wait]: runtime.gopark(0xafa028?, 0xa9f781?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000089f78 sp=0xc000089f58 pc=0x7ff730a7598e runtime.goparkunlock(...) runtime/proc.go:441 runtime.(*scavengerState).park(0x7ff732cd2080) runtime/mgcscavenge.go:425 +0x49 fp=0xc000089fa8 sp=0xc000089f78 pc=0x7ff730a2b909 runtime.bgscavenge(0xc00003c080) runtime/mgcscavenge.go:658 +0x59 fp=0xc000089fc8 sp=0xc000089fa8 pc=0x7ff730a2be99 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000089fe0 sp=0xc000089fc8 pc=0x7ff730a22225 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000089fe8 sp=0xc000089fe0 pc=0x7ff730a7d9a1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 18 gp=0xc000106380 m=nil [finalizer wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000085e30 sp=0xc000085e10 pc=0x7ff730a7598e runtime.runfinq() runtime/mfinal.go:196 +0x107 fp=0xc000085fe0 sp=0xc000085e30 pc=0x7ff730a21207 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x7ff730a7d9a1 created by runtime.createfing in goroutine 1 runtime/mfinal.go:166 +0x3d goroutine 19 gp=0xc000106e00 m=nil [chan receive]: runtime.gopark(0xc00021f360?, 0xc002984018?, 0x60?, 0x9f?, 0x7ff730b6c1a8?) runtime/proc.go:435 +0xce fp=0xc000079f18 sp=0xc000079ef8 pc=0x7ff730a7598e runtime.chanrecv(0xc0001083f0, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc000079f90 sp=0xc000079f18 pc=0x7ff730a12d45 runtime.chanrecv1(0x7ff730a44f40?, 0xc000079f76?) runtime/chan.go:506 +0x12 fp=0xc000079fb8 sp=0xc000079f90 pc=0x7ff730a128d2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1799 +0x2f fp=0xc000079fe0 sp=0xc000079fb8 pc=0x7ff730a254af runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000079fe8 sp=0xc000079fe0 pc=0x7ff730a7d9a1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1794 +0x85 goroutine 20 gp=0xc000107180 m=nil [GC worker (idle)]: runtime.gopark(0xb43610370?, 0x3?, 0x74?, 0x5b?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000087f38 sp=0xc000087f18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc000087fc8 sp=0xc000087f38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000087fe0 sp=0xc000087fc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000087fe8 sp=0xc000087fe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000484000 m=nil [GC worker (idle)]: runtime.gopark(0xb20396a90?, 0x3?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048bf38 sp=0xc00048bf18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc00048bfc8 sp=0xc00048bf38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048bfe0 sp=0xc00048bfc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc000107340 m=nil [GC worker (idle)]: runtime.gopark(0xb436900c0?, 0x3?, 0xf4?, 0xb8?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000487f38 sp=0xc000487f18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc000487fc8 sp=0xc000487f38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000487fe0 sp=0xc000487fc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 22 gp=0xc000107500 m=nil [GC worker (idle)]: runtime.gopark(0xb43389b4c?, 0x3?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000489f38 sp=0xc000489f18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc000489fc8 sp=0xc000489f38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000489fe0 sp=0xc000489fc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000489fe8 sp=0xc000489fe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 5 gp=0xc000003180 m=nil [GC worker (idle)]: runtime.gopark(0xb43389b4c?, 0x1?, 0x0?, 0x91?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00008bf38 sp=0xc00008bf18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc00008bfc8 sp=0xc00008bf38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00008bfe0 sp=0xc00008bfc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00008bfe8 sp=0xc00008bfe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc0004841c0 m=nil [GC worker (idle)]: runtime.gopark(0xb4340f6c0?, 0x1?, 0x40?, 0x28?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048df38 sp=0xc00048df18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc00048dfc8 sp=0xc00048df38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048dfe0 sp=0xc00048dfc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048dfe8 sp=0xc00048dfe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 23 gp=0xc0001076c0 m=nil [GC worker (idle)]: runtime.gopark(0xb43610370?, 0x3?, 0x74?, 0x5b?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000471f38 sp=0xc000471f18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc000471fc8 sp=0xc000471f38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000471fe0 sp=0xc000471fc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000471fe8 sp=0xc000471fe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 6 gp=0xc000003340 m=nil [GC worker (idle)]: runtime.gopark(0xb43389b4c?, 0x3?, 0xf4?, 0xb8?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00046df38 sp=0xc00046df18 pc=0x7ff730a7598e runtime.gcBgMarkWorker(0xc000109810) runtime/mgc.go:1423 +0xe9 fp=0xc00046dfc8 sp=0xc00046df38 pc=0x7ff730a247a9 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00046dfe0 sp=0xc00046dfc8 pc=0x7ff730a24685 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00046dfe8 sp=0xc00046dfe0 pc=0x7ff730a7d9a1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 7 gp=0xc000484fc0 m=nil [chan receive]: runtime.gopark(0x30?, 0x7ff731f16ba0?, 0x1?, 0x0?, 0xc0017c3798?) runtime/proc.go:435 +0xce fp=0xc0017c3750 sp=0xc0017c3730 pc=0x7ff730a7598e runtime.chanrecv(0xc0006f21c0, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc0017c37c8 sp=0xc0017c3750 pc=0x7ff730a12d45 runtime.chanrecv1(0x7ff7320018aa?, 0x29?) runtime/chan.go:506 +0x12 fp=0xc0017c37f0 sp=0xc0017c37c8 pc=0x7ff730a128d2 github.com/ollama/ollama/runner/ollamarunner.(*Server).forwardBatch(_, {0x1, {0x7ff7321f35c0, 0xc0006db580}, {0x7ff7322033a8, 0xc00150f368}, {0xc000681c80, 0x1, 0x1}, {{0x7ff7322033a8, ...}, ...}, ...}) github.com/ollama/ollama/runner/ollamarunner/runner.go:476 +0xfa fp=0xc0017c3b58 sp=0xc0017c37f0 pc=0x7ff7310ad89a github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002172c0, {0x7ff7321e6f10, 0xc000097590}) github.com/ollama/ollama/runner/ollamarunner/runner.go:453 +0x18c fp=0xc0017c3fb8 sp=0xc0017c3b58 pc=0x7ff7310ad54c github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x28 fp=0xc0017c3fe0 sp=0xc0017c3fb8 pc=0x7ff7310b6ca8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0017c3fe8 sp=0xc0017c3fe0 pc=0x7ff730a7d9a1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x4c9 goroutine 50 gp=0xc000002000 m=nil [select]: runtime.gopark(0xc0017c7a08?, 0x2?, 0xc0?, 0x77?, 0xc0017c786c?) runtime/proc.go:435 +0xce fp=0xc0017c7698 sp=0xc0017c7678 pc=0x7ff730a7598e runtime.selectgo(0xc0017c7a08, 0xc0017c7868, 0xb?, 0x0, 0x1?, 0x1) runtime/select.go:351 +0x837 fp=0xc0017c77d0 sp=0xc0017c7698 pc=0x7ff730a56437 github.com/ollama/ollama/runner/ollamarunner.(*Server).completion(0xc0002172c0, {0x7ff7321e47a0, 0xc0006f40e0}, 0xc000518280) github.com/ollama/ollama/runner/ollamarunner/runner.go:956 +0xc4e fp=0xc0017c7ac0 sp=0xc0017c77d0 pc=0x7ff7310b1d2e github.com/ollama/ollama/runner/ollamarunner.(*Server).completion-fm({0x7ff7321e47a0?, 0xc0006f40e0?}, 0xc0017c7b40?) <autogenerated>:1 +0x36 fp=0xc0017c7af0 sp=0xc0017c7ac0 pc=0x7ff7310b7196 net/http.HandlerFunc.ServeHTTP(0xc00009a240?, {0x7ff7321e47a0?, 0xc0006f40e0?}, 0xc0017c7b60?) net/http/server.go:2294 +0x29 fp=0xc0017c7b18 sp=0xc0017c7af0 pc=0x7ff730d85ee9 net/http.(*ServeMux).ServeHTTP(0x7ff730a1b785?, {0x7ff7321e47a0, 0xc0006f40e0}, 0xc000518280) net/http/server.go:2822 +0x1c4 fp=0xc0017c7b68 sp=0xc0017c7b18 pc=0x7ff730d87de4 net/http.serverHandler.ServeHTTP({0x7ff7321e09d0?}, {0x7ff7321e47a0?, 0xc0006f40e0?}, 0x1?) net/http/server.go:3301 +0x8e fp=0xc0017c7b98 sp=0xc0017c7b68 pc=0x7ff730da586e net/http.(*conn).serve(0xc00022a090, {0x7ff7321e6ed8, 0xc00026cf30}) net/http/server.go:2102 +0x625 fp=0xc0017c7fb8 sp=0xc0017c7b98 pc=0x7ff730d843e5 net/http.(*Server).Serve.gowrap3() net/http/server.go:3454 +0x28 fp=0xc0017c7fe0 sp=0xc0017c7fb8 pc=0x7ff730d89ca8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0017c7fe8 sp=0xc0017c7fe0 pc=0x7ff730a7d9a1 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3454 +0x485 goroutine 845 gp=0xc000107dc0 m=nil [IO wait]: runtime.gopark(0x0?, 0xc00022e020?, 0xc8?, 0xe0?, 0xc00022e0cc?) runtime/proc.go:435 +0xce fp=0xc0004e3d58 sp=0xc0004e3d38 pc=0x7ff730a7598e runtime.netpollblock(0x234?, 0x30a10406?, 0xf7?) runtime/netpoll.go:575 +0xf7 fp=0xc0004e3d90 sp=0xc0004e3d58 pc=0x7ff730a3bdf7 internal/poll.runtime_pollWait(0x19fdd770d28, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0004e3db0 sp=0xc0004e3d90 pc=0x7ff730a74b25 internal/poll.(*pollDesc).wait(0x234?, 0x72?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0004e3dd8 sp=0xc0004e3db0 pc=0x7ff730b0bf47 internal/poll.execIO(0xc00022e020, 0x7ff7320419e0) internal/poll/fd_windows.go:177 +0x105 fp=0xc0004e3e50 sp=0xc0004e3dd8 pc=0x7ff730b0d3a5 internal/poll.(*FD).Read(0xc00022e008, {0xc000210d61, 0x1, 0x1}) internal/poll/fd_windows.go:438 +0x29b fp=0xc0004e3ef0 sp=0xc0004e3e50 pc=0x7ff730b0e07b net.(*netFD).Read(0xc00022e008, {0xc000210d61?, 0xc000057758?, 0xc0004e3f70?}) net/fd_posix.go:55 +0x25 fp=0xc0004e3f38 sp=0xc0004e3ef0 pc=0x7ff730b81465 net.(*conn).Read(0xc000112220, {0xc000210d61?, 0xc0000574c0?, 0x7ff730e04600?}) net/net.go:194 +0x45 fp=0xc0004e3f80 sp=0xc0004e3f38 pc=0x7ff730b90b85 net/http.(*connReader).backgroundRead(0xc000210d50) net/http/server.go:690 +0x37 fp=0xc0004e3fc8 sp=0xc0004e3f80 pc=0x7ff730d7e2b7 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc0004e3fe0 sp=0xc0004e3fc8 pc=0x7ff730d7e1e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e3fe8 sp=0xc0004e3fe0 pc=0x7ff730a7d9a1 created by net/http.(*connReader).startBackgroundRead in goroutine 50 net/http/server.go:686 +0xb6 goroutine 846 gp=0xc000506c40 m=nil [chan receive]: runtime.gopark(0x30?, 0x7ff731f16ba0?, 0x1?, 0x4?, 0xc0004fbb20?) runtime/proc.go:435 +0xce fp=0xc0004fbad8 sp=0xc0004fbab8 pc=0x7ff730a7598e runtime.chanrecv(0xc000108540, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc0004fbb50 sp=0xc0004fbad8 pc=0x7ff730a12d45 runtime.chanrecv1(0x7ff7320054b4?, 0x2c?) runtime/chan.go:506 +0x12 fp=0xc0004fbb78 sp=0xc0004fbb50 pc=0x7ff730a128d2 github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0xc0002172c0, {0x1, {0x7ff7321f35c0, 0xc0006db580}, {0x7ff7322033a8, 0xc00150f368}, {0xc000681c80, 0x1, 0x1}, {{0x7ff7322033a8, ...}, ...}, ...}) github.com/ollama/ollama/runner/ollamarunner/runner.go:645 +0x185 fp=0xc0004fbef0 sp=0xc0004fbb78 pc=0x7ff7310af3a5 github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1() github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x58 fp=0xc0004fbfe0 sp=0xc0004fbef0 pc=0x7ff7310ad778 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004fbfe8 sp=0xc0004fbfe0 pc=0x7ff730a7d9a1 created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 7 github.com/ollama/ollama/runner/ollamarunner/runner.go:459 +0x2cd rax 0x0 rbx 0x0 rcx 0x1a0c9f050e0 rdx 0x0 rdi 0x80 rsi 0x5b1060 rbp 0x1a0c9f05080 rsp 0x37742ff480 r8 0x5b1000 r9 0x0 r10 0x5b1060 r11 0x0 r12 0x0 r13 0x1a0c66dbfa0 r14 0x0 r15 0x0 rip 0x7ffc2407be7b rflags 0x10246 cs 0x33 fs 0x53 gs 0x2b time=2026-03-04T07:16:31.884+01:00 level=ERROR source=server.go:1610 msg="post predict" error="Post \"http://127.0.0.1:49810/completion\": read tcp 127.0.0.1:49815->127.0.0.1:49810: wsarecv: An existing connection was forcibly closed by the remote host." [GIN] 2026/03/04 - 07:16:31 | 500 | 8.448854s | 127.0.0.1 | POST "/api/chat" [GIN] 2026/03/04 - 07:16:53 | 200 | 1.6009ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:17:23 | 200 | 1.0308ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:17:53 | 200 | 1.5439ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:18:23 | 200 | 1.0343ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:18:53 | 200 | 1.6458ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:19:23 | 200 | 576.8µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:19:53 | 200 | 2.2623ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:20:23 | 200 | 506µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:20:53 | 200 | 2.1508ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:21:23 | 200 | 1.0224ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:21:53 | 200 | 700.8µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:22:23 | 200 | 1.5891ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:22:53 | 200 | 521.5µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:23:23 | 200 | 505.8µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:23:53 | 200 | 2.3877ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:24:23 | 200 | 1.0557ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:24:53 | 200 | 2.0782ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:25:23 | 200 | 1.0184ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:25:53 | 200 | 2.0026ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:26:23 | 200 | 2.5403ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:26:53 | 200 | 512.2µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:27:23 | 200 | 506.8µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:27:53 | 200 | 504.4µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:28:23 | 200 | 1.3231ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:28:53 | 200 | 3.5952ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:29:23 | 200 | 1.0263ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:29:53 | 200 | 1.033ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:30:23 | 200 | 510.4µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:30:53 | 200 | 1.1152ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:31:23 | 200 | 1.4188ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:31:53 | 200 | 1.0829ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:32:23 | 200 | 2.6482ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:32:53 | 200 | 2.7832ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:33:23 | 200 | 2.1624ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:33:53 | 200 | 2.5954ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:34:23 | 200 | 2.2851ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:34:53 | 200 | 5.2195ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:35:23 | 200 | 2.0676ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:35:53 | 200 | 1.87ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:36:23 | 200 | 2.8723ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:36:53 | 200 | 1.6966ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:37:23 | 200 | 29.8753ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:37:53 | 200 | 1.0926ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:38:23 | 200 | 2.4193ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:38:53 | 200 | 3.8075ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:39:23 | 200 | 2.7605ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:39:53 | 200 | 1.9209ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:40:23 | 200 | 2.6584ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:40:53 | 200 | 2.9129ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:41:24 | 200 | 1.7084ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:41:54 | 200 | 2.6779ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:42:24 | 200 | 1.5156ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:42:54 | 200 | 4.0946ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:43:24 | 200 | 2.0706ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:43:54 | 200 | 2.2224ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:44:24 | 200 | 2.1705ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:44:54 | 200 | 3.5338ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:45:24 | 200 | 2.1926ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:45:54 | 200 | 2.1505ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:46:24 | 200 | 1.9946ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:46:54 | 200 | 3.4532ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:47:24 | 200 | 2.7134ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:47:54 | 200 | 2.5791ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:48:24 | 200 | 2.6024ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:48:54 | 200 | 3.7032ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:49:24 | 200 | 2.4826ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:49:54 | 200 | 2.071ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:50:24 | 200 | 2.5967ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:50:54 | 200 | 3.7049ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:51:24 | 200 | 2.0334ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:51:54 | 200 | 5.3396ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:52:24 | 200 | 2.0751ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:52:54 | 200 | 3.2387ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:53:24 | 200 | 1.8308ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:53:54 | 200 | 1.7528ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:54:24 | 200 | 2.5449ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:54:54 | 200 | 3.3558ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:55:24 | 200 | 2.5443ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:55:54 | 200 | 2.4945ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:56:24 | 200 | 2.5263ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:56:54 | 200 | 2.4753ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:57:24 | 200 | 1.8923ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:57:54 | 200 | 2.6713ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:58:24 | 200 | 2.1068ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:58:54 | 200 | 3.0421ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:59:24 | 200 | 2.3114ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 07:59:54 | 200 | 2.2976ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:00:24 | 200 | 2.5727ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:00:54 | 200 | 4.0259ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:01:24 | 200 | 3.0874ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:01:54 | 200 | 2.4798ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:02:24 | 200 | 2.7691ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:02:54 | 200 | 4.5724ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:03:24 | 200 | 2.2484ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:03:54 | 200 | 2.4253ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:04:24 | 200 | 2.2303ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:04:54 | 200 | 4.319ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:05:24 | 200 | 1.8886ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:05:55 | 200 | 2.1919ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:06:25 | 200 | 2.4483ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:06:55 | 200 | 4.0719ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:07:25 | 200 | 2.6334ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:07:55 | 200 | 2.191ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:08:25 | 200 | 2.4954ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:08:55 | 200 | 4.1112ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:09:25 | 200 | 2.0492ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:09:55 | 200 | 2.2895ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:10:25 | 200 | 2.4114ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:10:55 | 200 | 3.6251ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:11:25 | 200 | 1.975ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:11:55 | 200 | 1.8632ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:12:25 | 200 | 1.7865ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:12:55 | 200 | 3.7553ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:13:25 | 200 | 2.2182ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:13:55 | 200 | 1.9951ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:14:25 | 200 | 2.4622ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:14:55 | 200 | 4.9987ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:15:25 | 200 | 2.306ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:15:55 | 200 | 623.8µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:16:25 | 200 | 2.4769ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:16:55 | 200 | 2.6319ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:17:25 | 200 | 1.9384ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:17:55 | 200 | 3.2848ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:18:25 | 200 | 2.4827ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:18:55 | 200 | 3.6978ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:19:25 | 200 | 2.1956ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:19:55 | 200 | 2.4321ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:20:25 | 200 | 2.1404ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:20:55 | 200 | 2.9126ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:21:25 | 200 | 2.1373ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:21:55 | 200 | 2.0463ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:22:25 | 200 | 2.2595ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:22:55 | 200 | 3.8618ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:23:25 | 200 | 2.222ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:23:55 | 200 | 2.7118ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:24:25 | 200 | 2.1916ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:24:55 | 200 | 2.3645ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:25:25 | 200 | 2.7385ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:25:55 | 200 | 1.9922ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:26:25 | 200 | 2.4205ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:26:55 | 200 | 3.9531ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:27:25 | 200 | 2.461ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:27:55 | 200 | 1.8482ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:28:25 | 200 | 2.9858ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:28:55 | 200 | 3.7162ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:29:25 | 200 | 1.8537ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:29:55 | 200 | 1.8025ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:30:25 | 200 | 2.1733ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:30:55 | 200 | 4.7732ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:31:26 | 200 | 1.9573ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:31:56 | 200 | 2.6311ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:32:26 | 200 | 2.4244ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:32:56 | 200 | 5.2822ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:33:26 | 200 | 2.3088ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:33:56 | 200 | 2.4629ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:34:26 | 200 | 2.3428ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:34:56 | 200 | 3.3507ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:35:26 | 200 | 2.1846ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:35:56 | 200 | 2.0876ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:36:26 | 200 | 2.778ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:36:56 | 200 | 4.573ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:37:26 | 200 | 2.3681ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:37:56 | 200 | 2.8875ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:38:26 | 200 | 2.1845ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:38:56 | 200 | 3.9763ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:39:26 | 200 | 2.3954ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:39:56 | 200 | 2.8431ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:40:26 | 200 | 1.944ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:40:56 | 200 | 2.9151ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:41:26 | 200 | 1.9722ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:41:56 | 200 | 2.333ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:42:26 | 200 | 2.0933ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:42:56 | 200 | 2.4619ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:43:26 | 200 | 2.2822ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:43:56 | 200 | 2.5115ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:44:26 | 200 | 2.5126ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:44:56 | 200 | 2.82ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:45:26 | 200 | 1.8478ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:45:56 | 200 | 2.1447ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:46:26 | 200 | 1.7732ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:46:56 | 200 | 3.4548ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:47:26 | 200 | 2.5243ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:47:56 | 200 | 1.7742ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:48:26 | 200 | 2.2132ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:48:56 | 200 | 3.0819ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:49:26 | 200 | 1.9376ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:49:56 | 200 | 2.5275ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:50:26 | 200 | 1.8714ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:50:56 | 200 | 5.2896ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:51:26 | 200 | 2.2194ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:51:56 | 200 | 2.4948ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:52:26 | 200 | 2.3697ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:52:56 | 200 | 3.9585ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:53:26 | 200 | 2.3041ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:53:56 | 200 | 3.6677ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:54:26 | 200 | 2.6194ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:54:56 | 200 | 3.8951ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:55:26 | 200 | 2.0526ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:55:56 | 200 | 2.5556ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:56:27 | 200 | 2.2414ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:56:57 | 200 | 3.5439ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:57:27 | 200 | 2.5198ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:57:57 | 200 | 2.238ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:58:27 | 200 | 2.5187ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:58:57 | 200 | 2.8849ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:59:27 | 200 | 2.3743ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 08:59:57 | 200 | 2.2303ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:00:27 | 200 | 1.9824ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:00:57 | 200 | 4.0452ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:01:27 | 200 | 2.4202ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:01:57 | 200 | 2.3221ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:02:27 | 200 | 2.1606ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:02:57 | 200 | 2.4486ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:03:27 | 200 | 2.2056ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:03:57 | 200 | 2.3684ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:04:27 | 200 | 2.0081ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:04:57 | 200 | 2.9707ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:05:27 | 200 | 2.4348ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:05:57 | 200 | 2.4161ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:06:27 | 200 | 1.3999ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:06:57 | 200 | 4.8808ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:07:27 | 200 | 2.0897ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:07:57 | 200 | 2.1316ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:08:27 | 200 | 1.8353ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:08:57 | 200 | 2.3261ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:09:27 | 200 | 2.4452ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:09:57 | 200 | 2.1189ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:10:27 | 200 | 2.1052ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:10:57 | 200 | 2.4779ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:11:27 | 200 | 2.4884ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:11:57 | 200 | 2.8485ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:12:27 | 200 | 2.4706ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:12:57 | 200 | 5.1793ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:13:27 | 200 | 1.6823ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:13:57 | 200 | 2.3518ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:14:27 | 200 | 2.495ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:14:57 | 200 | 3.5105ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:15:27 | 200 | 2.059ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:15:57 | 200 | 504.9µs | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:16:27 | 200 | 2.7663ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:16:57 | 200 | 3.105ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:17:27 | 200 | 1.8385ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:17:57 | 200 | 2.4019ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:18:27 | 200 | 1.8449ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:18:57 | 200 | 2.7257ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:19:27 | 200 | 2.2976ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:19:57 | 200 | 2.3701ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:20:27 | 200 | 2.3063ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:20:57 | 200 | 3.4042ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:21:27 | 200 | 2.0642ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:21:57 | 200 | 2.1121ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:22:27 | 200 | 2.077ms | 127.0.0.1 | GET "/api/tags" [GIN] 2026/03/04 - 09:22:58 | 200 | 1.7142ms | 127.0.0.1 | GET "/api/tags" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#9466