[PR #14166] Add Bluemesh AI to README #40420

Open
opened 2026-04-23 01:19:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14166
Author: @vishnutasok333
Created: 2/9/2026
Status: 🔄 Open

Base: readme-updatesHead: main


📝 Commits (10+)

📊 Changes

1788 files changed (+1284721 additions, -59774 deletions)

View changed files

📝 .dockerignore (+8 -4)
.gitattributes (+28 -0)
.github/ISSUE_TEMPLATE/10_bug_report.yml (+68 -0)
.github/ISSUE_TEMPLATE/20_feature_request.md (+6 -0)
.github/ISSUE_TEMPLATE/30_model_request.md (+5 -0)
.github/ISSUE_TEMPLATE/config.yml (+8 -0)
.github/workflows/latest.yaml (+24 -0)
.github/workflows/release.yaml (+549 -0)
.github/workflows/test-install.yaml (+22 -0)
.github/workflows/test.yaml (+245 -0)
📝 .gitignore (+12 -1)
.golangci.yaml (+51 -0)
.prettierrc.json (+0 -10)
CMakeLists.txt (+219 -0)
CMakePresets.json (+182 -0)
CONTRIBUTING.md (+88 -0)
📝 Dockerfile (+210 -10)
MLX_VERSION (+1 -0)
Makefile.sync (+76 -0)
📝 README.md (+639 -35)

...and 80 more files

📄 Description

This pull request adds Bluemesh AI to the README’s list of AI applications, ensuring the documentation accurately reflects the current ecosystem.


🔄 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/14166 **Author:** [@vishnutasok333](https://github.com/vishnutasok333) **Created:** 2/9/2026 **Status:** 🔄 Open **Base:** `readme-updates` ← **Head:** `main` --- ### 📝 Commits (10+) - [`231cc87`](https://github.com/ollama/ollama/commit/231cc878cba3f5d080bc96faf8ecbded31b0b4e2) app/ui: fix to point ollama client to ui backend in dev mode (#13079) - [`399eacf`](https://github.com/ollama/ollama/commit/399eacf48677a96a809f6960b35d04a60dcba97a) ci: fix missing vulkan binaries in linux bundles (#13123) - [`2f36d76`](https://github.com/ollama/ollama/commit/2f36d769aa2db6e7bb41a0dbd079f9ce7a9bdc40) bring back sysfs based VRAM information for AMD (#12871) - [`4aba2e8`](https://github.com/ollama/ollama/commit/4aba2e8b727795320f049a28c23bbd9882b272c0) discover: Support cgroups cores and memory limitations (#10292) - [`1fd4cb8`](https://github.com/ollama/ollama/commit/1fd4cb87b202ddacbc45c2a14284acfafc552101) app/cmd: restrict ollama:// URL scheme to supported paths (#13120) - [`584e2d6`](https://github.com/ollama/ollama/commit/584e2d646fb4d2f1643b4da81a096d01114f5b2b) Add deepseek v3.1 (#13063) - [`330f62a`](https://github.com/ollama/ollama/commit/330f62a7faf60096e00393b444b1b81a9b34de7e) docs: add Void Editor to community integrations (#13124) - [`718961d`](https://github.com/ollama/ollama/commit/718961de68fb82f355bca53c1bdc3d126a42fb86) migrate to golangci-lint v2 (#13109) - [`440a382`](https://github.com/ollama/ollama/commit/440a3823a66330650b6bfac8378babdb88b4d036) fix(tokenizer): add special tokens to empty inputs (#13091) - [`8ed1adf`](https://github.com/ollama/ollama/commit/8ed1adf3dbda70c5ccfec766f4db4c4a4f3ef948) docs: fix typo in vscode.mdx (#13116) ### 📊 Changes **1788 files changed** (+1284721 additions, -59774 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+8 -4) ➕ `.gitattributes` (+28 -0) ➕ `.github/ISSUE_TEMPLATE/10_bug_report.yml` (+68 -0) ➕ `.github/ISSUE_TEMPLATE/20_feature_request.md` (+6 -0) ➕ `.github/ISSUE_TEMPLATE/30_model_request.md` (+5 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+8 -0) ➕ `.github/workflows/latest.yaml` (+24 -0) ➕ `.github/workflows/release.yaml` (+549 -0) ➕ `.github/workflows/test-install.yaml` (+22 -0) ➕ `.github/workflows/test.yaml` (+245 -0) 📝 `.gitignore` (+12 -1) ➕ `.golangci.yaml` (+51 -0) ➖ `.prettierrc.json` (+0 -10) ➕ `CMakeLists.txt` (+219 -0) ➕ `CMakePresets.json` (+182 -0) ➕ `CONTRIBUTING.md` (+88 -0) 📝 `Dockerfile` (+210 -10) ➕ `MLX_VERSION` (+1 -0) ➕ `Makefile.sync` (+76 -0) 📝 `README.md` (+639 -35) _...and 80 more files_ </details> ### 📄 Description This pull request adds Bluemesh AI to the README’s list of AI applications, ensuring the documentation accurately reflects the current ecosystem. --- <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-23 01:19:04 -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#40420