[PR #8454] [CLOSED] Align file position to general.alignment at end of decoding. #11449

Closed
opened 2025-11-12 16:14:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8454
Author: @rick-github
Created: 1/16/2025
Status: Closed

Base: mainHead: invalid-file-magic


📝 Commits (10+)

  • fb1744a Align file position to general.alignment at end of decoding.
  • 021817e readme: add link to Langfuse (#8455)
  • 7bb356c docs: update suspend header in gpu.md (#8487)
  • 294b6f5 docs: remove tfs_z option from documentation (#8515)
  • ca2f984 docs: remove reference to the deleted examples folder (#8524)
  • 453e4d0 readme: add LlmTornado to community integrations (#8551)
  • 2ef3c80 readme: add AI Toolkit for VSCode to community integrations (#8604)
  • dcfb7a1 next build (#8539)
  • 711648c docs: update api.md with streaming with tools is enabled (#8676)
  • 5d75d83 discover: fix default LibOllamaPath value (#8702)

📊 Changes

687 files changed (+491225 additions, -12389 deletions)

View changed files

📝 .dockerignore (+3 -1)
📝 .gitattributes (+13 -0)
📝 .github/ISSUE_TEMPLATE/10_bug_report.yml (+8 -0)
📝 .github/workflows/release.yaml (+334 -621)
📝 .github/workflows/test.yaml (+161 -262)
📝 .gitignore (+4 -3)
📝 .golangci.yaml (+3 -5)
CMakeLists.txt (+129 -0)
CMakePresets.json (+110 -0)
📝 Dockerfile (+119 -190)
Makefile (+0 -103)
Makefile.sync (+60 -0)
📝 README.md (+49 -24)
📝 api/client.go (+1 -1)
📝 api/client_test.go (+210 -0)
📝 api/examples/README.md (+2 -1)
📝 api/types.go (+3 -1)
📝 app/README.md (+1 -1)
📝 cmd/cmd.go (+5 -2)
📝 cmd/cmd_test.go (+91 -0)

...and 80 more files

📄 Description

Align the file position at the end of DecodeGGML with general.alignment.

Fixes: #8456
Fixes: #5939


🔄 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/8454 **Author:** [@rick-github](https://github.com/rick-github) **Created:** 1/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `invalid-file-magic` --- ### 📝 Commits (10+) - [`fb1744a`](https://github.com/ollama/ollama/commit/fb1744a5f5185c4f28406a18a57ab3c0ff6b5592) Align file position to general.alignment at end of decoding. - [`021817e`](https://github.com/ollama/ollama/commit/021817e59ace5e351b35b2e6881f83a09f038546) readme: add link to Langfuse (#8455) - [`7bb356c`](https://github.com/ollama/ollama/commit/7bb356c6807c8dd2f06a28645cfac307e1e19a50) docs: update suspend header in gpu.md (#8487) - [`294b6f5`](https://github.com/ollama/ollama/commit/294b6f5a220e8678c2b08fd2ab783a99e25c5215) docs: remove tfs_z option from documentation (#8515) - [`ca2f984`](https://github.com/ollama/ollama/commit/ca2f9843c8c71491d5abf626c73508e5a1685cea) docs: remove reference to the deleted examples folder (#8524) - [`453e4d0`](https://github.com/ollama/ollama/commit/453e4d090bd00692c59b79a483c355ec1e57065c) readme: add LlmTornado to community integrations (#8551) - [`2ef3c80`](https://github.com/ollama/ollama/commit/2ef3c803a151a0a9b1776c9ebe6a7e86b3971660) readme: add AI Toolkit for VSCode to community integrations (#8604) - [`dcfb7a1`](https://github.com/ollama/ollama/commit/dcfb7a105c455ae8d44a06b3380731d8b1ffcc22) next build (#8539) - [`711648c`](https://github.com/ollama/ollama/commit/711648c9bbc186697c19775bf140b174b6a5687a) docs: update api.md with streaming with tools is enabled (#8676) - [`5d75d83`](https://github.com/ollama/ollama/commit/5d75d837efc9315c19f538f2b2130baf5fbc242a) discover: fix default LibOllamaPath value (#8702) ### 📊 Changes **687 files changed** (+491225 additions, -12389 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+3 -1) 📝 `.gitattributes` (+13 -0) 📝 `.github/ISSUE_TEMPLATE/10_bug_report.yml` (+8 -0) 📝 `.github/workflows/release.yaml` (+334 -621) 📝 `.github/workflows/test.yaml` (+161 -262) 📝 `.gitignore` (+4 -3) 📝 `.golangci.yaml` (+3 -5) ➕ `CMakeLists.txt` (+129 -0) ➕ `CMakePresets.json` (+110 -0) 📝 `Dockerfile` (+119 -190) ➖ `Makefile` (+0 -103) ➕ `Makefile.sync` (+60 -0) 📝 `README.md` (+49 -24) 📝 `api/client.go` (+1 -1) 📝 `api/client_test.go` (+210 -0) 📝 `api/examples/README.md` (+2 -1) 📝 `api/types.go` (+3 -1) 📝 `app/README.md` (+1 -1) 📝 `cmd/cmd.go` (+5 -2) 📝 `cmd/cmd_test.go` (+91 -0) _...and 80 more files_ </details> ### 📄 Description Align the file position at the end of DecodeGGML with `general.alignment`. Fixes: #8456 Fixes: #5939 --- <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 2025-11-12 16:14:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#11449