From c37d094e2cc58705c475ef885e5b069a8aa07515 Mon Sep 17 00:00:00 2001 From: Ananta Shahane Date: Tue, 16 Jun 2026 16:42:44 +0200 Subject: [PATCH 1/2] Updated LLM section of the docs. --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index e3b8eae..fcbb210 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -225,6 +225,12 @@ BLADE supports integration with various LLM APIs to facilitate automated design * - **DeepSeek** - Developer of the DeepSeek family of models for code and chat. `Reference `_ - Access via OpenAI compatible API at ``https://api.deepseek.com``. + * - **LMStudio** + - A hardware specialised platform for Apple Silicon, helping you run massive LLMs locally on M1 or better Macs. `Reference `_ + - Provides a local OpenAI-compatible server, allowing integration via standard OpenAI client libraries pointed at a localhost endpoint. + * - **MLX_LM** (Beta) + - A hardware specialised python package for Apple Silicon, helping you run massive LLMs locally on M1 or better Macs. `Reference `_ + - Used via Python APIs and CLI tools, often integrated into local inference workflows and Apple MLX pipelines. Evaluating against Human Designed Baselines ------------------------------------------- From c53dee032f95f785c0a1c9b3c65d72c0e28eeafc Mon Sep 17 00:00:00 2001 From: Ananta Shahane Date: Tue, 16 Jun 2026 16:44:32 +0200 Subject: [PATCH 2/2] Updated LLM section of the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cf4cdb..329929b 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,8 @@ BLADE supports integration with various LLM APIs to facilitate automated design | **Ollama** | A platform offering access to various LLMs, enabling local and cloud-based model deployment. [Reference](https://www.ollama.ai/) | Integration details can be found in their official documentation. | | **Claude** | Anthropic's Claude models for safe and capable language generation. [Reference](https://www.anthropic.com/) | Accessed via the Anthropic API. | | **DeepSeek** | Developer of the DeepSeek family of models for code and chat. [Reference](https://www.deepseek.com/) | Access via OpenAI compatible API at `https://api.deepseek.com`. | +| **LMStudio** | A hardware specialised platform for Apple Silicon, helping you run massive LLMs locally on M1 or better Macs. [Reference](https://lmstudio.ai) | Provides a local OpenAI-compatible server, allowing integration via standard OpenAI client libraries pointed at a localhost endpoint. | +| **MLX_LM** (`Beta`) | A hardware specialised python package for Apple Silicon, helping you run massive LLMs locally on M1 or better Macs. [Reference](https://github.com/ml-explore/mlx-lm) | Used via Python APIs and CLI tools, often integrated into local inference workflows and Apple MLX pipelines. | ### Evaluating against Human Designed baselines