[PR #16] [MERGED] Fix MLX Pipeline #278

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/16
Author: @justinh-rahb
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @tjbck

Base: mainHead: mlx-lm


📝 Commits (5)

📊 Changes

1 file changed (+63 additions, -82 deletions)

View changed files

📝 pipelines/examples/mlx_pipeline.py (+63 -82)

📄 Description

Previous one was all jacked up due to rapid changes in this project 🫠 Should be fixed now, also supports using an external instance of mlx_lm.server and passing an HF token for downloading a model.


🔄 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/open-webui/pipelines/pull/16 **Author:** [@justinh-rahb](https://github.com/justinh-rahb) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `mlx-lm` --- ### 📝 Commits (5) - [`cae961c`](https://github.com/open-webui/pipelines/commit/cae961c2d4773587a89615e92c367029ad1d4dc2) Refac - [`de765a1`](https://github.com/open-webui/pipelines/commit/de765a1391391f2780bd718d65b356a55cc5b6aa) Revert all recent changes - [`61802b0`](https://github.com/open-webui/pipelines/commit/61802b0d951b28264156275e9fb3a8edd411afd2) Merge branch 'open-webui:main' into mlx-lm - [`d23c2c4`](https://github.com/open-webui/pipelines/commit/d23c2c48e73d59260a112cb0ee1d9dfce858c433) Update mlx_pipeline.py - [`79bab8b`](https://github.com/open-webui/pipelines/commit/79bab8b3db09013a8d946f6d81079e22987fb544) bounds checks ### 📊 Changes **1 file changed** (+63 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `pipelines/examples/mlx_pipeline.py` (+63 -82) </details> ### 📄 Description Previous one was all jacked up due to rapid changes in this project 🫠 Should be fixed now, also supports using an external instance of `mlx_lm.server` and passing an HF token for downloading a model. --- <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-15 19:17:44 -05:00
yindo closed this issue 2026-02-15 19:17:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#278