[PR #634] [MERGED] use int64 consistently #10269

Closed
opened 2026-04-12 22:56:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/634
Author: @mxyng
Created: 9/28/2023
Status: Merged
Merged: 9/28/2023
Merged by: @mxyng

Base: mainHead: mxyng/int64


📝 Commits (1)

📊 Changes

7 files changed (+59 additions, -59 deletions)

View changed files

📝 api/types.go (+3 -3)
📝 cmd/cmd.go (+11 -11)
📝 llm/llama.go (+3 -3)
📝 server/download.go (+14 -14)
📝 server/images.go (+8 -8)
📝 server/modelpath_test.go (+3 -3)
📝 server/upload.go (+17 -17)

📄 Description

this reduces type conversion


🔄 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/634 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 9/28/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/int64` --- ### 📝 Commits (1) - [`f40b3de`](https://github.com/ollama/ollama/commit/f40b3de75865e6ef971d30d766a0ce765c662002) use int64 consistently ### 📊 Changes **7 files changed** (+59 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+3 -3) 📝 `cmd/cmd.go` (+11 -11) 📝 `llm/llama.go` (+3 -3) 📝 `server/download.go` (+14 -14) 📝 `server/images.go` (+8 -8) 📝 `server/modelpath_test.go` (+3 -3) 📝 `server/upload.go` (+17 -17) </details> ### 📄 Description this reduces type conversion --- <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-12 22:56:34 -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#10269