[PR #113] [MERGED] Add help docs for new Windows external bundle support #127

Closed
opened 2026-02-23 17:19:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/113
Author: @timothycarambat
Created: 11/5/2024
Status: Merged
Merged: 11/5/2024
Merged by: @timothycarambat

Base: 1.6.9-changelogHead: windows-amd-external-support-download-faq


📝 Commits (2)

  • c270b8b Add help docs for new Windows external bundle support
  • 5e3efb1 Merge branch '1.6.9-changelog' into windows-amd-external-support-download-faq

📊 Changes

5 files changed (+83 additions, -1 deletions)

View changed files

📝 pages/installation-desktop/_meta.json (+10 -1)
pages/installation-desktop/manual-install.mdx (+52 -0)
📝 pages/installation-desktop/windows.mdx (+21 -0)
public/images/getting-started/installation/windows/external-support.png (+0 -0)
public/images/getting-started/installation/windows/extract.png (+0 -0)

📄 Description

As of 1.6.9 we now package the Ollama CUDA/ROC bindings external to the AnythingLLM application since including them would bloat the executable installer size to 3GB.

Instead, we now install these dependencies using a custom install macro to pull and place the bindings properly so the internal ollama process can find them. This unlocks full GPU support (NVIDIA, AMD) and even NPU support. Since these support libraries are only expected to grow, it makes sense to break them away from the full app.

We host these files on S3, which some users may be VPN-restricted or otherwise unable to pull in. If that is the case, we need documentation on how to do the install macro action manually.


🔄 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/Mintplex-Labs/anythingllm-docs/pull/113 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 11/5/2024 **Status:** ✅ Merged **Merged:** 11/5/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `1.6.9-changelog` ← **Head:** `windows-amd-external-support-download-faq` --- ### 📝 Commits (2) - [`c270b8b`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/c270b8b0407d4837dede522e0bdc8eed712d26c5) Add help docs for new Windows external bundle support - [`5e3efb1`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/5e3efb1f930013c85a3682320f401f9076caa8db) Merge branch '1.6.9-changelog' into windows-amd-external-support-download-faq ### 📊 Changes **5 files changed** (+83 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pages/installation-desktop/_meta.json` (+10 -1) ➕ `pages/installation-desktop/manual-install.mdx` (+52 -0) 📝 `pages/installation-desktop/windows.mdx` (+21 -0) ➕ `public/images/getting-started/installation/windows/external-support.png` (+0 -0) ➕ `public/images/getting-started/installation/windows/extract.png` (+0 -0) </details> ### 📄 Description As of 1.6.9 we now package the Ollama CUDA/ROC bindings external to the AnythingLLM application since including them would bloat the executable installer size to 3GB. Instead, we now install these dependencies using a custom install macro to pull and place the bindings properly so the internal ollama process can find them. This unlocks full GPU support (NVIDIA, AMD) and even NPU support. Since these support libraries are only expected to grow, it makes sense to break them away from the full app. We host these files on S3, which some users may be VPN-restricted or otherwise unable to pull in. If that is the case, we need documentation on how to do the install macro action manually. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:19:45 -05:00
yindo closed this issue 2026-02-23 17:19:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-docs#127