[GH-ISSUE #9004] Error: server metal not listed in available servers map #67907

Closed
opened 2026-05-04 12:00:15 -05:00 by GiteaMirror · 16 comments
Owner

Originally created by @kingtell on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9004

What is the issue?

I downloaded Ollama on my Macbook air M3 , with MacOS Sequoia 15.3, and tried to run deepseek-r1:1.5b, deepseek-r1:7b, deepseek-r1:8b, but ollama failed with this error: server metal not listed in available servers map

Relevant log output

sudo ollama serve also not work, with below info

2025/02/11 14:24:45 routes.go:1187: INFO server config env="map[HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/Users/ /.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 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://*] OLLAMA_SCHED_SPREAD:false http_proxy: https_proxy: no_proxy:]"
time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:432 msg="total blobs: 0"
time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.

[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
 - using env:	export GIN_MODE=release
 - using code:	gin.SetMode(gin.ReleaseMode)

[GIN-debug] POST   /api/pull                 --> github.com/ollama/ollama/server.(*Server).PullHandler-fm (5 handlers)
[GIN-debug] POST   /api/generate             --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (5 handlers)
[GIN-debug] POST   /api/chat                 --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (5 handlers)
[GIN-debug] POST   /api/embed                --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (5 handlers)
[GIN-debug] POST   /api/embeddings           --> github.com/ollama/ollama/server.(*Server).EmbeddingsHandler-fm (5 handlers)
[GIN-debug] POST   /api/create               --> github.com/ollama/ollama/server.(*Server).CreateHandler-fm (5 handlers)
[GIN-debug] POST   /api/push                 --> github.com/ollama/ollama/server.(*Server).PushHandler-fm (5 handlers)
[GIN-debug] POST   /api/copy                 --> github.com/ollama/ollama/server.(*Server).CopyHandler-fm (5 handlers)
[GIN-debug] DELETE /api/delete               --> github.com/ollama/ollama/server.(*Server).DeleteHandler-fm (5 handlers)
[GIN-debug] POST   /api/show                 --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (5 handlers)
[GIN-debug] POST   /api/blobs/:digest        --> github.com/ollama/ollama/server.(*Server).CreateBlobHandler-fm (5 handlers)
[GIN-debug] HEAD   /api/blobs/:digest        --> github.com/ollama/ollama/server.(*Server).HeadBlobHandler-fm (5 handlers)
[GIN-debug] GET    /api/ps                   --> github.com/ollama/ollama/server.(*Server).PsHandler-fm (5 handlers)
[GIN-debug] POST   /v1/chat/completions      --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (6 handlers)
[GIN-debug] POST   /v1/completions           --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (6 handlers)
[GIN-debug] POST   /v1/embeddings            --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (6 handlers)
[GIN-debug] GET    /v1/models                --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (6 handlers)
[GIN-debug] GET    /v1/models/:model         --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (6 handlers)
[GIN-debug] GET    /                         --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers)
[GIN-debug] GET    /api/tags                 --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers)
[GIN-debug] GET    /api/version              --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers)
[GIN-debug] HEAD   /                         --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers)
[GIN-debug] HEAD   /api/tags                 --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers)
[GIN-debug] HEAD   /api/version              --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers)
time=2025-02-11T14:24:45.013+08:00 level=INFO source=routes.go:1238 msg="Listening on 127.0.0.1:11434 (version 0.5.7)"
time=2025-02-11T14:24:45.014+08:00 level=INFO source=routes.go:1267 msg="Dynamic LLM libraries" runners=[metal]
time=2025-02-11T14:24:45.047+08:00 level=INFO source=types.go:131 msg="inference compute" id=0 library=metal variant="" compute="" driver=0.0 name="" total="10.7 GiB" available="10.7 GiB"

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.5.7

Originally created by @kingtell on GitHub (Feb 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9004 ### What is the issue? I downloaded Ollama on my Macbook air M3 , with MacOS Sequoia 15.3, and tried to run deepseek-r1:1.5b, deepseek-r1:7b, deepseek-r1:8b, but ollama failed with this error: server metal not listed in available servers map ### Relevant log output ```shell sudo ollama serve also not work, with below info 2025/02/11 14:24:45 routes.go:1187: INFO server config env="map[HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/Users/ /.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 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://*] OLLAMA_SCHED_SPREAD:false http_proxy: https_proxy: no_proxy:]" time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:432 msg="total blobs: 0" time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0" [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode) [GIN-debug] POST /api/pull --> github.com/ollama/ollama/server.(*Server).PullHandler-fm (5 handlers) [GIN-debug] POST /api/generate --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (5 handlers) [GIN-debug] POST /api/chat --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (5 handlers) [GIN-debug] POST /api/embed --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (5 handlers) [GIN-debug] POST /api/embeddings --> github.com/ollama/ollama/server.(*Server).EmbeddingsHandler-fm (5 handlers) [GIN-debug] POST /api/create --> github.com/ollama/ollama/server.(*Server).CreateHandler-fm (5 handlers) [GIN-debug] POST /api/push --> github.com/ollama/ollama/server.(*Server).PushHandler-fm (5 handlers) [GIN-debug] POST /api/copy --> github.com/ollama/ollama/server.(*Server).CopyHandler-fm (5 handlers) [GIN-debug] DELETE /api/delete --> github.com/ollama/ollama/server.(*Server).DeleteHandler-fm (5 handlers) [GIN-debug] POST /api/show --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (5 handlers) [GIN-debug] POST /api/blobs/:digest --> github.com/ollama/ollama/server.(*Server).CreateBlobHandler-fm (5 handlers) [GIN-debug] HEAD /api/blobs/:digest --> github.com/ollama/ollama/server.(*Server).HeadBlobHandler-fm (5 handlers) [GIN-debug] GET /api/ps --> github.com/ollama/ollama/server.(*Server).PsHandler-fm (5 handlers) [GIN-debug] POST /v1/chat/completions --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (6 handlers) [GIN-debug] POST /v1/completions --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (6 handlers) [GIN-debug] POST /v1/embeddings --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (6 handlers) [GIN-debug] GET /v1/models --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (6 handlers) [GIN-debug] GET /v1/models/:model --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (6 handlers) [GIN-debug] GET / --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers) [GIN-debug] GET /api/tags --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers) [GIN-debug] GET /api/version --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers) [GIN-debug] HEAD / --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers) [GIN-debug] HEAD /api/tags --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers) [GIN-debug] HEAD /api/version --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers) time=2025-02-11T14:24:45.013+08:00 level=INFO source=routes.go:1238 msg="Listening on 127.0.0.1:11434 (version 0.5.7)" time=2025-02-11T14:24:45.014+08:00 level=INFO source=routes.go:1267 msg="Dynamic LLM libraries" runners=[metal] time=2025-02-11T14:24:45.047+08:00 level=INFO source=types.go:131 msg="inference compute" id=0 library=metal variant="" compute="" driver=0.0 name="" total="10.7 GiB" available="10.7 GiB" ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.5.7
GiteaMirror added the bug label 2026-05-04 12:00:15 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

https://github.com/ollama/ollama/issues/8564

<!-- gh-comment-id:2650244984 --> @rick-github commented on GitHub (Feb 11, 2025): https://github.com/ollama/ollama/issues/8564
Author
Owner

@kingtell commented on GitHub (Feb 12, 2025):

#8564

I tried, 1. quite llama, 2. sudo ollama serve terminal with the above output, ollama not restart successfully

<!-- gh-comment-id:2652379065 --> @kingtell commented on GitHub (Feb 12, 2025): > [#8564](https://github.com/ollama/ollama/issues/8564) I tried, 1. quite llama, 2. sudo ollama serve terminal with the above output, ollama not restart successfully
Author
Owner

@kingtell commented on GitHub (Feb 12, 2025):

.ollama/logs
zsh: permission denied: .ollama/logs

<!-- gh-comment-id:2652386458 --> @kingtell commented on GitHub (Feb 12, 2025): .ollama/logs zsh: permission denied: .ollama/logs
Author
Owner

@rick-github commented on GitHub (Feb 12, 2025):

ollama not restart successfully

What does this mean? Failed to start, started but then failed, became sentient and ran away?

<!-- gh-comment-id:2653298439 --> @rick-github commented on GitHub (Feb 12, 2025): > ollama not restart successfully What does this mean? Failed to start, started but then failed, became sentient and ran away?
Author
Owner

@kingtell commented on GitHub (Feb 13, 2025):

ollama not restart successfully

What does this mean? Failed to start, started but then failed, became sentient and ran away?

sudo ollama serve, failed to start, with below information:

2025/02/11 14:24:45 routes.go:1187: INFO server config env="map[HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/Users/ /.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 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://*] OLLAMA_SCHED_SPREAD:false http_proxy: https_proxy: no_proxy:]"
time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:432 msg="total blobs: 0"
time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.

[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.

  • using env: export GIN_MODE=release
  • using code: gin.SetMode(gin.ReleaseMode)

[GIN-debug] POST /api/pull --> github.com/ollama/ollama/server.(*Server).PullHandler-fm (5 handlers)
[GIN-debug] POST /api/generate --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (5 handlers)
[GIN-debug] POST /api/chat --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (5 handlers)
[GIN-debug] POST /api/embed --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (5 handlers)
[GIN-debug] POST /api/embeddings --> github.com/ollama/ollama/server.(*Server).EmbeddingsHandler-fm (5 handlers)
[GIN-debug] POST /api/create --> github.com/ollama/ollama/server.(*Server).CreateHandler-fm (5 handlers)
[GIN-debug] POST /api/push --> github.com/ollama/ollama/server.(*Server).PushHandler-fm (5 handlers)
[GIN-debug] POST /api/copy --> github.com/ollama/ollama/server.(*Server).CopyHandler-fm (5 handlers)
[GIN-debug] DELETE /api/delete --> github.com/ollama/ollama/server.(*Server).DeleteHandler-fm (5 handlers)
[GIN-debug] POST /api/show --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (5 handlers)
[GIN-debug] POST /api/blobs/:digest --> github.com/ollama/ollama/server.(*Server).CreateBlobHandler-fm (5 handlers)
[GIN-debug] HEAD /api/blobs/:digest --> github.com/ollama/ollama/server.(*Server).HeadBlobHandler-fm (5 handlers)
[GIN-debug] GET /api/ps --> github.com/ollama/ollama/server.(*Server).PsHandler-fm (5 handlers)
[GIN-debug] POST /v1/chat/completions --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (6 handlers)
[GIN-debug] POST /v1/completions --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (6 handlers)
[GIN-debug] POST /v1/embeddings --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (6 handlers)
[GIN-debug] GET /v1/models --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (6 handlers)
[GIN-debug] GET /v1/models/:model --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (6 handlers)
[GIN-debug] GET / --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers)
[GIN-debug] GET /api/tags --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers)
[GIN-debug] GET /api/version --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers)
[GIN-debug] HEAD / --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers)
[GIN-debug] HEAD /api/tags --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers)
[GIN-debug] HEAD /api/version --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers)
time=2025-02-11T14:24:45.013+08:00 level=INFO source=routes.go:1238 msg="Listening on 127.0.0.1:11434 (version 0.5.7)"
time=2025-02-11T14:24:45.014+08:00 level=INFO source=routes.go:1267 msg="Dynamic LLM libraries" runners=[metal]
time=2025-02-11T14:24:45.047+08:00 level=INFO source=types.go:131 msg="inference compute" id=0 library=metal variant="" compute="" driver=0.0 name="" total="10.7 GiB" available="10.7 GiB"

<!-- gh-comment-id:2655172828 --> @kingtell commented on GitHub (Feb 13, 2025): > > ollama not restart successfully > > What does this mean? Failed to start, started but then failed, became sentient and ran away? sudo ollama serve, failed to start, with below information: 2025/02/11 14:24:45 routes.go:1187: INFO server config env="map[HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/Users/ /.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 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://*] OLLAMA_SCHED_SPREAD:false http_proxy: https_proxy: no_proxy:]" time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:432 msg="total blobs: 0" time=2025-02-11T14:24:45.012+08:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0" [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode) [GIN-debug] POST /api/pull --> github.com/ollama/ollama/server.(*Server).PullHandler-fm (5 handlers) [GIN-debug] POST /api/generate --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (5 handlers) [GIN-debug] POST /api/chat --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (5 handlers) [GIN-debug] POST /api/embed --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (5 handlers) [GIN-debug] POST /api/embeddings --> github.com/ollama/ollama/server.(*Server).EmbeddingsHandler-fm (5 handlers) [GIN-debug] POST /api/create --> github.com/ollama/ollama/server.(*Server).CreateHandler-fm (5 handlers) [GIN-debug] POST /api/push --> github.com/ollama/ollama/server.(*Server).PushHandler-fm (5 handlers) [GIN-debug] POST /api/copy --> github.com/ollama/ollama/server.(*Server).CopyHandler-fm (5 handlers) [GIN-debug] DELETE /api/delete --> github.com/ollama/ollama/server.(*Server).DeleteHandler-fm (5 handlers) [GIN-debug] POST /api/show --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (5 handlers) [GIN-debug] POST /api/blobs/:digest --> github.com/ollama/ollama/server.(*Server).CreateBlobHandler-fm (5 handlers) [GIN-debug] HEAD /api/blobs/:digest --> github.com/ollama/ollama/server.(*Server).HeadBlobHandler-fm (5 handlers) [GIN-debug] GET /api/ps --> github.com/ollama/ollama/server.(*Server).PsHandler-fm (5 handlers) [GIN-debug] POST /v1/chat/completions --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (6 handlers) [GIN-debug] POST /v1/completions --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (6 handlers) [GIN-debug] POST /v1/embeddings --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (6 handlers) [GIN-debug] GET /v1/models --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (6 handlers) [GIN-debug] GET /v1/models/:model --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (6 handlers) [GIN-debug] GET / --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers) [GIN-debug] GET /api/tags --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers) [GIN-debug] GET /api/version --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers) [GIN-debug] HEAD / --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers) [GIN-debug] HEAD /api/tags --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers) [GIN-debug] HEAD /api/version --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers) time=2025-02-11T14:24:45.013+08:00 level=INFO source=routes.go:1238 msg="Listening on 127.0.0.1:11434 (version 0.5.7)" time=2025-02-11T14:24:45.014+08:00 level=INFO source=routes.go:1267 msg="Dynamic LLM libraries" runners=[metal] time=2025-02-11T14:24:45.047+08:00 level=INFO source=types.go:131 msg="inference compute" id=0 library=metal variant="" compute="" driver=0.0 name="" total="10.7 GiB" available="10.7 GiB"
Author
Owner

@rick-github commented on GitHub (Feb 13, 2025):

This shows the server starting.

<!-- gh-comment-id:2656022874 --> @rick-github commented on GitHub (Feb 13, 2025): This shows the server starting.
Author
Owner

@kingtell commented on GitHub (Feb 13, 2025):

This shows the server starting.

Ok but even wait for hours, the ollama app is not successfully started, tried many times

<!-- gh-comment-id:2656913771 --> @kingtell commented on GitHub (Feb 13, 2025): > This shows the server starting. Ok but even wait for hours, the ollama app is not successfully started, tried many times
Author
Owner

@rick-github commented on GitHub (Feb 13, 2025):

Have you tried using the client after starting the server?

ollama run llama:3.1
<!-- gh-comment-id:2656925913 --> @rick-github commented on GitHub (Feb 13, 2025): Have you tried using the client after starting the server? ``` ollama run llama:3.1 ```
Author
Owner

@kingtell commented on GitHub (Feb 13, 2025):

Have you tried using the client after starting the server?

ollama run llama:3.1

yes ever tried but the same returns "Error: server metal not listed in available servers map"

<!-- gh-comment-id:2656933017 --> @kingtell commented on GitHub (Feb 13, 2025): > Have you tried using the client after starting the server? > > ``` > ollama run llama:3.1 > ``` yes ever tried but the same returns "Error: server metal not listed in available servers map"
Author
Owner

@kingtell commented on GitHub (Feb 13, 2025):

Have you tried using the client after starting the server?

ollama run llama:3.1

yes ever tried but the same returns "Error: server metal not listed in available servers map"

tried uninstall and install ollama, pull and rm the models, still not work, same error show up after pull and install model

<!-- gh-comment-id:2656946454 --> @kingtell commented on GitHub (Feb 13, 2025): > > Have you tried using the client after starting the server? > > ``` > > ollama run llama:3.1 > > ``` > > yes ever tried but the same returns "Error: server metal not listed in available servers map" tried uninstall and install ollama, pull and rm the models, still not work, same error show up after pull and install model
Author
Owner

@rick-github commented on GitHub (Feb 13, 2025):

Have you tried starting the server as root (sudo ollama serve) and then using the client (ollama run llama3.1)? If you have, post the logs as a text attachment.

<!-- gh-comment-id:2656963728 --> @rick-github commented on GitHub (Feb 13, 2025): Have you tried starting the server as root (`sudo ollama serve`) and then using the client (`ollama run llama3.1`)? If you have, post the logs as a text attachment.
Author
Owner

@kingtell commented on GitHub (Feb 13, 2025):

Have you tried starting the server as root (sudo ollama serve) and then using the client (ollama run llama3.1)? If you have, post the logs as a text attachment.

  1. tired 'sudo ollama serve', failed,

  2. 'ollana run llama3.1'
    pulling manifest
    pulling 667b0c1932bc... 100% ▕████████████████▏ 4.9 GB
    pulling 948af2743fc7... 100% ▕████████████████▏ 1.5 KB
    pulling 0ba8f0e314b4... 100% ▕████████████████▏ 12 KB
    pulling 56bb8bd477a5... 100% ▕████████████████▏ 96 B
    pulling 455f34728c9b... 100% ▕████████████████▏ 487 B
    verifying sha256 digest
    writing manifest
    success
    Error: [0] server metal not listed in available servers map[]

tried and failed just now

<!-- gh-comment-id:2656982370 --> @kingtell commented on GitHub (Feb 13, 2025): > Have you tried starting the server as root (`sudo ollama serve`) and then using the client (`ollama run llama3.1`)? If you have, post the logs as a text attachment. 1. tired 'sudo ollama serve', failed, 2. 'ollana run llama3.1' pulling manifest pulling 667b0c1932bc... 100% ▕████████████████▏ 4.9 GB pulling 948af2743fc7... 100% ▕████████████████▏ 1.5 KB pulling 0ba8f0e314b4... 100% ▕████████████████▏ 12 KB pulling 56bb8bd477a5... 100% ▕████████████████▏ 96 B pulling 455f34728c9b... 100% ▕████████████████▏ 487 B verifying sha256 digest writing manifest success Error: [0] server metal not listed in available servers map[] tried and failed just now
Author
Owner

@kingtell commented on GitHub (Feb 13, 2025):

Have you tried starting the server as root (sudo ollama serve) and then using the client (ollama run llama3.1)? If you have, post the logs as a text attachment.

not able to get the logs

'.ollama/logs'
zsh: permission denied: .ollama/logs

<!-- gh-comment-id:2656985307 --> @kingtell commented on GitHub (Feb 13, 2025): > Have you tried starting the server as root (`sudo ollama serve`) and then using the client (`ollama run llama3.1`)? If you have, post the logs as a text attachment. not able to get the logs '.ollama/logs' zsh: permission denied: .ollama/logs
Author
Owner

@rick-github commented on GitHub (Feb 13, 2025):

tired 'sudo ollama serve', failed,

What does this mean? Failed to start, started but then failed, became sentient and ran away?

<!-- gh-comment-id:2657001452 --> @rick-github commented on GitHub (Feb 13, 2025): > tired 'sudo ollama serve', failed, What does this mean? Failed to start, started but then failed, became sentient and ran away?
Author
Owner

@kingtell commented on GitHub (Feb 14, 2025):

tired 'sudo ollama serve', failed,

What does this mean? Failed to start, started but then failed, became sentient and ran away?

failed to start

<!-- gh-comment-id:2658372227 --> @kingtell commented on GitHub (Feb 14, 2025): > > tired 'sudo ollama serve', failed, > > What does this mean? Failed to start, started but then failed, became sentient and ran away? failed to start
Author
Owner

@rick-github commented on GitHub (Feb 14, 2025):

If the server failed to start, how did you run ollama run llama3.1? It needs a server to talk to.

<!-- gh-comment-id:2659643668 --> @rick-github commented on GitHub (Feb 14, 2025): If the server failed to start, how did you run `ollama run llama3.1`? It needs a server to talk to.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#67907