Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
-------------------------------------------
Expand Down
Loading