[PR #7229] [CLOSED] Move Go code out of llm package #12358

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7229
Author: @dhiltgen
Created: 10/16/2024
Status: Closed

Base: mainHead: llm_package_cleanup


📝 Commits (1)

  • 8e01295 Move Go code out of llm package

📊 Changes

38 files changed (+258 additions, -249 deletions)

View changed files

📝 convert/convert.go (+16 -16)
📝 convert/convert_bert.go (+5 -5)
📝 convert/convert_gemma.go (+5 -5)
📝 convert/convert_gemma2.go (+2 -2)
📝 convert/convert_gemma2_adapter.go (+5 -5)
📝 convert/convert_llama.go (+6 -6)
📝 convert/convert_llama_adapter.go (+5 -5)
📝 convert/convert_mixtral.go (+5 -5)
📝 convert/convert_phi3.go (+7 -7)
📝 convert/convert_test.go (+5 -5)
discover/README.md (+3 -0)
fileutils/README.md (+3 -0)
📝 fileutils/filetype.go (+3 -1)
📝 fileutils/ggla.go (+1 -1)
📝 fileutils/ggml.go (+22 -1)
fileutils/ggml_test.go (+1 -0)
📝 fileutils/gguf.go (+1 -1)
📝 fileutils/memory.go (+2 -2)
📝 fileutils/memory_test.go (+1 -1)
llm/ggml_test.go (+0 -1)

...and 18 more files

📄 Description

This can be deferred to after the 0.4.0 release as a follow up cleanup step


🔄 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/7229 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `llm_package_cleanup` --- ### 📝 Commits (1) - [`8e01295`](https://github.com/ollama/ollama/commit/8e01295508c928c7fb995a01592d288e2973435d) Move Go code out of llm package ### 📊 Changes **38 files changed** (+258 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+16 -16) 📝 `convert/convert_bert.go` (+5 -5) 📝 `convert/convert_gemma.go` (+5 -5) 📝 `convert/convert_gemma2.go` (+2 -2) 📝 `convert/convert_gemma2_adapter.go` (+5 -5) 📝 `convert/convert_llama.go` (+6 -6) 📝 `convert/convert_llama_adapter.go` (+5 -5) 📝 `convert/convert_mixtral.go` (+5 -5) 📝 `convert/convert_phi3.go` (+7 -7) 📝 `convert/convert_test.go` (+5 -5) ➕ `discover/README.md` (+3 -0) ➕ `fileutils/README.md` (+3 -0) 📝 `fileutils/filetype.go` (+3 -1) 📝 `fileutils/ggla.go` (+1 -1) 📝 `fileutils/ggml.go` (+22 -1) ➕ `fileutils/ggml_test.go` (+1 -0) 📝 `fileutils/gguf.go` (+1 -1) 📝 `fileutils/memory.go` (+2 -2) 📝 `fileutils/memory_test.go` (+1 -1) ➖ `llm/ggml_test.go` (+0 -1) _...and 18 more files_ </details> ### 📄 Description This can be deferred to after the 0.4.0 release as a follow up cleanup step --- <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 23:56:43 -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#12358