[PR #2486] [CLOSED] self extend support #9649

Closed
opened 2025-11-12 15:11:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2486
Author: @cognitivetech
Created: 2/14/2024
Status: Closed

Base: mainHead: main


📝 Commits (2)

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 api/types.go (+2 -0)
📝 llm/dyn_ext_server.go (+2 -0)

📄 Description

trying to add support for self-extend as discussed here: https://github.com/ollama/ollama/issues/1964

I was hoping it would be as simple as adding these parameters as I've seen done in a previous commit, but I was copying moves from an older configuration of the source.

obviously I'm missing something.. probably rudimentary.

llm/dyn_ext_server.go:102:10: sparams.g_size undefined (type _Ctype_struct_ext_server_params has no field or method g_size)
llm/dyn_ext_server.go:103:10: sparams.w_size undefined (type _Ctype_struct_ext_server_params has no field or method w_size)

Hoping some more seasoned golang developer will help from here


🔄 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/2486 **Author:** [@cognitivetech](https://github.com/cognitivetech) **Created:** 2/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`16e8443`](https://github.com/ollama/ollama/commit/16e84437c07389648dc218fc8316d2c1876fdb6d) Merge pull request #1 from ollama/main - [`d78c810`](https://github.com/ollama/ollama/commit/d78c810e0ffec6827005908125ed705ae047b223) first try ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+2 -0) 📝 `llm/dyn_ext_server.go` (+2 -0) </details> ### 📄 Description trying to add support for self-extend as discussed here: https://github.com/ollama/ollama/issues/1964 I was hoping it would be as simple as adding these parameters as I've seen done in a previous commit, but I was copying moves from an older configuration of the source. obviously I'm missing something.. probably rudimentary. ``` llm/dyn_ext_server.go:102:10: sparams.g_size undefined (type _Ctype_struct_ext_server_params has no field or method g_size) llm/dyn_ext_server.go:103:10: sparams.w_size undefined (type _Ctype_struct_ext_server_params has no field or method w_size) ``` Hoping some more seasoned golang developer will help from here --- <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 15:11:03 -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#9649