[PR #7837] Export ctx, gpu, parallel parameters via /api/ps #12533

Open
opened 2026-04-13 00:02:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7837
Author: @rick-github
Created: 11/26/2024
Status: 🔄 Open

Base: mainHead: ps


📝 Commits (2)

  • c0ec37d Export ctx, gpu, parallel parameters via /api/ps
  • 224da15 Merge branch 'ollama:main' into ps

📊 Changes

4 files changed (+56 additions, -14 deletions)

View changed files

📝 api/types.go (+12 -7)
📝 llm/server.go (+20 -0)
📝 server/routes.go (+16 -7)
📝 server/sched_test.go (+8 -0)

📄 Description

Allow clients to query some model run-time parameters.


🔄 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/7837 **Author:** [@rick-github](https://github.com/rick-github) **Created:** 11/26/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ps` --- ### 📝 Commits (2) - [`c0ec37d`](https://github.com/ollama/ollama/commit/c0ec37d2c9f379ca2b11f966a1b3a856ed4f0d00) Export ctx, gpu, parallel parameters via /api/ps - [`224da15`](https://github.com/ollama/ollama/commit/224da1512e9a8a5159bf187bfacd2f12f430cdac) Merge branch 'ollama:main' into ps ### 📊 Changes **4 files changed** (+56 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+12 -7) 📝 `llm/server.go` (+20 -0) 📝 `server/routes.go` (+16 -7) 📝 `server/sched_test.go` (+8 -0) </details> ### 📄 Description Allow clients to query some model run-time parameters. --- <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:02:35 -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#12533