[PR #1524] [MERGED] restore model load duration on generate response #72900

Closed
opened 2026-05-05 04:29:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1524
Author: @BruceMacD
Created: 12/14/2023
Status: Merged
Merged: 12/14/2023
Merged by: @jmorganca

Base: mainHead: brucemacd/total-duration


📝 Commits (3)

  • b0b459b restore model load duration on generate response
  • 6131352 remove checkpoints predict opts
  • a73ffef Update routes.go

📊 Changes

2 files changed (+27 additions, -36 deletions)

View changed files

📝 llm/llama.go (+4 -13)
📝 server/routes.go (+23 -23)

📄 Description

  • set model load duration on generate and chat done response
  • calculate createAt time when response created

resolves #1523


🔄 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/1524 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `brucemacd/total-duration` --- ### 📝 Commits (3) - [`b0b459b`](https://github.com/ollama/ollama/commit/b0b459b971e85444023be37af8c77ab84d547a99) restore model load duration on generate response - [`6131352`](https://github.com/ollama/ollama/commit/6131352a890a5ab6137610416b28b61479287940) remove checkpoints predict opts - [`a73ffef`](https://github.com/ollama/ollama/commit/a73ffef618c1b01d23491f04929d60b2d5e9bef1) Update routes.go ### 📊 Changes **2 files changed** (+27 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `llm/llama.go` (+4 -13) 📝 `server/routes.go` (+23 -23) </details> ### 📄 Description - set model load duration on generate and chat done response - calculate createAt time when response created resolves #1523 --- <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-05-05 04:29:15 -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#72900