[PR #9123] [MERGED] Wire up system info log for new engine #12871

Closed
opened 2026-04-13 00:11:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9123
Author: @dhiltgen
Created: 2/14/2025
Status: Merged
Merged: 2/14/2025
Merged by: @dhiltgen

Base: mainHead: system_info


📝 Commits (1)

  • 706a390 Wire up system info log for new engine

📊 Changes

4 files changed (+60 additions, -7 deletions)

View changed files

📝 kvcache/causal_test.go (+4 -0)
📝 ml/backend.go (+1 -0)
📝 ml/backend/ggml/ggml.go (+53 -6)
📝 runner/ollamarunner/runner.go (+2 -1)

📄 Description

Example from the logs

time=2025-02-14T15:30:23.385-08:00 level=INFO source=runner.go:816 msg=system info="Metal : EMBED_LIBRARY = 1 | CPU : NEON = 1 | ARM_FMA = 1 | FP16_VA = 1 | DOTPROD = 1 | LLAMAFILE = 1 | ACCELERATE = 1 | cgo(clang)"

Threads aren't exposed yet since that wiring isn't complete yet for the new engine.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/9123 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `system_info` --- ### 📝 Commits (1) - [`706a390`](https://github.com/ollama/ollama/commit/706a390b8a4af2877021039542c497948861aec4) Wire up system info log for new engine ### 📊 Changes **4 files changed** (+60 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `kvcache/causal_test.go` (+4 -0) 📝 `ml/backend.go` (+1 -0) 📝 `ml/backend/ggml/ggml.go` (+53 -6) 📝 `runner/ollamarunner/runner.go` (+2 -1) </details> ### 📄 Description Example from the logs ``` time=2025-02-14T15:30:23.385-08:00 level=INFO source=runner.go:816 msg=system info="Metal : EMBED_LIBRARY = 1 | CPU : NEON = 1 | ARM_FMA = 1 | FP16_VA = 1 | DOTPROD = 1 | LLAMAFILE = 1 | ACCELERATE = 1 | cgo(clang)" ``` Threads aren't exposed yet since that wiring isn't complete yet for the new engine. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:11:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#12871