[GH-ISSUE #12429] 500 error #34015

Closed
opened 2026-04-22 17:14:33 -05:00 by GiteaMirror · 11 comments
Owner

Originally created by @simplify123 on GitHub (Sep 27, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12429

What is the issue?

When i run qwen3:14b model in ollama 0.12.3(docker deployed),i get a 500 error

root@db7164a55feb:/# ollama list
NAME         ID              SIZE      MODIFIED    
qwen3:14b    bdbd181c33f2    9.3 GB    2 hours ago    
qwen3:8b     500a1f067a9f    5.2 GB    3 hours ago    
root@db7164a55feb:/# ollama run qwen3:14b
Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:43133/load": EOF
root@db7164a55feb:/#

Relevant log output

time=2025-09-27T05:05:26.306Z level=INFO source=routes.go:1475 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:2562047h47m16.854775807s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[* http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
time=2025-09-27T05:05:26.309Z level=INFO source=images.go:518 msg="total blobs: 7"
time=2025-09-27T05:05:26.309Z level=INFO source=images.go:525 msg="total unused blobs removed: 0"
time=2025-09-27T05:05:26.309Z level=INFO source=routes.go:1528 msg="Listening on [::]:11434 (version 0.12.3)"
time=2025-09-27T05:05:26.309Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
time=2025-09-27T05:05:26.312Z level=INFO source=gpu.go:396 msg="no compatible GPUs were discovered"
time=2025-09-27T05:05:26.312Z level=INFO source=types.go:131 msg="inference compute" id=0 library=cpu variant="" compute="" driver=0.0 name="" total="31.4 GiB" available="27.2 GiB"
[GIN] 2025/09/27 - 05:05:30 | 200 |      57.502µs |  116.178.32.143 | GET      "/"
[GIN] 2025/09/27 - 05:05:31 | 404 |       4.719µs |  116.178.32.143 | GET      "/favicon.ico"
[GIN] 2025/09/27 - 05:05:53 | 200 |      31.289µs |       127.0.0.1 | HEAD     "/"
[GIN] 2025/09/27 - 05:05:53 | 200 |      598.32µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2025/09/27 - 05:06:01 | 200 |      33.558µs |       127.0.0.1 | HEAD     "/"
[GIN] 2025/09/27 - 05:06:01 | 200 |   58.750274ms |       127.0.0.1 | POST     "/api/show"
time=2025-09-27T05:06:01.841Z level=INFO source=server.go:217 msg="enabling flash attention"
time=2025-09-27T05:06:01.841Z level=INFO source=server.go:399 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 35671"
time=2025-09-27T05:06:01.841Z level=INFO source=server.go:672 msg="loading model" "model layers"=41 requested=-1
time=2025-09-27T05:06:01.842Z level=INFO source=server.go:678 msg="system memory" total="31.4 GiB" free="27.1 GiB" free_swap="3.8 GiB"
time=2025-09-27T05:06:01.855Z level=INFO source=runner.go:1252 msg="starting ollama engine"
time=2025-09-27T05:06:01.860Z level=INFO source=runner.go:1287 msg="Server listening on 127.0.0.1:35671"

5-09-27T05:06:01.863Z level=INFO source=runner.go:1171 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:true KvSize:4096 KvCacheType: NumThreads:8 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-09-27T05:06:01.897Z level=INFO source=ggml.go:131 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28
SIGILL: illegal instruction
PC=0x7ffb6cead4d6 m=11 sigcode=2
signal arrived during cgo execution
instruction bytes: 0xc5 0xf9 0x6e 0xfa 0xc5 0xc2 0x5c 0x35 0xe 0x99 0xa 0x0 0xc5 0xf9 0x7e 0xf2
goroutine 9 gp=0xc000602e00 m=11 mp=0xc000600808 [syscall]:
runtime.cgocall(0x55a8eee79730, 0xc000046718)
	runtime/cgocall.go:167 +0x4b fp=0xc0000466f0 sp=0xc0000466b8 pc=0x55a8ee16c3eb
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x7ffb4c000cc0)
	_cgo_gotypes.go:195 +0x3e fp=0xc000046718 sp=0xc0000466f0 pc=0x55a8ee51bfde
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc000040044, 0xf})
	github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b0 sp=0xc000046718 pc=0x55a8ee51ba75
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
	github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x526 fp=0xc000046a40 sp=0xc0000467b0 pc=0x55a8ee51b8c6
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
	sync/oncefunc.go:27 +0x62 fp=0xc000046a88 sp=0xc000046a40 pc=0x55a8ee51b2c2
sync.(*Once).doSlow(0x55a8ef63db90?, 0x55a8eff9abc0?)
	sync/once.go:78 +0xab fp=0xc000046ae0 sp=0xc000046a88 pc=0x55a8ee1814ab
sync.(*Once).Do(0x0?, 0xc000046b88?)
	sync/once.go:69 +0x19 fp=0xc000046b00 sp=0xc000046ae0 pc=0x55a8ee1813d9
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
	sync/oncefunc.go:32 +0x2d fp=0xc000046b30 sp=0xc000046b00 pc=0x55a8ee51b22d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046bc0 sp=0xc000046b30 pc=0x55a8ee5ac863
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
	sync/oncefunc.go:27 +0x62 fp=0xc000046c08 sp=0xc000046bc0 pc=0x55a8ee5ac762
sync.(*Once).doSlow(0x155a8ef6337f8?, 0xc00011c950?)
	sync/once.go:78 +0xab fp=0xc000046c60 sp=0xc000046c08 pc=0x55a8ee1814ab
sync.(*Once).Do(0x55a8ee181560?, 0x55a8eff9b1dc?)
	sync/once.go:69 +0x19 fp=0xc000046c80 sp=0xc000046c60 pc=0x55a8ee1813d9
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
	sync/oncefunc.go:32 +0x2d fp=0xc000046cb0 sp=0xc000046c80 pc=0x55a8ee5ac6cd
github.com/ollama/ollama/ml/backend/ggml.New({0x7fffeb008dd6, 0x62}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1})
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:142 +0x124 fp=0xc000047580 sp=0xc000046cb0 pc=0x55a8ee5b4f64
github.com/ollama/ollama/ml.NewBackend({0x7fffeb008dd6, 0x62}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1})
	github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475d0 sp=0xc000047580 pc=0x55a8ee55427c
github.com/ollama/ollama/model.New({0x7fffeb008dd6?, 0x0?}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1})
	github.com/ollama/ollama/model/model.go:106 +0x7e fp=0xc0000476a0 sp=0xc0000475d0 pc=0x55a8ee5c941e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc00022af00, {0x7fffeb008dd6?, 0x55a8ee46343a?}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1}, {0x0, ...}, ...)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1100 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x55a8ee6820cc
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc00022af00, {0x55a8ef63b868, 0xc0005acc40}, 0xc0000c57c0)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1198 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x55a8ee682cad
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55a8ef63b868?, 0xc0005acc40?}, 0xc000019b40?)
	<autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x55a8ee6844d6
net/http.HandlerFunc.ServeHTTP(0xc000037800?, {0x55a8ef63b868?, 0xc0005acc40?}, 0xc000019b60?)
	net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x55a8ee46e109
net/http.(*ServeMux).ServeHTTP(0x55a8ee113d85?, {0x55a8ef63b868, 0xc0005acc40}, 0xc0000c57c0)
	net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x55a8ee470004
net/http.serverHandler.ServeHTTP({0x55a8ef637eb0?}, {0x55a8ef63b868?, 0xc0005acc40?}, 0x1?)
	net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x55a8ee48da8e
net/http.(*conn).serve(0xc0000d83f0, {0x55a8ef63dbc8, 0xc000225f50})
	net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x55a8ee46c605
net/http.(*Server).Serve.gowrap3()
	net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x55a8ee471ec8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x55a8ee176fa1
created by net/http.(*Server).Serve in goroutine 1
	net/http/server.go:3454 +0x485
goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000619788 sp=0xc000619768 pc=0x55a8ee16f86e
runtime.netpollblock(0xc0004977d8?, 0xee108666?, 0xa8?)
	runtime/netpoll.go:575 +0xf7 fp=0xc0006197c0 sp=0xc000619788 pc=0x55a8ee134357
internal/poll.runtime_pollWait(0x7ffb76dc6de0, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc0006197e0 sp=0xc0006197c0 pc=0x55a8ee16ea85
internal/poll.(*pollDesc).wait(0xc000594e80?, 0x900000036?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000619808 sp=0xc0006197e0 pc=0x55a8ee1f5ec7
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000594e80)
	internal/poll/fd_unix.go:620 +0x295 fp=0xc0006198b0 sp=0xc000619808 pc=0x55a8ee1fb295
net.(*netFD).accept(0xc000594e80)
	net/fd_unix.go:172 +0x29 fp=0xc000619968 sp=0xc0006198b0 pc=0x55a8ee26e249
net.(*TCPListener).accept(0xc00059ef00)
	net/tcpsock_posix.go:159 +0x1b fp=0xc0006199b8 sp=0xc000619968 pc=0x55a8ee283bfb
net.(*TCPListener).Accept(0xc00059ef00)
	net/tcpsock.go:380 +0x30 fp=0xc0006199e8 sp=0xc0006199b8 pc=0x55a8ee282ab0
net/http.(*onceCloseListener).Accept(0xc0000d83f0?)
	<autogenerated>:1 +0x24 fp=0xc000619a00 sp=0xc0006199e8 pc=0x55a8ee49a204
net/http.(*Server).Serve(0xc0001f9500, {0x55a8ef63b688, 0xc00059ef00})
	net/http/server.go:3424 +0x30c fp=0xc000619b30 sp=0xc000619a00 pc=0x55a8ee471acc
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000132030, 0x4, 0x4})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1288 +0x935 fp=0xc000619d08 sp=0xc000619b30 pc=0x55a8ee683ef5
github.com/ollama/ollama/runner.Execute({0xc000132010?, 0x0?, 0x0?})
	github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000619d30 sp=0xc000619d08 pc=0x55a8ee684769
github.com/ollama/ollama/cmd.NewCLI.func2(0xc0001f9300?, {0x55a8ef14c0b2?, 0x4?, 0x55a8ef14c0b6?})
	github.com/ollama/ollama/cmd/cmd.go:1769 +0x45 fp=0xc000619d58 sp=0xc000619d30 pc=0x55a8eedf6ba5
github.com/spf13/cobra.(*Command).execute(0xc0000db508, {0xc0005a2ff0, 0x5, 0x5})
	github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000619e78 sp=0xc000619d58 pc=0x55a8ee2e789c
github.com/spf13/cobra.(*Command).ExecuteC(0xc00071e908)
	github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000619f30 sp=0xc000619e78 pc=0x55a8ee2e80e5
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=0xc000619f50 sp=0xc000619f30 pc=0x55a8eedf766d
runtime.main()
	runtime/proc.go:283 +0x29d fp=0xc000619fe0 sp=0xc000619f50 pc=0x55a8ee13b9dd
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000619fe8 sp=0xc000619fe0 pc=0x55a8ee176fa1
goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x55a8ee16f86e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.forcegchelper()
	runtime/proc.go:348 +0xb8 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x55a8ee13bd18
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x55a8ee176fa1
created by runtime.init.7 in goroutine 1
	runtime/proc.go:336 +0x1a
goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000085780 sp=0xc000085760 pc=0x55a8ee16f86e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.bgsweep(0xc0000aa000)
	runtime/mgcsweep.go:316 +0xdf fp=0xc0000857c8 sp=0xc000085780 pc=0x55a8ee1264bf
runtime.gcenable.gowrap1()
	runtime/mgc.go:204 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x55a8ee11a8a5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x55a8ee176fa1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:204 +0x66
goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x55a8ef314e18?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000085f78 sp=0xc000085f58 pc=0x55a8ee16f86e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.(*scavengerState).park(0x55a8efeed1c0)
	runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa8 sp=0xc000085f78 pc=0x55a8ee123f09
runtime.bgscavenge(0xc0000aa000)
	runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa8 pc=0x55a8ee124499
runtime.gcenable.gowrap2()
	runtime/mgc.go:205 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x55a8ee11a845
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x55a8ee176fa1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:205 +0xa5
goroutine 18 gp=0xc000102700 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0x55a8ee13df89?, 0x1?, 0x23?, 0xc000084688?)
	runtime/proc.go:435 +0xce fp=0xc000084630 sp=0xc000084610 pc=0x55a8ee16f86e
runtime.runfinq()
	runtime/mfinal.go:196 +0x107 fp=0xc0000847e0 sp=0xc000084630 pc=0x55a8ee119867
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x55a8ee176fa1
created by runtime.createfing in goroutine 1
	runtime/mfinal.go:166 +0x3d
goroutine 19 gp=0xc000103180 m=nil [chan receive]:
runtime.gopark(0xc00017b9a0?, 0xc000010030?, 0x60?, 0x7?, 0x55a8ee254e88?)
	runtime/proc.go:435 +0xce fp=0xc000080718 sp=0xc0000806f8 pc=0x55a8ee16f86e
runtime.chanrecv(0xc000110310, 0x0, 0x1)
	runtime/chan.go:664 +0x445 fp=0xc000080790 sp=0xc000080718 pc=0x55a8ee10b245
runtime.chanrecv1(0x0?, 0x0?)
	runtime/chan.go:506 +0x12 fp=0xc0000807b8 sp=0xc000080790 pc=0x55a8ee10add2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1799 +0x2f fp=0xc0000807e0 sp=0xc0000807b8 pc=0x55a8ee11da4f
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x55a8ee176fa1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1794 +0x85
goroutine 20 gp=0xc0001036c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000080f38 sp=0xc000080f18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc000080fc8 sp=0xc000080f38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 34 gp=0xc000484000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048a738 sp=0xc00048a718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048a7c8 sp=0xc00048a738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048a7e0 sp=0xc00048a7c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048a7e8 sp=0xc00048a7e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 35 gp=0xc0004841c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048af38 sp=0xc00048af18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048afc8 sp=0xc00048af38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048afe0 sp=0xc00048afc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048afe8 sp=0xc00048afe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 21 gp=0xc000103880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000081738 sp=0xc000081718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000817c8 sp=0xc000081738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000817e0 sp=0xc0000817c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000086738 sp=0xc000086718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000867c8 sp=0xc000086738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000867e0 sp=0xc0000867c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 36 gp=0xc000484380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048b738 sp=0xc00048b718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048b7c8 sp=0xc00048b738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048b7e0 sp=0xc00048b7c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048b7e8 sp=0xc00048b7e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 22 gp=0xc000103a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000081f38 sp=0xc000081f18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc000081fc8 sp=0xc000081f38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000081fe0 sp=0xc000081fc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 23 gp=0xc000103c00 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb7650835?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000082738 sp=0xc000082718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000827c8 sp=0xc000082738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000827e0 sp=0xc0000827c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 24 gp=0xc000103dc0 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb76469c7?, 0x3?, 0x35?, 0xb0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000082f38 sp=0xc000082f18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc000082fc8 sp=0xc000082f38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000082fe0 sp=0xc000082fc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000082fe8 sp=0xc000082fe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 25 gp=0xc000500000 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb7645e72?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000083738 sp=0xc000083718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000837c8 sp=0xc000083738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000837e0 sp=0xc0000837c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000837e8 sp=0xc0000837e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 26 gp=0xc0005001c0 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb78c1406?, 0x3?, 0x32?, 0x12?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000083f38 sp=0xc000083f18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc000083fc8 sp=0xc000083f38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000083fe0 sp=0xc000083fc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb76495d4?, 0x3?, 0x53?, 0x4a?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000086f38 sp=0xc000086f18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc000086fc8 sp=0xc000086f38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000086fe0 sp=0xc000086fc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 37 gp=0xc000484540 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb7649c91?, 0x3?, 0x37?, 0xfd?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048bf38 sp=0xc00048bf18 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048bfc8 sp=0xc00048bf38 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048bfe0 sp=0xc00048bfc8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 27 gp=0xc000500380 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb76534fc?, 0x1?, 0x61?, 0x87?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000486738 sp=0xc000486718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004867c8 sp=0xc000486738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004867e0 sp=0xc0004867c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004867e8 sp=0xc0004867e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f8fb7649430?, 0x1?, 0xe0?, 0xa?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000087738 sp=0xc000087718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000877c8 sp=0xc000087738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 38 gp=0xc000484700 m=nil [GC worker (idle)]:
runtime.gopark(0x55a8eff9cec0?, 0x1?, 0x6c?, 0xab?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00048c738 sp=0xc00048c718 pc=0x55a8ee16f86e
runtime.gcBgMarkWorker(0xc000111730)
	runtime/mgc.go:1423 +0xe9 fp=0xc00048c7c8 sp=0xc00048c738 pc=0x55a8ee11cd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00048c7e0 sp=0xc00048c7c8 pc=0x55a8ee11cc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00048c7e8 sp=0xc00048c7e0 pc=0x55a8ee176fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 8 gp=0xc000602c40 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0xc00011a8a0?, 0x55a8ee117066?, 0x60?, 0x0?, 0x55a8ee1132f4?)
	runtime/proc.go:435 +0xce fp=0xc000090b30 sp=0xc000090b10 pc=0x55a8ee16f86e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.semacquire1(0xc00022afb8, 0x0, 0x1, 0x0, 0x18)
	runtime/sema.go:188 +0x229 fp=0xc000090b98 sp=0xc000090b30 pc=0x55a8ee14efa9
sync.runtime_SemacquireWaitGroup(0x0?)
	runtime/sema.go:110 +0x25 fp=0xc000090bd0 sp=0xc000090b98 pc=0x55a8ee171285
sync.(*WaitGroup).Wait(0x0?)
	sync/waitgroup.go:118 +0x48 fp=0xc000090bf8 sp=0xc000090bd0 pc=0x55a8ee1828e8
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc00022af00, {0x55a8ef63dc00, 0xc0005a3090})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:406 +0x45 fp=0xc000090fb8 sp=0xc000090bf8 pc=0x55a8ee67ba85
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x28 fp=0xc000090fe0 sp=0xc000090fb8 pc=0x55a8ee684168
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000090fe8 sp=0xc000090fe0 pc=0x55a8ee176fa1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x505
goroutine 11 gp=0xc000603180 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
	runtime/proc.go:435 +0xce fp=0xc000488dd8 sp=0xc000488db8 pc=0x55a8ee16f86e
runtime.netpollblock(0x55a8ee192bd8?, 0xee108666?, 0xa8?)
	runtime/netpoll.go:575 +0xf7 fp=0xc000488e10 sp=0xc000488dd8 pc=0x55a8ee134357
internal/poll.runtime_pollWait(0x7ffb76dc6cc8, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc000488e30 sp=0xc000488e10 pc=0x55a8ee16ea85
internal/poll.(*pollDesc).wait(0xc000594f00?, 0xc000278131?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000488e58 sp=0xc000488e30 pc=0x55a8ee1f5ec7
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000594f00, {0xc000278131, 0x1, 0x1})
	internal/poll/fd_unix.go:165 +0x27a fp=0xc000488ef0 sp=0xc000488e58 pc=0x55a8ee1f71ba
net.(*netFD).Read(0xc000594f00, {0xc000278131?, 0x0?, 0x0?})
	net/fd_posix.go:55 +0x25 fp=0xc000488f38 sp=0xc000488ef0 pc=0x55a8ee26c2a5
net.(*conn).Read(0xc00011c8d0, {0xc000278131?, 0x0?, 0x0?})
	net/net.go:194 +0x45 fp=0xc000488f80 sp=0xc000488f38 pc=0x55a8ee27a665
net/http.(*connReader).backgroundRead(0xc000278120)
	net/http/server.go:690 +0x37 fp=0xc000488fc8 sp=0xc000488f80 pc=0x55a8ee4664d7
net/http.(*connReader).startBackgroundRead.gowrap2()
	net/http/server.go:686 +0x25 fp=0xc000488fe0 sp=0xc000488fc8 pc=0x55a8ee466405
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000488fe8 sp=0xc000488fe0 pc=0x55a8ee176fa1
created by net/http.(*connReader).startBackgroundRead in goroutine 9
	net/http/server.go:686 +0xb6
rax    0x0
rbx    0x7ffb6cfb9e20
rcx    0x0
rdx    0x3f000000
rdi    0x7ffbbeeb3090
rsi    0x2e95c0d21c0
rbp    0x7ffb6cfd9e20
rsp    0x7ffb6effca30
r8     0x24c9a62618ac24
r9     0x0
r10    0x7ffbbeeb3080
r11    0x5c75d910
r12    0x7ffb6cf75c40
r13    0x0
r14    0x55a8eff14c60
r15    0x7ffb6cf557c0
rip    0x7ffb6cead4d6
rflags 0x10206
cs     0x33
fs     0x0
gs     0x0
time=2025-09-27T05:06:01.909Z level=INFO source=sched.go:438 msg="Load failed" model=/root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:35671/load\": EOF"
[GIN] 2025/09/27 - 05:06:01 | 500 |  256.083232ms |       127.0.0.1 | POST     "/api/generate"
time=2025-09-27T05:06:25.330Z level=INFO source=routes.go:1475 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:2562047h47m16.854775807s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[* http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
time=2025-09-27T05:06:25.330Z level=INFO source=images.go:518 msg="total blobs: 7"
time=2025-09-27T05:06:25.331Z level=INFO source=images.go:525 msg="total unused blobs removed: 0"
time=2025-09-27T05:06:25.331Z level=INFO source=routes.go:1528 msg="Listening on [::]:11434 (version 0.12.3)"
time=2025-09-27T05:06:25.331Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
time=2025-09-27T05:06:25.334Z level=INFO source=gpu.go:396 msg="no compatible GPUs were discovered"
time=2025-09-27T05:06:25.334Z level=INFO source=types.go:131 msg="inference compute" id=0 library=cpu variant="" compute="" driver=0.0 name="" total="31.4 GiB" available="27.2 GiB"
[GIN] 2025/09/27 - 05:06:46 | 200 |      52.538µs |       127.0.0.1 | HEAD     "/"
[GIN] 2025/09/27 - 05:06:46 | 200 |     508.487µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2025/09/27 - 05:06:54 | 200 |      28.409µs |       127.0.0.1 | HEAD     "/"
[GIN] 2025/09/27 - 05:06:54 | 200 |   61.589014ms |       127.0.0.1 | POST     "/api/show"
time=2025-09-27T05:06:54.654Z level=INFO source=server.go:217 msg="enabling flash attention"
time=2025-09-27T05:06:54.654Z level=INFO source=server.go:399 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 43133"
time=2025-09-27T05:06:54.655Z level=INFO source=server.go:672 msg="loading model" "model layers"=41 requested=-1
time=2025-09-27T05:06:54.655Z level=INFO source=server.go:678 msg="system memory" total="31.4 GiB" free="26.9 GiB" free_swap="3.8 GiB"
time=2025-09-27T05:06:54.667Z level=INFO source=runner.go:1252 msg="starting ollama engine"
time=2025-09-27T05:06:54.672Z level=INFO source=runner.go:1287 msg="Server listening on 127.0.0.1:43133"

5-09-27T05:06:54.677Z level=INFO source=runner.go:1171 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:true KvSize:4096 KvCacheType: NumThreads:8 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-09-27T05:06:54.710Z level=INFO source=ggml.go:131 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28
SIGILL: illegal instruction
PC=0x7f04a86114d6 m=14 sigcode=2
signal arrived during cgo execution
instruction bytes: 0xc5 0xf9 0x6e 0xfa 0xc5 0xc2 0x5c 0x35 0xe 0x99 0xa 0x0 0xc5 0xf9 0x7e 0xf2
goroutine 13 gp=0xc000103c00 m=14 mp=0xc000101808 [syscall]:
runtime.cgocall(0x55910cccc730, 0xc000046718)
	runtime/cgocall.go:167 +0x4b fp=0xc0000466f0 sp=0xc0000466b8 pc=0x55910bfbf3eb
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x55913579e3f0)
	_cgo_gotypes.go:195 +0x3e fp=0xc000046718 sp=0xc0000466f0 pc=0x55910c36efde
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc000040044, 0xf})
	github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b0 sp=0xc000046718 pc=0x55910c36ea75
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
	github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x526 fp=0xc000046a40 sp=0xc0000467b0 pc=0x55910c36e8c6
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
	sync/oncefunc.go:27 +0x62 fp=0xc000046a88 sp=0xc000046a40 pc=0x55910c36e2c2
sync.(*Once).doSlow(0x55910d490b90?, 0x55910ddedbc0?)
	sync/once.go:78 +0xab fp=0xc000046ae0 sp=0xc000046a88 pc=0x55910bfd44ab
sync.(*Once).Do(0x0?, 0xc000046b88?)
	sync/once.go:69 +0x19 fp=0xc000046b00 sp=0xc000046ae0 pc=0x55910bfd43d9
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
	sync/oncefunc.go:32 +0x2d fp=0xc000046b30 sp=0xc000046b00 pc=0x55910c36e22d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046bc0 sp=0xc000046b30 pc=0x55910c3ff863
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
	sync/oncefunc.go:27 +0x62 fp=0xc000046c08 sp=0xc000046bc0 pc=0x55910c3ff762
sync.(*Once).doSlow(0x155910d4867f8?, 0xc00078c088?)
	sync/once.go:78 +0xab fp=0xc000046c60 sp=0xc000046c08 pc=0x55910bfd44ab
sync.(*Once).Do(0x55910bfd4560?, 0x55910ddee1dc?)
	sync/once.go:69 +0x19 fp=0xc000046c80 sp=0xc000046c60 pc=0x55910bfd43d9
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
	sync/oncefunc.go:32 +0x2d fp=0xc000046cb0 sp=0xc000046c80 pc=0x55910c3ff6cd
github.com/ollama/ollama/ml/backend/ggml.New({0x7ffeae69fdd6, 0x62}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1})
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:142 +0x124 fp=0xc000047580 sp=0xc000046cb0 pc=0x55910c407f64
github.com/ollama/ollama/ml.NewBackend({0x7ffeae69fdd6, 0x62}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1})
	github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475d0 sp=0xc000047580 pc=0x55910c3a727c
github.com/ollama/ollama/model.New({0x7ffeae69fdd6?, 0x0?}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1})
	github.com/ollama/ollama/model/model.go:106 +0x7e fp=0xc0000476a0 sp=0xc0000475d0 pc=0x55910c41c41e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc000234f00, {0x7ffeae69fdd6?, 0x55910c2b643a?}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1}, {0x0, ...}, ...)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1100 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x55910c4d50cc
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc000234f00, {0x55910d48e868, 0xc000000000}, 0xc000454000)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1198 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x55910c4d5cad
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55910d48e868?, 0xc000000000?}, 0xc000185b40?)
	<autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x55910c4d74d6
net/http.HandlerFunc.ServeHTTP(0xc00079ad80?, {0x55910d48e868?, 0xc000000000?}, 0xc000185b60?)
	net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x55910c2c1109
net/http.(*ServeMux).ServeHTTP(0x55910bf66d85?, {0x55910d48e868, 0xc000000000}, 0xc000454000)
	net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x55910c2c3004
net/http.serverHandler.ServeHTTP({0x55910d48aeb0?}, {0x55910d48e868?, 0xc000000000?}, 0x1?)
	net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x55910c2e0a8e
net/http.(*conn).serve(0xc0004cc3f0, {0x55910d490bc8, 0xc00022c1b0})
	net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x55910c2bf605
net/http.(*Server).Serve.gowrap3()
	net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x55910c2c4ec8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x55910bfc9fa1
created by net/http.(*Server).Serve in goroutine 1
	net/http/server.go:3454 +0x485
goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000717788 sp=0xc000717768 pc=0x55910bfc286e
runtime.netpollblock(0xc00050f7d8?, 0xbf5b666?, 0x91?)
	runtime/netpoll.go:575 +0xf7 fp=0xc0007177c0 sp=0xc000717788 pc=0x55910bf87357
internal/poll.runtime_pollWait(0x7f04cacc6eb0, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc0007177e0 sp=0xc0007177c0 pc=0x55910bfc1a85
internal/poll.(*pollDesc).wait(0xc00004e100?, 0x900000036?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000717808 sp=0xc0007177e0 pc=0x55910c048ec7
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc00004e100)
	internal/poll/fd_unix.go:620 +0x295 fp=0xc0007178b0 sp=0xc000717808 pc=0x55910c04e295
net.(*netFD).accept(0xc00004e100)
	net/fd_unix.go:172 +0x29 fp=0xc000717968 sp=0xc0007178b0 pc=0x55910c0c1249
net.(*TCPListener).accept(0xc0007aab40)
	net/tcpsock_posix.go:159 +0x1b fp=0xc0007179b8 sp=0xc000717968 pc=0x55910c0d6bfb
net.(*TCPListener).Accept(0xc0007aab40)
	net/tcpsock.go:380 +0x30 fp=0xc0007179e8 sp=0xc0007179b8 pc=0x55910c0d5ab0
net/http.(*onceCloseListener).Accept(0xc0004cc3f0?)
	<autogenerated>:1 +0x24 fp=0xc000717a00 sp=0xc0007179e8 pc=0x55910c2ed204
net/http.(*Server).Serve(0xc000201500, {0x55910d48e688, 0xc0007aab40})
	net/http/server.go:3424 +0x30c fp=0xc000717b30 sp=0xc000717a00 pc=0x55910c2c4acc
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1288 +0x935 fp=0xc000717d08 sp=0xc000717b30 pc=0x55910c4d6ef5
github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?})
	github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000717d30 sp=0xc000717d08 pc=0x55910c4d7769
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000201300?, {0x55910cf9f0b2?, 0x4?, 0x55910cf9f0b6?})
	github.com/ollama/ollama/cmd/cmd.go:1769 +0x45 fp=0xc000717d58 sp=0xc000717d30 pc=0x55910cc49ba5
github.com/spf13/cobra.(*Command).execute(0xc0004cf508, {0xc000380280, 0x5, 0x5})
	github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000717e78 sp=0xc000717d58 pc=0x55910c13a89c
github.com/spf13/cobra.(*Command).ExecuteC(0xc0007af508)
	github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000717f30 sp=0xc000717e78 pc=0x55910c13b0e5
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=0xc000717f50 sp=0xc000717f30 pc=0x55910cc4a66d
runtime.main()
	runtime/proc.go:283 +0x29d fp=0xc000717fe0 sp=0xc000717f50 pc=0x55910bf8e9dd
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000717fe8 sp=0xc000717fe0 pc=0x55910bfc9fa1
goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x55910bfc286e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.forcegchelper()
	runtime/proc.go:348 +0xb8 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x55910bf8ed18
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x55910bfc9fa1
created by runtime.init.7 in goroutine 1
	runtime/proc.go:336 +0x1a
goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000085780 sp=0xc000085760 pc=0x55910bfc286e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.bgsweep(0xc0000aa000)
	runtime/mgcsweep.go:316 +0xdf fp=0xc0000857c8 sp=0xc000085780 pc=0x55910bf794bf
runtime.gcenable.gowrap1()
	runtime/mgc.go:204 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x55910bf6d8a5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x55910bfc9fa1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:204 +0x66
goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x55910d167e18?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000085f78 sp=0xc000085f58 pc=0x55910bfc286e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.(*scavengerState).park(0x55910dd401c0)
	runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa8 sp=0xc000085f78 pc=0x55910bf76f09
runtime.bgscavenge(0xc0000aa000)
	runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa8 pc=0x55910bf77499
runtime.gcenable.gowrap2()
	runtime/mgc.go:205 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x55910bf6d845
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x55910bfc9fa1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:205 +0xa5
goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0x55910bf90f89?, 0x1?, 0x23?, 0xc000084688?)
	runtime/proc.go:435 +0xce fp=0xc000084630 sp=0xc000084610 pc=0x55910bfc286e
runtime.runfinq()
	runtime/mfinal.go:196 +0x107 fp=0xc0000847e0 sp=0xc000084630 pc=0x55910bf6c867
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x55910bfc9fa1
created by runtime.createfing in goroutine 1
	runtime/mfinal.go:166 +0x3d
goroutine 6 gp=0xc0001de8c0 m=nil [chan receive]:
runtime.gopark(0xc0000ffc20?, 0xc000122030?, 0x60?, 0x67?, 0x55910c0a7e88?)
	runtime/proc.go:435 +0xce fp=0xc000086718 sp=0xc0000866f8 pc=0x55910bfc286e
runtime.chanrecv(0xc0000b8310, 0x0, 0x1)
	runtime/chan.go:664 +0x445 fp=0xc000086790 sp=0xc000086718 pc=0x55910bf5e245
runtime.chanrecv1(0x0?, 0x0?)
	runtime/chan.go:506 +0x12 fp=0xc0000867b8 sp=0xc000086790 pc=0x55910bf5ddd2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1799 +0x2f fp=0xc0000867e0 sp=0xc0000867b8 pc=0x55910bf70a4f
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x55910bfc9fa1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1794 +0x85
goroutine 7 gp=0xc0001dec40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000086f38 sp=0xc000086f18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc000086fc8 sp=0xc000086f38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000086fe0 sp=0xc000086fc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000080738 sp=0xc000080718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000807c8 sp=0xc000080738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000807e0 sp=0xc0000807c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 34 gp=0xc000102380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00011a738 sp=0xc00011a718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc00011a7c8 sp=0xc00011a738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00011a7e0 sp=0xc00011a7c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00011a7e8 sp=0xc00011a7e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 8 gp=0xc0001dee00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000087738 sp=0xc000087718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000877c8 sp=0xc000087738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000080f38 sp=0xc000080f18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc000080fc8 sp=0xc000080f38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 35 gp=0xc000102540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00011af38 sp=0xc00011af18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc00011afc8 sp=0xc00011af38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00011afe0 sp=0xc00011afc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00011afe8 sp=0xc00011afe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 9 gp=0xc0001defc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000087f38 sp=0xc000087f18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc000087fc8 sp=0xc000087f38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000087fe0 sp=0xc000087fc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000087fe8 sp=0xc000087fe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 20 gp=0xc000504380 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c035daa03?, 0x1?, 0x26?, 0x2c?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000081738 sp=0xc000081718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000817c8 sp=0xc000081738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000817e0 sp=0xc0000817c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 36 gp=0xc000102700 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c035c6b79?, 0x1?, 0xe3?, 0x8?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00011b738 sp=0xc00011b718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc00011b7c8 sp=0xc00011b738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00011b7e0 sp=0xc00011b7c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00011b7e8 sp=0xc00011b7e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 10 gp=0xc0001df180 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c03461196?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000116738 sp=0xc000116718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc0001167c8 sp=0xc000116738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0001167e0 sp=0xc0001167c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0001167e8 sp=0xc0001167e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 21 gp=0xc000504540 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c03469597?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000081f38 sp=0xc000081f18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc000081fc8 sp=0xc000081f38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000081fe0 sp=0xc000081fc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 37 gp=0xc0001028c0 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c03460cbd?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00011bf38 sp=0xc00011bf18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc00011bfc8 sp=0xc00011bf38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00011bfe0 sp=0xc00011bfc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00011bfe8 sp=0xc00011bfe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 11 gp=0xc0001df340 m=nil [GC worker (idle)]:
runtime.gopark(0x55910ddefec0?, 0x1?, 0xfd?, 0x94?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000116f38 sp=0xc000116f18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc000116fc8 sp=0xc000116f38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000116fe0 sp=0xc000116fc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000116fe8 sp=0xc000116fe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 22 gp=0xc000504700 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c03460a38?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000082738 sp=0xc000082718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000827c8 sp=0xc000082738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000827e0 sp=0xc0000827c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 38 gp=0xc000102a80 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c034611d7?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00011c738 sp=0xc00011c718 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc00011c7c8 sp=0xc00011c738 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00011c7e0 sp=0xc00011c7c8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00011c7e8 sp=0xc00011c7e0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 39 gp=0xc000102c40 m=nil [GC worker (idle)]:
runtime.gopark(0xb5f9c035e54f5?, 0x3?, 0x20?, 0x80?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00011cf38 sp=0xc00011cf18 pc=0x55910bfc286e
runtime.gcBgMarkWorker(0xc0000b98f0)
	runtime/mgc.go:1423 +0xe9 fp=0xc00011cfc8 sp=0xc00011cf38 pc=0x55910bf6fd69
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00011cfe0 sp=0xc00011cfc8 pc=0x55910bf6fc45
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x55910bfc9fa1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105
goroutine 12 gp=0xc000103a40 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x60?, 0x60?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000093b30 sp=0xc000093b10 pc=0x55910bfc286e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.semacquire1(0xc000234fb8, 0x0, 0x1, 0x0, 0x18)
	runtime/sema.go:188 +0x229 fp=0xc000093b98 sp=0xc000093b30 pc=0x55910bfa1fa9
sync.runtime_SemacquireWaitGroup(0x0?)
	runtime/sema.go:110 +0x25 fp=0xc000093bd0 sp=0xc000093b98 pc=0x55910bfc4285
sync.(*WaitGroup).Wait(0x0?)
	sync/waitgroup.go:118 +0x48 fp=0xc000093bf8 sp=0xc000093bd0 pc=0x55910bfd58e8
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc000234f00, {0x55910d490c00, 0xc000380320})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:406 +0x45 fp=0xc000093fb8 sp=0xc000093bf8 pc=0x55910c4cea85
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x28 fp=0xc000093fe0 sp=0xc000093fb8 pc=0x55910c4d7168
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000093fe8 sp=0xc000093fe0 pc=0x55910bfc9fa1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x505
goroutine 40 gp=0xc000103dc0 m=nil [IO wait]:
runtime.gopark(0x55910dcd4880?, 0xc000118638?, 0x38?, 0x86?, 0xb?)
	runtime/proc.go:435 +0xce fp=0xc0001185d8 sp=0xc0001185b8 pc=0x55910bfc286e
runtime.netpollblock(0x55910bfe5bd8?, 0xbf5b666?, 0x91?)
	runtime/netpoll.go:575 +0xf7 fp=0xc000118610 sp=0xc0001185d8 pc=0x55910bf87357
internal/poll.runtime_pollWait(0x7f04cacc6d98, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc000118630 sp=0xc000118610 pc=0x55910bfc1a85
internal/poll.(*pollDesc).wait(0xc00004eb00?, 0xc00022c2b1?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000118658 sp=0xc000118630 pc=0x55910c048ec7
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc00004eb00, {0xc00022c2b1, 0x1, 0x1})
	internal/poll/fd_unix.go:165 +0x27a fp=0xc0001186f0 sp=0xc000118658 pc=0x55910c04a1ba
net.(*netFD).Read(0xc00004eb00, {0xc00022c2b1?, 0xc0007aac18?, 0xc000118770?})
	net/fd_posix.go:55 +0x25 fp=0xc000118738 sp=0xc0001186f0 pc=0x55910c0bf2a5
net.(*conn).Read(0xc00007a828, {0xc00022c2b1?, 0x0?, 0x0?})
	net/net.go:194 +0x45 fp=0xc000118780 sp=0xc000118738 pc=0x55910c0cd665
net/http.(*connReader).backgroundRead(0xc00022c2a0)
	net/http/server.go:690 +0x37 fp=0xc0001187c8 sp=0xc000118780 pc=0x55910c2b94d7
net/http.(*connReader).startBackgroundRead.gowrap2()
	net/http/server.go:686 +0x25 fp=0xc0001187e0 sp=0xc0001187c8 pc=0x55910c2b9405
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0001187e8 sp=0xc0001187e0 pc=0x55910bfc9fa1
created by net/http.(*connReader).startBackgroundRead in goroutine 13
	net/http/server.go:686 +0xb6
rax    0x0
rbx    0x7f04a871de20
rcx    0x0
rdx    0x3f000000
rdi    0x7f0512570090
rsi    0x2e95f35d900
rbp    0x7f04a873de20
rsp    0x7f04a8ff8a30
r8     0x19d8a60b716197
r9     0x0
r10    0x7f0512570080
r11    0x5c76345c
r12    0x7f04a86d9c40
r13    0x0
r14    0x55910dd67c60
r15    0x7f04a86b97c0
rip    0x7f04a86114d6
rflags 0x10206
cs     0x33
fs     0x0
gs     0x0
time=2025-09-27T05:06:54.722Z level=INFO source=sched.go:438 msg="Load failed" model=/root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:43133/load\": EOF"
[GIN] 2025/09/27 - 05:06:54 | 500 |  230.859866ms |       127.0.0.1 | POST     "/api/generate"

OS

Docker

GPU

No response

CPU

Intel

Ollama version

0.12.3

Originally created by @simplify123 on GitHub (Sep 27, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12429 ### What is the issue? When i run qwen3:14b model in ollama 0.12.3(docker deployed),i get a 500 error ```bash root@db7164a55feb:/# ollama list NAME ID SIZE MODIFIED qwen3:14b bdbd181c33f2 9.3 GB 2 hours ago qwen3:8b 500a1f067a9f 5.2 GB 3 hours ago root@db7164a55feb:/# ollama run qwen3:14b Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:43133/load": EOF root@db7164a55feb:/# ``` ### Relevant log output ```shell time=2025-09-27T05:05:26.306Z level=INFO source=routes.go:1475 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:2562047h47m16.854775807s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[* http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" time=2025-09-27T05:05:26.309Z level=INFO source=images.go:518 msg="total blobs: 7" time=2025-09-27T05:05:26.309Z level=INFO source=images.go:525 msg="total unused blobs removed: 0" time=2025-09-27T05:05:26.309Z level=INFO source=routes.go:1528 msg="Listening on [::]:11434 (version 0.12.3)" time=2025-09-27T05:05:26.309Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs" time=2025-09-27T05:05:26.312Z level=INFO source=gpu.go:396 msg="no compatible GPUs were discovered" time=2025-09-27T05:05:26.312Z level=INFO source=types.go:131 msg="inference compute" id=0 library=cpu variant="" compute="" driver=0.0 name="" total="31.4 GiB" available="27.2 GiB" [GIN] 2025/09/27 - 05:05:30 | 200 | 57.502µs | 116.178.32.143 | GET "/" [GIN] 2025/09/27 - 05:05:31 | 404 | 4.719µs | 116.178.32.143 | GET "/favicon.ico" [GIN] 2025/09/27 - 05:05:53 | 200 | 31.289µs | 127.0.0.1 | HEAD "/" [GIN] 2025/09/27 - 05:05:53 | 200 | 598.32µs | 127.0.0.1 | GET "/api/tags" [GIN] 2025/09/27 - 05:06:01 | 200 | 33.558µs | 127.0.0.1 | HEAD "/" [GIN] 2025/09/27 - 05:06:01 | 200 | 58.750274ms | 127.0.0.1 | POST "/api/show" time=2025-09-27T05:06:01.841Z level=INFO source=server.go:217 msg="enabling flash attention" time=2025-09-27T05:06:01.841Z level=INFO source=server.go:399 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 35671" time=2025-09-27T05:06:01.841Z level=INFO source=server.go:672 msg="loading model" "model layers"=41 requested=-1 time=2025-09-27T05:06:01.842Z level=INFO source=server.go:678 msg="system memory" total="31.4 GiB" free="27.1 GiB" free_swap="3.8 GiB" time=2025-09-27T05:06:01.855Z level=INFO source=runner.go:1252 msg="starting ollama engine" time=2025-09-27T05:06:01.860Z level=INFO source=runner.go:1287 msg="Server listening on 127.0.0.1:35671"  5-09-27T05:06:01.863Z level=INFO source=runner.go:1171 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:true KvSize:4096 KvCacheType: NumThreads:8 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-09-27T05:06:01.897Z level=INFO source=ggml.go:131 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28 SIGILL: illegal instruction PC=0x7ffb6cead4d6 m=11 sigcode=2 signal arrived during cgo execution instruction bytes: 0xc5 0xf9 0x6e 0xfa 0xc5 0xc2 0x5c 0x35 0xe 0x99 0xa 0x0 0xc5 0xf9 0x7e 0xf2 goroutine 9 gp=0xc000602e00 m=11 mp=0xc000600808 [syscall]: runtime.cgocall(0x55a8eee79730, 0xc000046718) runtime/cgocall.go:167 +0x4b fp=0xc0000466f0 sp=0xc0000466b8 pc=0x55a8ee16c3eb github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x7ffb4c000cc0) _cgo_gotypes.go:195 +0x3e fp=0xc000046718 sp=0xc0000466f0 pc=0x55a8ee51bfde github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc000040044, 0xf}) github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b0 sp=0xc000046718 pc=0x55a8ee51ba75 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x526 fp=0xc000046a40 sp=0xc0000467b0 pc=0x55a8ee51b8c6 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() sync/oncefunc.go:27 +0x62 fp=0xc000046a88 sp=0xc000046a40 pc=0x55a8ee51b2c2 sync.(*Once).doSlow(0x55a8ef63db90?, 0x55a8eff9abc0?) sync/once.go:78 +0xab fp=0xc000046ae0 sp=0xc000046a88 pc=0x55a8ee1814ab sync.(*Once).Do(0x0?, 0xc000046b88?) sync/once.go:69 +0x19 fp=0xc000046b00 sp=0xc000046ae0 pc=0x55a8ee1813d9 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() sync/oncefunc.go:32 +0x2d fp=0xc000046b30 sp=0xc000046b00 pc=0x55a8ee51b22d github.com/ollama/ollama/ml/backend/ggml.init.func1() github.com/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046bc0 sp=0xc000046b30 pc=0x55a8ee5ac863 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() sync/oncefunc.go:27 +0x62 fp=0xc000046c08 sp=0xc000046bc0 pc=0x55a8ee5ac762 sync.(*Once).doSlow(0x155a8ef6337f8?, 0xc00011c950?) sync/once.go:78 +0xab fp=0xc000046c60 sp=0xc000046c08 pc=0x55a8ee1814ab sync.(*Once).Do(0x55a8ee181560?, 0x55a8eff9b1dc?) sync/once.go:69 +0x19 fp=0xc000046c80 sp=0xc000046c60 pc=0x55a8ee1813d9 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() sync/oncefunc.go:32 +0x2d fp=0xc000046cb0 sp=0xc000046c80 pc=0x55a8ee5ac6cd github.com/ollama/ollama/ml/backend/ggml.New({0x7fffeb008dd6, 0x62}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1}) github.com/ollama/ollama/ml/backend/ggml/ggml.go:142 +0x124 fp=0xc000047580 sp=0xc000046cb0 pc=0x55a8ee5b4f64 github.com/ollama/ollama/ml.NewBackend({0x7fffeb008dd6, 0x62}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1}) github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475d0 sp=0xc000047580 pc=0x55a8ee55427c github.com/ollama/ollama/model.New({0x7fffeb008dd6?, 0x0?}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1}) github.com/ollama/ollama/model/model.go:106 +0x7e fp=0xc0000476a0 sp=0xc0000475d0 pc=0x55a8ee5c941e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc00022af00, {0x7fffeb008dd6?, 0x55a8ee46343a?}, {0x0, 0x8, {0x55a8eff9abc0, 0x0, 0x0}, 0x1}, {0x0, ...}, ...) github.com/ollama/ollama/runner/ollamarunner/runner.go:1100 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x55a8ee6820cc github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc00022af00, {0x55a8ef63b868, 0xc0005acc40}, 0xc0000c57c0) github.com/ollama/ollama/runner/ollamarunner/runner.go:1198 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x55a8ee682cad github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55a8ef63b868?, 0xc0005acc40?}, 0xc000019b40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x55a8ee6844d6 net/http.HandlerFunc.ServeHTTP(0xc000037800?, {0x55a8ef63b868?, 0xc0005acc40?}, 0xc000019b60?) net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x55a8ee46e109 net/http.(*ServeMux).ServeHTTP(0x55a8ee113d85?, {0x55a8ef63b868, 0xc0005acc40}, 0xc0000c57c0) net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x55a8ee470004 net/http.serverHandler.ServeHTTP({0x55a8ef637eb0?}, {0x55a8ef63b868?, 0xc0005acc40?}, 0x1?) net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x55a8ee48da8e net/http.(*conn).serve(0xc0000d83f0, {0x55a8ef63dbc8, 0xc000225f50}) net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x55a8ee46c605 net/http.(*Server).Serve.gowrap3() net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x55a8ee471ec8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x55a8ee176fa1 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000619788 sp=0xc000619768 pc=0x55a8ee16f86e runtime.netpollblock(0xc0004977d8?, 0xee108666?, 0xa8?) runtime/netpoll.go:575 +0xf7 fp=0xc0006197c0 sp=0xc000619788 pc=0x55a8ee134357 internal/poll.runtime_pollWait(0x7ffb76dc6de0, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0006197e0 sp=0xc0006197c0 pc=0x55a8ee16ea85 internal/poll.(*pollDesc).wait(0xc000594e80?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000619808 sp=0xc0006197e0 pc=0x55a8ee1f5ec7 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000594e80) internal/poll/fd_unix.go:620 +0x295 fp=0xc0006198b0 sp=0xc000619808 pc=0x55a8ee1fb295 net.(*netFD).accept(0xc000594e80) net/fd_unix.go:172 +0x29 fp=0xc000619968 sp=0xc0006198b0 pc=0x55a8ee26e249 net.(*TCPListener).accept(0xc00059ef00) net/tcpsock_posix.go:159 +0x1b fp=0xc0006199b8 sp=0xc000619968 pc=0x55a8ee283bfb net.(*TCPListener).Accept(0xc00059ef00) net/tcpsock.go:380 +0x30 fp=0xc0006199e8 sp=0xc0006199b8 pc=0x55a8ee282ab0 net/http.(*onceCloseListener).Accept(0xc0000d83f0?) <autogenerated>:1 +0x24 fp=0xc000619a00 sp=0xc0006199e8 pc=0x55a8ee49a204 net/http.(*Server).Serve(0xc0001f9500, {0x55a8ef63b688, 0xc00059ef00}) net/http/server.go:3424 +0x30c fp=0xc000619b30 sp=0xc000619a00 pc=0x55a8ee471acc github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000132030, 0x4, 0x4}) github.com/ollama/ollama/runner/ollamarunner/runner.go:1288 +0x935 fp=0xc000619d08 sp=0xc000619b30 pc=0x55a8ee683ef5 github.com/ollama/ollama/runner.Execute({0xc000132010?, 0x0?, 0x0?}) github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000619d30 sp=0xc000619d08 pc=0x55a8ee684769 github.com/ollama/ollama/cmd.NewCLI.func2(0xc0001f9300?, {0x55a8ef14c0b2?, 0x4?, 0x55a8ef14c0b6?}) github.com/ollama/ollama/cmd/cmd.go:1769 +0x45 fp=0xc000619d58 sp=0xc000619d30 pc=0x55a8eedf6ba5 github.com/spf13/cobra.(*Command).execute(0xc0000db508, {0xc0005a2ff0, 0x5, 0x5}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000619e78 sp=0xc000619d58 pc=0x55a8ee2e789c github.com/spf13/cobra.(*Command).ExecuteC(0xc00071e908) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000619f30 sp=0xc000619e78 pc=0x55a8ee2e80e5 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=0xc000619f50 sp=0xc000619f30 pc=0x55a8eedf766d runtime.main() runtime/proc.go:283 +0x29d fp=0xc000619fe0 sp=0xc000619f50 pc=0x55a8ee13b9dd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000619fe8 sp=0xc000619fe0 pc=0x55a8ee176fa1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x55a8ee16f86e runtime.goparkunlock(...) runtime/proc.go:441 runtime.forcegchelper() runtime/proc.go:348 +0xb8 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x55a8ee13bd18 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x55a8ee176fa1 created by runtime.init.7 in goroutine 1 runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000085780 sp=0xc000085760 pc=0x55a8ee16f86e runtime.goparkunlock(...) runtime/proc.go:441 runtime.bgsweep(0xc0000aa000) runtime/mgcsweep.go:316 +0xdf fp=0xc0000857c8 sp=0xc000085780 pc=0x55a8ee1264bf runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x55a8ee11a8a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x55a8ee176fa1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x55a8ef314e18?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000085f78 sp=0xc000085f58 pc=0x55a8ee16f86e runtime.goparkunlock(...) runtime/proc.go:441 runtime.(*scavengerState).park(0x55a8efeed1c0) runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa8 sp=0xc000085f78 pc=0x55a8ee123f09 runtime.bgscavenge(0xc0000aa000) runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa8 pc=0x55a8ee124499 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x55a8ee11a845 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x55a8ee176fa1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 18 gp=0xc000102700 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0x55a8ee13df89?, 0x1?, 0x23?, 0xc000084688?) runtime/proc.go:435 +0xce fp=0xc000084630 sp=0xc000084610 pc=0x55a8ee16f86e runtime.runfinq() runtime/mfinal.go:196 +0x107 fp=0xc0000847e0 sp=0xc000084630 pc=0x55a8ee119867 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x55a8ee176fa1 created by runtime.createfing in goroutine 1 runtime/mfinal.go:166 +0x3d goroutine 19 gp=0xc000103180 m=nil [chan receive]: runtime.gopark(0xc00017b9a0?, 0xc000010030?, 0x60?, 0x7?, 0x55a8ee254e88?) runtime/proc.go:435 +0xce fp=0xc000080718 sp=0xc0000806f8 pc=0x55a8ee16f86e runtime.chanrecv(0xc000110310, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc000080790 sp=0xc000080718 pc=0x55a8ee10b245 runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:506 +0x12 fp=0xc0000807b8 sp=0xc000080790 pc=0x55a8ee10add2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1799 +0x2f fp=0xc0000807e0 sp=0xc0000807b8 pc=0x55a8ee11da4f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x55a8ee176fa1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1794 +0x85 goroutine 20 gp=0xc0001036c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000080f38 sp=0xc000080f18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc000080fc8 sp=0xc000080f38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000484000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048a738 sp=0xc00048a718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc00048a7c8 sp=0xc00048a738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048a7e0 sp=0xc00048a7c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048a7e8 sp=0xc00048a7e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc0004841c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048af38 sp=0xc00048af18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc00048afc8 sp=0xc00048af38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048afe0 sp=0xc00048afc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048afe8 sp=0xc00048afe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc000103880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000081738 sp=0xc000081718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc0000817c8 sp=0xc000081738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000817e0 sp=0xc0000817c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000086738 sp=0xc000086718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc0000867c8 sp=0xc000086738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000867e0 sp=0xc0000867c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 36 gp=0xc000484380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048b738 sp=0xc00048b718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc00048b7c8 sp=0xc00048b738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048b7e0 sp=0xc00048b7c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048b7e8 sp=0xc00048b7e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 22 gp=0xc000103a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000081f38 sp=0xc000081f18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc000081fc8 sp=0xc000081f38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000081fe0 sp=0xc000081fc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 23 gp=0xc000103c00 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb7650835?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000082738 sp=0xc000082718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc0000827c8 sp=0xc000082738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000827e0 sp=0xc0000827c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 24 gp=0xc000103dc0 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb76469c7?, 0x3?, 0x35?, 0xb0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000082f38 sp=0xc000082f18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc000082fc8 sp=0xc000082f38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000082fe0 sp=0xc000082fc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000082fe8 sp=0xc000082fe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 25 gp=0xc000500000 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb7645e72?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000083738 sp=0xc000083718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc0000837c8 sp=0xc000083738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000837e0 sp=0xc0000837c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000837e8 sp=0xc0000837e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 26 gp=0xc0005001c0 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb78c1406?, 0x3?, 0x32?, 0x12?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000083f38 sp=0xc000083f18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc000083fc8 sp=0xc000083f38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000083fe0 sp=0xc000083fc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb76495d4?, 0x3?, 0x53?, 0x4a?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000086f38 sp=0xc000086f18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc000086fc8 sp=0xc000086f38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000086fe0 sp=0xc000086fc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 37 gp=0xc000484540 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb7649c91?, 0x3?, 0x37?, 0xfd?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048bf38 sp=0xc00048bf18 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc00048bfc8 sp=0xc00048bf38 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048bfe0 sp=0xc00048bfc8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 27 gp=0xc000500380 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb76534fc?, 0x1?, 0x61?, 0x87?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000486738 sp=0xc000486718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc0004867c8 sp=0xc000486738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004867e0 sp=0xc0004867c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004867e8 sp=0xc0004867e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]: runtime.gopark(0xb5f8fb7649430?, 0x1?, 0xe0?, 0xa?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000087738 sp=0xc000087718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc0000877c8 sp=0xc000087738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 38 gp=0xc000484700 m=nil [GC worker (idle)]: runtime.gopark(0x55a8eff9cec0?, 0x1?, 0x6c?, 0xab?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00048c738 sp=0xc00048c718 pc=0x55a8ee16f86e runtime.gcBgMarkWorker(0xc000111730) runtime/mgc.go:1423 +0xe9 fp=0xc00048c7c8 sp=0xc00048c738 pc=0x55a8ee11cd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00048c7e0 sp=0xc00048c7c8 pc=0x55a8ee11cc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00048c7e8 sp=0xc00048c7e0 pc=0x55a8ee176fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc000602c40 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0xc00011a8a0?, 0x55a8ee117066?, 0x60?, 0x0?, 0x55a8ee1132f4?) runtime/proc.go:435 +0xce fp=0xc000090b30 sp=0xc000090b10 pc=0x55a8ee16f86e runtime.goparkunlock(...) runtime/proc.go:441 runtime.semacquire1(0xc00022afb8, 0x0, 0x1, 0x0, 0x18) runtime/sema.go:188 +0x229 fp=0xc000090b98 sp=0xc000090b30 pc=0x55a8ee14efa9 sync.runtime_SemacquireWaitGroup(0x0?) runtime/sema.go:110 +0x25 fp=0xc000090bd0 sp=0xc000090b98 pc=0x55a8ee171285 sync.(*WaitGroup).Wait(0x0?) sync/waitgroup.go:118 +0x48 fp=0xc000090bf8 sp=0xc000090bd0 pc=0x55a8ee1828e8 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc00022af00, {0x55a8ef63dc00, 0xc0005a3090}) github.com/ollama/ollama/runner/ollamarunner/runner.go:406 +0x45 fp=0xc000090fb8 sp=0xc000090bf8 pc=0x55a8ee67ba85 github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x28 fp=0xc000090fe0 sp=0xc000090fb8 pc=0x55a8ee684168 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000090fe8 sp=0xc000090fe0 pc=0x55a8ee176fa1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x505 goroutine 11 gp=0xc000603180 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:435 +0xce fp=0xc000488dd8 sp=0xc000488db8 pc=0x55a8ee16f86e runtime.netpollblock(0x55a8ee192bd8?, 0xee108666?, 0xa8?) runtime/netpoll.go:575 +0xf7 fp=0xc000488e10 sp=0xc000488dd8 pc=0x55a8ee134357 internal/poll.runtime_pollWait(0x7ffb76dc6cc8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000488e30 sp=0xc000488e10 pc=0x55a8ee16ea85 internal/poll.(*pollDesc).wait(0xc000594f00?, 0xc000278131?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000488e58 sp=0xc000488e30 pc=0x55a8ee1f5ec7 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000594f00, {0xc000278131, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc000488ef0 sp=0xc000488e58 pc=0x55a8ee1f71ba net.(*netFD).Read(0xc000594f00, {0xc000278131?, 0x0?, 0x0?}) net/fd_posix.go:55 +0x25 fp=0xc000488f38 sp=0xc000488ef0 pc=0x55a8ee26c2a5 net.(*conn).Read(0xc00011c8d0, {0xc000278131?, 0x0?, 0x0?}) net/net.go:194 +0x45 fp=0xc000488f80 sp=0xc000488f38 pc=0x55a8ee27a665 net/http.(*connReader).backgroundRead(0xc000278120) net/http/server.go:690 +0x37 fp=0xc000488fc8 sp=0xc000488f80 pc=0x55a8ee4664d7 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc000488fe0 sp=0xc000488fc8 pc=0x55a8ee466405 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000488fe8 sp=0xc000488fe0 pc=0x55a8ee176fa1 created by net/http.(*connReader).startBackgroundRead in goroutine 9 net/http/server.go:686 +0xb6 rax 0x0 rbx 0x7ffb6cfb9e20 rcx 0x0 rdx 0x3f000000 rdi 0x7ffbbeeb3090 rsi 0x2e95c0d21c0 rbp 0x7ffb6cfd9e20 rsp 0x7ffb6effca30 r8 0x24c9a62618ac24 r9 0x0 r10 0x7ffbbeeb3080 r11 0x5c75d910 r12 0x7ffb6cf75c40 r13 0x0 r14 0x55a8eff14c60 r15 0x7ffb6cf557c0 rip 0x7ffb6cead4d6 rflags 0x10206 cs 0x33 fs 0x0 gs 0x0 time=2025-09-27T05:06:01.909Z level=INFO source=sched.go:438 msg="Load failed" model=/root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:35671/load\": EOF" [GIN] 2025/09/27 - 05:06:01 | 500 | 256.083232ms | 127.0.0.1 | POST "/api/generate" time=2025-09-27T05:06:25.330Z level=INFO source=routes.go:1475 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:2562047h47m16.854775807s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[* http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" time=2025-09-27T05:06:25.330Z level=INFO source=images.go:518 msg="total blobs: 7" time=2025-09-27T05:06:25.331Z level=INFO source=images.go:525 msg="total unused blobs removed: 0" time=2025-09-27T05:06:25.331Z level=INFO source=routes.go:1528 msg="Listening on [::]:11434 (version 0.12.3)" time=2025-09-27T05:06:25.331Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs" time=2025-09-27T05:06:25.334Z level=INFO source=gpu.go:396 msg="no compatible GPUs were discovered" time=2025-09-27T05:06:25.334Z level=INFO source=types.go:131 msg="inference compute" id=0 library=cpu variant="" compute="" driver=0.0 name="" total="31.4 GiB" available="27.2 GiB" [GIN] 2025/09/27 - 05:06:46 | 200 | 52.538µs | 127.0.0.1 | HEAD "/" [GIN] 2025/09/27 - 05:06:46 | 200 | 508.487µs | 127.0.0.1 | GET "/api/tags" [GIN] 2025/09/27 - 05:06:54 | 200 | 28.409µs | 127.0.0.1 | HEAD "/" [GIN] 2025/09/27 - 05:06:54 | 200 | 61.589014ms | 127.0.0.1 | POST "/api/show" time=2025-09-27T05:06:54.654Z level=INFO source=server.go:217 msg="enabling flash attention" time=2025-09-27T05:06:54.654Z level=INFO source=server.go:399 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 43133" time=2025-09-27T05:06:54.655Z level=INFO source=server.go:672 msg="loading model" "model layers"=41 requested=-1 time=2025-09-27T05:06:54.655Z level=INFO source=server.go:678 msg="system memory" total="31.4 GiB" free="26.9 GiB" free_swap="3.8 GiB" time=2025-09-27T05:06:54.667Z level=INFO source=runner.go:1252 msg="starting ollama engine" time=2025-09-27T05:06:54.672Z level=INFO source=runner.go:1287 msg="Server listening on 127.0.0.1:43133"  5-09-27T05:06:54.677Z level=INFO source=runner.go:1171 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:true KvSize:4096 KvCacheType: NumThreads:8 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-09-27T05:06:54.710Z level=INFO source=ggml.go:131 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28 SIGILL: illegal instruction PC=0x7f04a86114d6 m=14 sigcode=2 signal arrived during cgo execution instruction bytes: 0xc5 0xf9 0x6e 0xfa 0xc5 0xc2 0x5c 0x35 0xe 0x99 0xa 0x0 0xc5 0xf9 0x7e 0xf2 goroutine 13 gp=0xc000103c00 m=14 mp=0xc000101808 [syscall]: runtime.cgocall(0x55910cccc730, 0xc000046718) runtime/cgocall.go:167 +0x4b fp=0xc0000466f0 sp=0xc0000466b8 pc=0x55910bfbf3eb github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x55913579e3f0) _cgo_gotypes.go:195 +0x3e fp=0xc000046718 sp=0xc0000466f0 pc=0x55910c36efde github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc000040044, 0xf}) github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b0 sp=0xc000046718 pc=0x55910c36ea75 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() github.com/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x526 fp=0xc000046a40 sp=0xc0000467b0 pc=0x55910c36e8c6 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() sync/oncefunc.go:27 +0x62 fp=0xc000046a88 sp=0xc000046a40 pc=0x55910c36e2c2 sync.(*Once).doSlow(0x55910d490b90?, 0x55910ddedbc0?) sync/once.go:78 +0xab fp=0xc000046ae0 sp=0xc000046a88 pc=0x55910bfd44ab sync.(*Once).Do(0x0?, 0xc000046b88?) sync/once.go:69 +0x19 fp=0xc000046b00 sp=0xc000046ae0 pc=0x55910bfd43d9 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() sync/oncefunc.go:32 +0x2d fp=0xc000046b30 sp=0xc000046b00 pc=0x55910c36e22d github.com/ollama/ollama/ml/backend/ggml.init.func1() github.com/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046bc0 sp=0xc000046b30 pc=0x55910c3ff863 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() sync/oncefunc.go:27 +0x62 fp=0xc000046c08 sp=0xc000046bc0 pc=0x55910c3ff762 sync.(*Once).doSlow(0x155910d4867f8?, 0xc00078c088?) sync/once.go:78 +0xab fp=0xc000046c60 sp=0xc000046c08 pc=0x55910bfd44ab sync.(*Once).Do(0x55910bfd4560?, 0x55910ddee1dc?) sync/once.go:69 +0x19 fp=0xc000046c80 sp=0xc000046c60 pc=0x55910bfd43d9 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() sync/oncefunc.go:32 +0x2d fp=0xc000046cb0 sp=0xc000046c80 pc=0x55910c3ff6cd github.com/ollama/ollama/ml/backend/ggml.New({0x7ffeae69fdd6, 0x62}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1}) github.com/ollama/ollama/ml/backend/ggml/ggml.go:142 +0x124 fp=0xc000047580 sp=0xc000046cb0 pc=0x55910c407f64 github.com/ollama/ollama/ml.NewBackend({0x7ffeae69fdd6, 0x62}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1}) github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475d0 sp=0xc000047580 pc=0x55910c3a727c github.com/ollama/ollama/model.New({0x7ffeae69fdd6?, 0x0?}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1}) github.com/ollama/ollama/model/model.go:106 +0x7e fp=0xc0000476a0 sp=0xc0000475d0 pc=0x55910c41c41e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc000234f00, {0x7ffeae69fdd6?, 0x55910c2b643a?}, {0x0, 0x8, {0x55910ddedbc0, 0x0, 0x0}, 0x1}, {0x0, ...}, ...) github.com/ollama/ollama/runner/ollamarunner/runner.go:1100 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x55910c4d50cc github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc000234f00, {0x55910d48e868, 0xc000000000}, 0xc000454000) github.com/ollama/ollama/runner/ollamarunner/runner.go:1198 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x55910c4d5cad github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55910d48e868?, 0xc000000000?}, 0xc000185b40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x55910c4d74d6 net/http.HandlerFunc.ServeHTTP(0xc00079ad80?, {0x55910d48e868?, 0xc000000000?}, 0xc000185b60?) net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x55910c2c1109 net/http.(*ServeMux).ServeHTTP(0x55910bf66d85?, {0x55910d48e868, 0xc000000000}, 0xc000454000) net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x55910c2c3004 net/http.serverHandler.ServeHTTP({0x55910d48aeb0?}, {0x55910d48e868?, 0xc000000000?}, 0x1?) net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x55910c2e0a8e net/http.(*conn).serve(0xc0004cc3f0, {0x55910d490bc8, 0xc00022c1b0}) net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x55910c2bf605 net/http.(*Server).Serve.gowrap3() net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x55910c2c4ec8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x55910bfc9fa1 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000717788 sp=0xc000717768 pc=0x55910bfc286e runtime.netpollblock(0xc00050f7d8?, 0xbf5b666?, 0x91?) runtime/netpoll.go:575 +0xf7 fp=0xc0007177c0 sp=0xc000717788 pc=0x55910bf87357 internal/poll.runtime_pollWait(0x7f04cacc6eb0, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0007177e0 sp=0xc0007177c0 pc=0x55910bfc1a85 internal/poll.(*pollDesc).wait(0xc00004e100?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000717808 sp=0xc0007177e0 pc=0x55910c048ec7 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc00004e100) internal/poll/fd_unix.go:620 +0x295 fp=0xc0007178b0 sp=0xc000717808 pc=0x55910c04e295 net.(*netFD).accept(0xc00004e100) net/fd_unix.go:172 +0x29 fp=0xc000717968 sp=0xc0007178b0 pc=0x55910c0c1249 net.(*TCPListener).accept(0xc0007aab40) net/tcpsock_posix.go:159 +0x1b fp=0xc0007179b8 sp=0xc000717968 pc=0x55910c0d6bfb net.(*TCPListener).Accept(0xc0007aab40) net/tcpsock.go:380 +0x30 fp=0xc0007179e8 sp=0xc0007179b8 pc=0x55910c0d5ab0 net/http.(*onceCloseListener).Accept(0xc0004cc3f0?) <autogenerated>:1 +0x24 fp=0xc000717a00 sp=0xc0007179e8 pc=0x55910c2ed204 net/http.(*Server).Serve(0xc000201500, {0x55910d48e688, 0xc0007aab40}) net/http/server.go:3424 +0x30c fp=0xc000717b30 sp=0xc000717a00 pc=0x55910c2c4acc github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4}) github.com/ollama/ollama/runner/ollamarunner/runner.go:1288 +0x935 fp=0xc000717d08 sp=0xc000717b30 pc=0x55910c4d6ef5 github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?}) github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000717d30 sp=0xc000717d08 pc=0x55910c4d7769 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000201300?, {0x55910cf9f0b2?, 0x4?, 0x55910cf9f0b6?}) github.com/ollama/ollama/cmd/cmd.go:1769 +0x45 fp=0xc000717d58 sp=0xc000717d30 pc=0x55910cc49ba5 github.com/spf13/cobra.(*Command).execute(0xc0004cf508, {0xc000380280, 0x5, 0x5}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000717e78 sp=0xc000717d58 pc=0x55910c13a89c github.com/spf13/cobra.(*Command).ExecuteC(0xc0007af508) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000717f30 sp=0xc000717e78 pc=0x55910c13b0e5 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=0xc000717f50 sp=0xc000717f30 pc=0x55910cc4a66d runtime.main() runtime/proc.go:283 +0x29d fp=0xc000717fe0 sp=0xc000717f50 pc=0x55910bf8e9dd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000717fe8 sp=0xc000717fe0 pc=0x55910bfc9fa1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x55910bfc286e runtime.goparkunlock(...) runtime/proc.go:441 runtime.forcegchelper() runtime/proc.go:348 +0xb8 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x55910bf8ed18 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x55910bfc9fa1 created by runtime.init.7 in goroutine 1 runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000085780 sp=0xc000085760 pc=0x55910bfc286e runtime.goparkunlock(...) runtime/proc.go:441 runtime.bgsweep(0xc0000aa000) runtime/mgcsweep.go:316 +0xdf fp=0xc0000857c8 sp=0xc000085780 pc=0x55910bf794bf runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x55910bf6d8a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x55910bfc9fa1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x55910d167e18?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000085f78 sp=0xc000085f58 pc=0x55910bfc286e runtime.goparkunlock(...) runtime/proc.go:441 runtime.(*scavengerState).park(0x55910dd401c0) runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa8 sp=0xc000085f78 pc=0x55910bf76f09 runtime.bgscavenge(0xc0000aa000) runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa8 pc=0x55910bf77499 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x55910bf6d845 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x55910bfc9fa1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0x55910bf90f89?, 0x1?, 0x23?, 0xc000084688?) runtime/proc.go:435 +0xce fp=0xc000084630 sp=0xc000084610 pc=0x55910bfc286e runtime.runfinq() runtime/mfinal.go:196 +0x107 fp=0xc0000847e0 sp=0xc000084630 pc=0x55910bf6c867 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x55910bfc9fa1 created by runtime.createfing in goroutine 1 runtime/mfinal.go:166 +0x3d goroutine 6 gp=0xc0001de8c0 m=nil [chan receive]: runtime.gopark(0xc0000ffc20?, 0xc000122030?, 0x60?, 0x67?, 0x55910c0a7e88?) runtime/proc.go:435 +0xce fp=0xc000086718 sp=0xc0000866f8 pc=0x55910bfc286e runtime.chanrecv(0xc0000b8310, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc000086790 sp=0xc000086718 pc=0x55910bf5e245 runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:506 +0x12 fp=0xc0000867b8 sp=0xc000086790 pc=0x55910bf5ddd2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1799 +0x2f fp=0xc0000867e0 sp=0xc0000867b8 pc=0x55910bf70a4f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x55910bfc9fa1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1794 +0x85 goroutine 7 gp=0xc0001dec40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000086f38 sp=0xc000086f18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc000086fc8 sp=0xc000086f38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000086fe0 sp=0xc000086fc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000080738 sp=0xc000080718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc0000807c8 sp=0xc000080738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000807e0 sp=0xc0000807c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000102380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00011a738 sp=0xc00011a718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc00011a7c8 sp=0xc00011a738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00011a7e0 sp=0xc00011a7c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00011a7e8 sp=0xc00011a7e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc0001dee00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000087738 sp=0xc000087718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc0000877c8 sp=0xc000087738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000080f38 sp=0xc000080f18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc000080fc8 sp=0xc000080f38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc000102540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00011af38 sp=0xc00011af18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc00011afc8 sp=0xc00011af38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00011afe0 sp=0xc00011afc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00011afe8 sp=0xc00011afe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 9 gp=0xc0001defc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000087f38 sp=0xc000087f18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc000087fc8 sp=0xc000087f38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000087fe0 sp=0xc000087fc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000087fe8 sp=0xc000087fe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 20 gp=0xc000504380 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c035daa03?, 0x1?, 0x26?, 0x2c?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000081738 sp=0xc000081718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc0000817c8 sp=0xc000081738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000817e0 sp=0xc0000817c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 36 gp=0xc000102700 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c035c6b79?, 0x1?, 0xe3?, 0x8?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00011b738 sp=0xc00011b718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc00011b7c8 sp=0xc00011b738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00011b7e0 sp=0xc00011b7c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00011b7e8 sp=0xc00011b7e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 10 gp=0xc0001df180 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c03461196?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000116738 sp=0xc000116718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc0001167c8 sp=0xc000116738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0001167e0 sp=0xc0001167c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001167e8 sp=0xc0001167e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc000504540 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c03469597?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000081f38 sp=0xc000081f18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc000081fc8 sp=0xc000081f38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000081fe0 sp=0xc000081fc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 37 gp=0xc0001028c0 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c03460cbd?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00011bf38 sp=0xc00011bf18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc00011bfc8 sp=0xc00011bf38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00011bfe0 sp=0xc00011bfc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00011bfe8 sp=0xc00011bfe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 11 gp=0xc0001df340 m=nil [GC worker (idle)]: runtime.gopark(0x55910ddefec0?, 0x1?, 0xfd?, 0x94?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000116f38 sp=0xc000116f18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc000116fc8 sp=0xc000116f38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000116fe0 sp=0xc000116fc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000116fe8 sp=0xc000116fe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 22 gp=0xc000504700 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c03460a38?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000082738 sp=0xc000082718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc0000827c8 sp=0xc000082738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000827e0 sp=0xc0000827c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 38 gp=0xc000102a80 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c034611d7?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00011c738 sp=0xc00011c718 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc00011c7c8 sp=0xc00011c738 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00011c7e0 sp=0xc00011c7c8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00011c7e8 sp=0xc00011c7e0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 39 gp=0xc000102c40 m=nil [GC worker (idle)]: runtime.gopark(0xb5f9c035e54f5?, 0x3?, 0x20?, 0x80?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00011cf38 sp=0xc00011cf18 pc=0x55910bfc286e runtime.gcBgMarkWorker(0xc0000b98f0) runtime/mgc.go:1423 +0xe9 fp=0xc00011cfc8 sp=0xc00011cf38 pc=0x55910bf6fd69 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00011cfe0 sp=0xc00011cfc8 pc=0x55910bf6fc45 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x55910bfc9fa1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 12 gp=0xc000103a40 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x60?, 0x60?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000093b30 sp=0xc000093b10 pc=0x55910bfc286e runtime.goparkunlock(...) runtime/proc.go:441 runtime.semacquire1(0xc000234fb8, 0x0, 0x1, 0x0, 0x18) runtime/sema.go:188 +0x229 fp=0xc000093b98 sp=0xc000093b30 pc=0x55910bfa1fa9 sync.runtime_SemacquireWaitGroup(0x0?) runtime/sema.go:110 +0x25 fp=0xc000093bd0 sp=0xc000093b98 pc=0x55910bfc4285 sync.(*WaitGroup).Wait(0x0?) sync/waitgroup.go:118 +0x48 fp=0xc000093bf8 sp=0xc000093bd0 pc=0x55910bfd58e8 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc000234f00, {0x55910d490c00, 0xc000380320}) github.com/ollama/ollama/runner/ollamarunner/runner.go:406 +0x45 fp=0xc000093fb8 sp=0xc000093bf8 pc=0x55910c4cea85 github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x28 fp=0xc000093fe0 sp=0xc000093fb8 pc=0x55910c4d7168 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000093fe8 sp=0xc000093fe0 pc=0x55910bfc9fa1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 github.com/ollama/ollama/runner/ollamarunner/runner.go:1266 +0x505 goroutine 40 gp=0xc000103dc0 m=nil [IO wait]: runtime.gopark(0x55910dcd4880?, 0xc000118638?, 0x38?, 0x86?, 0xb?) runtime/proc.go:435 +0xce fp=0xc0001185d8 sp=0xc0001185b8 pc=0x55910bfc286e runtime.netpollblock(0x55910bfe5bd8?, 0xbf5b666?, 0x91?) runtime/netpoll.go:575 +0xf7 fp=0xc000118610 sp=0xc0001185d8 pc=0x55910bf87357 internal/poll.runtime_pollWait(0x7f04cacc6d98, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000118630 sp=0xc000118610 pc=0x55910bfc1a85 internal/poll.(*pollDesc).wait(0xc00004eb00?, 0xc00022c2b1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000118658 sp=0xc000118630 pc=0x55910c048ec7 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00004eb00, {0xc00022c2b1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc0001186f0 sp=0xc000118658 pc=0x55910c04a1ba net.(*netFD).Read(0xc00004eb00, {0xc00022c2b1?, 0xc0007aac18?, 0xc000118770?}) net/fd_posix.go:55 +0x25 fp=0xc000118738 sp=0xc0001186f0 pc=0x55910c0bf2a5 net.(*conn).Read(0xc00007a828, {0xc00022c2b1?, 0x0?, 0x0?}) net/net.go:194 +0x45 fp=0xc000118780 sp=0xc000118738 pc=0x55910c0cd665 net/http.(*connReader).backgroundRead(0xc00022c2a0) net/http/server.go:690 +0x37 fp=0xc0001187c8 sp=0xc000118780 pc=0x55910c2b94d7 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc0001187e0 sp=0xc0001187c8 pc=0x55910c2b9405 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001187e8 sp=0xc0001187e0 pc=0x55910bfc9fa1 created by net/http.(*connReader).startBackgroundRead in goroutine 13 net/http/server.go:686 +0xb6 rax 0x0 rbx 0x7f04a871de20 rcx 0x0 rdx 0x3f000000 rdi 0x7f0512570090 rsi 0x2e95f35d900 rbp 0x7f04a873de20 rsp 0x7f04a8ff8a30 r8 0x19d8a60b716197 r9 0x0 r10 0x7f0512570080 r11 0x5c76345c r12 0x7f04a86d9c40 r13 0x0 r14 0x55910dd67c60 r15 0x7f04a86b97c0 rip 0x7f04a86114d6 rflags 0x10206 cs 0x33 fs 0x0 gs 0x0 time=2025-09-27T05:06:54.722Z level=INFO source=sched.go:438 msg="Load failed" model=/root/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:43133/load\": EOF" [GIN] 2025/09/27 - 05:06:54 | 500 | 230.859866ms | 127.0.0.1 | POST "/api/generate" ``` ### OS Docker ### GPU _No response_ ### CPU Intel ### Ollama version 0.12.3
GiteaMirror added the needs more infobug labels 2026-04-22 17:14:33 -05:00
Author
Owner

@kjusupov commented on GitHub (Sep 27, 2025):

❯ ollama run hf.co/LiquidAI/LFM2-VL-1.6B-GGUF:F16
pulling manifest
pulling 0a82498edc35: 100% ▕████████████▏ 2.3 GB
pulling 61d7e939a059: 100% ▕████████████▏  10 KB
pulling a776233427f3: 100% ▕████████████▏  197 B
pulling b637bfa6060b: 100% ▕████████████▏ 830 MB
pulling d7ca051a8aac: 100% ▕████████████▏   75 B
pulling 32099131f2d9: 100% ▕████████████▏  771 B
verifying sha256 digest
writing manifest
success
Error: 500 Internal Server Error: llama runner process has terminated: error:Failed to load CLIP model from /Users/kjusupov/.ollama/models/blobs/sha256-b637bfa6060be2bc7503ec23ba48b407843d08c2ca83f52be206ea8563ccbae2


❯ ollama -v
ollama version is 0.12.3

But other models are OK:

❯ ollama run qwen2.5vl:7b
>>> Send a message (/? for help)

❯ ollama run gemma3n:e4b
>>> Send a message (/? for help)

❯ ollama run hf.co/unsloth/Qwen3-30B-A3B-GGUF:Q4_K_M
>>> Send a message (/? for help)
<!-- gh-comment-id:3341312352 --> @kjusupov commented on GitHub (Sep 27, 2025): ``` ❯ ollama run hf.co/LiquidAI/LFM2-VL-1.6B-GGUF:F16 pulling manifest pulling 0a82498edc35: 100% ▕████████████▏ 2.3 GB pulling 61d7e939a059: 100% ▕████████████▏ 10 KB pulling a776233427f3: 100% ▕████████████▏ 197 B pulling b637bfa6060b: 100% ▕████████████▏ 830 MB pulling d7ca051a8aac: 100% ▕████████████▏ 75 B pulling 32099131f2d9: 100% ▕████████████▏ 771 B verifying sha256 digest writing manifest success Error: 500 Internal Server Error: llama runner process has terminated: error:Failed to load CLIP model from /Users/kjusupov/.ollama/models/blobs/sha256-b637bfa6060be2bc7503ec23ba48b407843d08c2ca83f52be206ea8563ccbae2 ❯ ollama -v ollama version is 0.12.3 ``` But other models are OK: ``` ❯ ollama run qwen2.5vl:7b >>> Send a message (/? for help) ❯ ollama run gemma3n:e4b >>> Send a message (/? for help) ❯ ollama run hf.co/unsloth/Qwen3-30B-A3B-GGUF:Q4_K_M >>> Send a message (/? for help) ```
Author
Owner

@rick-github commented on GitHub (Sep 27, 2025):

@simplify123 ollama tried to execute an instruction that your CPU doesn't support:

SIGILL: illegal instruction
PC=0x7ffb6cead4d6 m=11 sigcode=2
signal arrived during cgo execution
instruction bytes: 0xc5 0xf9 0x6e 0xfa 0xc5 0xc2 0x5c 0x35 0xe 0x99 0xa 0x0 0xc5 0xf9 0x7e 0xf2

This is

   0:	c5 f9 6e fa          	vmovd  %edx,%xmm7

which implies that your CPU doesn't have AVX instructions.

What's the output of sudo lscpu?

<!-- gh-comment-id:3341494374 --> @rick-github commented on GitHub (Sep 27, 2025): @simplify123 ollama tried to execute an instruction that your CPU doesn't support: ``` SIGILL: illegal instruction PC=0x7ffb6cead4d6 m=11 sigcode=2 signal arrived during cgo execution instruction bytes: 0xc5 0xf9 0x6e 0xfa 0xc5 0xc2 0x5c 0x35 0xe 0x99 0xa 0x0 0xc5 0xf9 0x7e 0xf2 ``` This is ``` 0: c5 f9 6e fa vmovd %edx,%xmm7 ``` which implies that your CPU doesn't have AVX instructions. What's the output of `sudo lscpu`?
Author
Owner

@rick-github commented on GitHub (Sep 27, 2025):

@kjusupov This is a different problem. hf.co/LiquidAI/LFM2-VL-1.6B is not a supported model, the vision projector is an unknown type.

<!-- gh-comment-id:3341495390 --> @rick-github commented on GitHub (Sep 27, 2025): @kjusupov This is a different problem. hf.co/LiquidAI/LFM2-VL-1.6B is not a supported model, the vision projector is an unknown type.
Author
Owner

@kjusupov commented on GitHub (Sep 27, 2025):

@kjusupov This is a different problem. hf.co/LiquidAI/LFM2-VL-1.6B is not a supported model, the vision projector is an unknown type.

OK, I thought it was supported... I saw on HF model page under "Use this model --> Ollama"

<!-- gh-comment-id:3342059044 --> @kjusupov commented on GitHub (Sep 27, 2025): > [@kjusupov](https://github.com/kjusupov) This is a different problem. hf.co/LiquidAI/LFM2-VL-1.6B is not a supported model, the vision projector is an unknown type. OK, I thought it was supported... I saw on HF model page under "Use this model --> Ollama"
Author
Owner

@pdevine commented on GitHub (Sep 29, 2025):

@simplify123 can you confirm the type of CPU? My working hypothesis is that somehow an AVX instruction was compiled in to the non-AVX (i.e. cpu) llm library.

<!-- gh-comment-id:3344572661 --> @pdevine commented on GitHub (Sep 29, 2025): @simplify123 can you confirm the type of CPU? My working hypothesis is that somehow an AVX instruction was compiled in to the non-AVX (i.e. cpu) llm library.
Author
Owner

@dhiltgen commented on GitHub (Sep 29, 2025):

@simplify123 are you running inside a virtualization system, or is there anything else unusual about your setup?

I tried to reproduce on an ARM mac using Docker + Rosetta which does not support any AVX extensions (just plain x86 emulation) and the model loads correctly and doesn't attempt to use AVX instructions. We should auto-detect the CPU capabilities and only use instructions supported by the CPU, but if you have a virtualization system that is masking features perhaps that is causing us to incorrectly detect things.

<!-- gh-comment-id:3348916831 --> @dhiltgen commented on GitHub (Sep 29, 2025): @simplify123 are you running inside a virtualization system, or is there anything else unusual about your setup? I tried to reproduce on an ARM mac using Docker + Rosetta which does not support any AVX extensions (just plain x86 emulation) and the model loads correctly and doesn't attempt to use AVX instructions. We should auto-detect the CPU capabilities and only use instructions supported by the CPU, but if you have a virtualization system that is masking features perhaps that is causing us to incorrectly detect things.
Author
Owner

@rick-github commented on GitHub (Sep 29, 2025):

See #12194 where a virtualized CPU identified as one with AVX but were not passed through to the guest. The user in that case resolved by rebuilding ollama, so it's not clear if AVX pass through is a thing.

<!-- gh-comment-id:3348932467 --> @rick-github commented on GitHub (Sep 29, 2025): See #12194 where a virtualized CPU identified as one with AVX but were not passed through to the guest. The user in that case resolved by rebuilding ollama, so it's not clear if AVX pass through is a thing.
Author
Owner

@simplify123 commented on GitHub (Sep 30, 2025):

@simplify123 can you confirm the type of CPU? My working hypothesis is that somehow an AVX instruction was compiled in to the non-AVX (i.e. cpu) llm library.

root@FNOS-huawei:~# lscpu | grep -i "model name"
Model name:                           Intel(R) Xeon(R) Gold 6278C CPU @ 2.60GHz
BIOS Model name:                      pc-i440fx-2.8  CPU @ 2.0GHz
root@FNOS-huawei:~# dmesg | grep -i avx
root@FNOS-huawei:~# 
root@FNOS-huawei:~# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.12.18-trim root=UUID=156e5e9a-d0a5-4758-b873-a9d8ee0fd90b ro modprobe.blacklist=pcspkr quiet i915.force_probe=7d55
root@FNOS-huawei:~# uname -a
Linux FNOS-huawei 6.12.18-trim #5 SMP PREEMPT_DYNAMIC Thu Mar 27 10:30:00 CST 2025 x86_64 GNU/Linux
root@FNOS-huawei:~# 
<!-- gh-comment-id:3352969115 --> @simplify123 commented on GitHub (Sep 30, 2025): > [@simplify123](https://github.com/simplify123) can you confirm the type of CPU? My working hypothesis is that somehow an AVX instruction was compiled in to the non-AVX (i.e. cpu) llm library. ```bash root@FNOS-huawei:~# lscpu | grep -i "model name" Model name: Intel(R) Xeon(R) Gold 6278C CPU @ 2.60GHz BIOS Model name: pc-i440fx-2.8 CPU @ 2.0GHz root@FNOS-huawei:~# dmesg | grep -i avx root@FNOS-huawei:~# root@FNOS-huawei:~# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.12.18-trim root=UUID=156e5e9a-d0a5-4758-b873-a9d8ee0fd90b ro modprobe.blacklist=pcspkr quiet i915.force_probe=7d55 root@FNOS-huawei:~# uname -a Linux FNOS-huawei 6.12.18-trim #5 SMP PREEMPT_DYNAMIC Thu Mar 27 10:30:00 CST 2025 x86_64 GNU/Linux root@FNOS-huawei:~# ```
Author
Owner

@rick-github commented on GitHub (Sep 30, 2025):

Full output of lscpu will provide more information.

<!-- gh-comment-id:3352975503 --> @rick-github commented on GitHub (Sep 30, 2025): Full output of `lscpu` will provide more information.
Author
Owner

@simplify123 commented on GitHub (Oct 1, 2025):

Full output of lscpu will provide more information.

root@FNOS-huawei:~# lscpu
Architecture:             x86_64
  CPU op-mode(s):         32-bit, 64-bit
  Address sizes:          42 bits physical, 48 bits virtual
  Byte Order:             Little Endian
CPU(s):                   16
  On-line CPU(s) list:    0-15
Vendor ID:                GenuineIntel
  BIOS Vendor ID:         QEMU
  Model name:             Intel(R) Xeon(R) Gold 6278C CPU @ 2.60GHz
    BIOS Model name:      pc-i440fx-2.8  CPU @ 2.0GHz
    BIOS CPU family:      1
    CPU family:           6
    Model:                85
    Thread(s) per core:   2
    Core(s) per socket:   8
    Socket(s):            1
    Stepping:             7
    BogoMIPS:             5200.00
    Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pd                          pe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid s                          se4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ib                          pb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 hle smep bmi2 erms invpcid rtm rdseed adx smap clflushopt clwb arat m                          d_clear flush_l1d arch_capabilities
Virtualization features:  
  Hypervisor vendor:      KVM
  Virtualization type:    full
Caches (sum of all):      
  L1d:                    256 KiB (8 instances)
  L1i:                    256 KiB (8 instances)
  L2:                     8 MiB (8 instances)
  L3:                     35.8 MiB (1 instance)
NUMA:                     
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-15
Vulnerabilities:          
  Gather data sampling:   Unknown: Dependent on hypervisor status
  Itlb multihit:          KVM: Mitigation: VMX unsupported
  L1tf:                   Not affected
  Mds:                    Not affected
  Meltdown:               Not affected
  Mmio stale data:        Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
  Reg file data sampling: Not affected
  Retbleed:               Mitigation; Enhanced IBRS
  Spec rstack overflow:   Not affected
  Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:             Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW lo                          op
  Srbds:                  Not affected
  Tsx async abort:        Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
root@FNOS-huawei:~# 
<!-- gh-comment-id:3354642075 --> @simplify123 commented on GitHub (Oct 1, 2025): > Full output of `lscpu` will provide more information. ```bash root@FNOS-huawei:~# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 42 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 16 On-line CPU(s) list: 0-15 Vendor ID: GenuineIntel BIOS Vendor ID: QEMU Model name: Intel(R) Xeon(R) Gold 6278C CPU @ 2.60GHz BIOS Model name: pc-i440fx-2.8 CPU @ 2.0GHz BIOS CPU family: 1 CPU family: 6 Model: 85 Thread(s) per core: 2 Core(s) per socket: 8 Socket(s): 1 Stepping: 7 BogoMIPS: 5200.00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pd pe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid s se4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ib pb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 hle smep bmi2 erms invpcid rtm rdseed adx smap clflushopt clwb arat m d_clear flush_l1d arch_capabilities Virtualization features: Hypervisor vendor: KVM Virtualization type: full Caches (sum of all): L1d: 256 KiB (8 instances) L1i: 256 KiB (8 instances) L2: 8 MiB (8 instances) L3: 35.8 MiB (1 instance) NUMA: NUMA node(s): 1 NUMA node0 CPU(s): 0-15 Vulnerabilities: Gather data sampling: Unknown: Dependent on hypervisor status Itlb multihit: KVM: Mitigation: VMX unsupported L1tf: Not affected Mds: Not affected Meltdown: Not affected Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Reg file data sampling: Not affected Retbleed: Mitigation; Enhanced IBRS Spec rstack overflow: Not affected Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW lo op Srbds: Not affected Tsx async abort: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown root@FNOS-huawei:~# ```
Author
Owner

@rick-github commented on GitHub (Oct 1, 2025):

The system is a virtualized with a CPU that normally offers the AVX instruction set, but is not enabled in the virtual environment. The hypervisor has to be configured to enable AVX instructions. For example, in proxmox you need to add flags +avx;+avx2 to the configuration as shown here. If you are running a virtual system other than proxmox, check the documentation.

<!-- gh-comment-id:3355374482 --> @rick-github commented on GitHub (Oct 1, 2025): The system is a virtualized with a CPU that normally offers the AVX instruction set, but is not enabled in the virtual environment. The hypervisor has to be configured to enable AVX instructions. For example, in proxmox you need to add `flags +avx;+avx2` to the configuration as shown [here](https://pve.proxmox.com/pve-docs/cpu-models.conf.5.html#_example_file). If you are running a virtual system other than proxmox, check the documentation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#34015