[PR #6598] [CLOSED] commit #22703

Closed
opened 2026-04-19 16:30:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6598
Author: @rpreslar4765
Created: 9/3/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

459 files changed (+115712 additions, -76323 deletions)

View changed files

.devcontainer/devcontainer.json (+914 -0)
📝 .dockerignore (+39 -9)
📝 .gitattributes (+1 -1)
📝 .github/ISSUE_TEMPLATE/10_bug_report.yml (+60 -60)
📝 .github/ISSUE_TEMPLATE/20_feature_request.md (+6 -6)
📝 .github/ISSUE_TEMPLATE/30_model_request.md (+4 -4)
📝 .github/ISSUE_TEMPLATE/config.yml (+8 -8)
📝 .github/workflows/latest.yaml (+24 -24)
📝 .github/workflows/release.yaml (+504 -0)
📝 .github/workflows/test.yaml (+334 -0)
📝 .gitignore (+14 -14)
📝 .gitmodules (+3 -3)
📝 .golangci.yaml (+34 -34)
📝 .prettierrc.json (+10 -10)
.trunk/.gitignore (+9 -0)
.trunk/configs/.hadolint.yaml (+4 -0)
.trunk/configs/.isort.cfg (+2 -0)
.trunk/configs/.markdownlint.yaml (+2 -0)
.trunk/configs/.shellcheckrc (+7 -0)
.trunk/configs/.yamllint.yaml (+7 -0)

...and 80 more files

📄 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/6598 **Author:** [@rpreslar4765](https://github.com/rpreslar4765) **Created:** 9/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`51a6c02`](https://github.com/ollama/ollama/commit/51a6c02ea26fec381d591f6db5e956354b218c59) MIT License - [`770c43b`](https://github.com/ollama/ollama/commit/770c43b7d5713025211c5cd5a3c73076cc16332a) Merge branch 'ollama:main' into main - [`d55fa6f`](https://github.com/ollama/ollama/commit/d55fa6f294c5aaef39471b2c36dd2498f39118c6) Merge remote-tracking branch 'upstream/main' - [`338207e`](https://github.com/ollama/ollama/commit/338207e6d8693dff75db12d608e94252e722c20f) Merge branch 'ollama:main' into main - [`edf0181`](https://github.com/ollama/ollama/commit/edf0181887206c0aa0effbd632855325f6196ad2) commit - [`b181b3b`](https://github.com/ollama/ollama/commit/b181b3b0b09d7445422a2d35a7dadd5db8ff1afa) commit - [`0b01490`](https://github.com/ollama/ollama/commit/0b01490f7a487eae06890c5eabcd2270e32605a5) fix: - [`e63289d`](https://github.com/ollama/ollama/commit/e63289d77cdd9838455e21ee791f96ee043fc994) Please enter the commit message for your changes. Lines starting - [`b893ded`](https://github.com/ollama/ollama/commit/b893ded849db21629a8da7bd77bf7da5bd58823c) commit - [`89d9c93`](https://github.com/ollama/ollama/commit/89d9c93d90a001d6426abe9c95c8a13f3a5067c4) commit ### 📊 Changes **459 files changed** (+115712 additions, -76323 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+914 -0) 📝 `.dockerignore` (+39 -9) 📝 `.gitattributes` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/10_bug_report.yml` (+60 -60) 📝 `.github/ISSUE_TEMPLATE/20_feature_request.md` (+6 -6) 📝 `.github/ISSUE_TEMPLATE/30_model_request.md` (+4 -4) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+8 -8) 📝 `.github/workflows/latest.yaml` (+24 -24) 📝 `.github/workflows/release.yaml` (+504 -0) 📝 `.github/workflows/test.yaml` (+334 -0) 📝 `.gitignore` (+14 -14) 📝 `.gitmodules` (+3 -3) 📝 `.golangci.yaml` (+34 -34) 📝 `.prettierrc.json` (+10 -10) ➕ `.trunk/.gitignore` (+9 -0) ➕ `.trunk/configs/.hadolint.yaml` (+4 -0) ➕ `.trunk/configs/.isort.cfg` (+2 -0) ➕ `.trunk/configs/.markdownlint.yaml` (+2 -0) ➕ `.trunk/configs/.shellcheckrc` (+7 -0) ➕ `.trunk/configs/.yamllint.yaml` (+7 -0) _...and 80 more files_ </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-19 16:30:06 -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#22703