What is the issue?
I keep getting "Error: context deadline exceeded" for a lot of models that I download from hf.
ollama run hf.co/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
pulling manifest
pulling 8440f2a076f1: 100% ▕██████████████████████████████████████████████████████████▏ 18 GB
pulling eacf610d1ee4: 100% ▕██████████████████████████████████████████████████████████▏ 927 MB
Error: context deadline exceeded
Relevant log output
time=2026-07-30T10:05:15.022-04:00 level=INFO source=routes.go:1947 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: LLAMA_ARG_FIT: LLAMA_ARG_FIT_TARGET: NO_PROXY: OLLAMA_CONTEXT_LENGTH:32768 OLLAMA_DEBUG:INFO OLLAMA_DEBUG_LOG_REQUESTS:false OLLAMA_EDITOR: OLLAMA_FLASH_ATTENTION:false OLLAMA_GO_TEMPLATE:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_IGPU_ENABLE: OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MAX_TRANSFER_STREAMS:4 OLLAMA_MODELS:D:\\OllamaModels OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NO_CLOUD:true OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[* http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false OLLAMA_VULKAN:true ROCR_VISIBLE_DEVICES:]"
time=2026-07-30T10:05:15.022-04:00 level=INFO source=routes.go:1949 msg="Ollama cloud disabled: true"
time=2026-07-30T10:05:15.067-04:00 level=INFO source=images.go:883 msg="total blobs: 77"
time=2026-07-30T10:05:15.073-04:00 level=INFO source=images.go:890 msg="total unused blobs removed: 0"
time=2026-07-30T10:05:15.075-04:00 level=INFO source=routes.go:2004 msg="Listening on 127.0.0.1:11434 (version 0.32.5)"
time=2026-07-30T10:05:15.075-04:00 level=INFO source=model_recommendations.go:177 msg="model recommendations cache sleep scheduled" wait=4h6m45.218682378s consecutive_failures=0
time=2026-07-30T10:05:15.085-04:00 level=INFO source=runner.go:60 msg="discovering available GPUs..."
time=2026-07-30T10:05:17.274-04:00 level=INFO source=model_list_cache.go:112 msg="model list cache hydration complete" models=22 failures=0 elapsed=2.1988268s
time=2026-07-30T10:05:22.044-04:00 level=INFO source=types.go:32 msg="inference compute" id=0 filter_id=0 library=CUDA compute=8.9 name=CUDA0 description="NVIDIA GeForce RTX 4060 Ti" libdirs=ollama,cuda_v13 driver=13.3 pci_id=0000:01:00.0 type=discrete total="16.0 GiB" available="14.9 GiB"
time=2026-07-30T10:05:22.045-04:00 level=INFO source=types.go:32 msg="inference compute" id=1 filter_id=1 library=CUDA compute=7.5 name=CUDA1 description="NVIDIA GeForce RTX 2080 SUPER" libdirs=ollama,cuda_v13 driver=13.3 pci_id=0000:02:00.0 type=discrete total="8.0 GiB" available="6.9 GiB"
time=2026-07-30T10:05:22.045-04:00 level=INFO source=routes.go:2054 msg="vram-based default context" total_vram="24.0 GiB" default_num_ctx=32768
[GIN] 2026/07/30 - 10:05:22 | 200 | 0s | 127.0.0.1 | GET "/api/version"
time=2026-07-30T14:12:00.295-04:00 level=INFO source=model_recommendations.go:177 msg="model recommendations cache sleep scheduled" wait=3h38m57.720840545s consecutive_failures=0
time=2026-07-30T17:50:58.016-04:00 level=INFO source=model_recommendations.go:177 msg="model recommendations cache sleep scheduled" wait=3h26m34.305424689s consecutive_failures=0
[GIN] 2026/07/30 - 19:49:16 | 200 | 0s | 127.0.0.1 | HEAD "/"
[GIN] 2026/07/30 - 19:49:16 | 404 | 138.7296ms | 127.0.0.1 | POST "/api/show"
time=2026-07-30T19:49:19.456-04:00 level=INFO source=download.go:181 msg="downloading 8440f2a076f1 in 19 1 GB part(s)"
time=2026-07-30T19:54:21.537-04:00 level=INFO source=download.go:181 msg="downloading eacf610d1ee4 in 10 100 MB part(s)"
time=2026-07-30T19:55:26.196-04:00 level=INFO source=download.go:181 msg="downloading 2a30fe37ad16 in 1 479 B part(s)"
time=2026-07-30T19:55:56.197-04:00 level=INFO source=images.go:1263 msg="request failed: Get \"https://hf.co/v2/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF/blobs/sha256:2a30fe37ad16e9f7decd571f88282b1d59338c45b7bff0173a9e14476eaf7742\": context deadline exceeded"
time=2026-07-30T19:55:56.197-04:00 level=WARN source=download.go:260 msg="failed to get direct URL; backing off and retrying" err="Get \"https://hf.co/v2/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF/blobs/sha256:2a30fe37ad16e9f7decd571f88282b1d59338c45b7bff0173a9e14476eaf7742\": context deadline exceeded"
[GIN] 2026/07/30 - 19:55:56 | 200 | 6m39s | 127.0.0.1 | POST "/api/pull"
OS
Windows
GPU
Nvidia
CPU
Intel
Ollama version
0.32.5
What is the issue?
I keep getting "Error: context deadline exceeded" for a lot of models that I download from hf.
ollama run hf.co/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
pulling manifest
pulling 8440f2a076f1: 100% ▕██████████████████████████████████████████████████████████▏ 18 GB
pulling eacf610d1ee4: 100% ▕██████████████████████████████████████████████████████████▏ 927 MB
Error: context deadline exceeded
Relevant log output
OS
Windows
GPU
Nvidia
CPU
Intel
Ollama version
0.32.5