[PR #1] [MERGED] refactor #9920

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1
Author: @mxyng
Created: 6/27/2023
Status: Merged
Merged: 6/27/2023
Merged by: @mxyng

Base: mainHead: refactor


📝 Commits (1)

📊 Changes

7 files changed (+196 additions, -216 deletions)

View changed files

📝 ollama.py (+3 -216)
ollama/__init__.py (+9 -0)
ollama/cmd/__init__.py (+0 -0)
ollama/cmd/cli.py (+43 -0)
ollama/cmd/server.py (+75 -0)
ollama/engine.py (+57 -0)
ollama/model.py (+9 -0)

📄 Description

No description provided


🔄 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/1 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/27/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `refactor` --- ### 📝 Commits (1) - [`1ae91f7`](https://github.com/ollama/ollama/commit/1ae91f75f0cc5e31cac22efb82ec1c95a4c80d69) refactor ### 📊 Changes **7 files changed** (+196 additions, -216 deletions) <details> <summary>View changed files</summary> 📝 `ollama.py` (+3 -216) ➕ `ollama/__init__.py` (+9 -0) ➕ `ollama/cmd/__init__.py` (+0 -0) ➕ `ollama/cmd/cli.py` (+43 -0) ➕ `ollama/cmd/server.py` (+75 -0) ➕ `ollama/engine.py` (+57 -0) ➕ `ollama/model.py` (+9 -0) </details> ### 📄 Description _No description provided_ --- <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:47:44 -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#9920