Add llama.cpp and MLX docs to Advanced section, add Convert to MLX guide#201
Add llama.cpp and MLX docs to Advanced section, add Convert to MLX guide#201
Conversation
… guide - Add new Runtimes section between Getting Started and MCP with pages for llama.cpp and MLX runtimes - Add Convert Models to MLX page under modelyaml section - Renumber existing sections to accommodate new Runtimes section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d54585918d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
- Add line continuations for multi-line commands - Replace unicode en-dash with ASCII hyphens in --mlx-path flag Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…onvert-to-mlx - Remove 2_runtimes section entirely - Move llama-cpp.md and mlx.md under 6_advanced - Rename convert-to-mlx.md to _convert-to-mlx.md to hide article - Update internal link reference from runtimes/mlx to advanced/mlx Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b3a6cdeb44
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| Many popular models already have MLX versions available. Before converting manually, check out [lmstudio-community](https://huggingface.co/lmstudio-community) or [mlx-community](https://huggingface.co/mlx-community) on HuggingFace to see if the model you want is available in MLX format. | ||
|
|
||
| Models stored locally in other formats can be converted to MLX format to use with the MLX engine. See our guide on [converting models to MLX format](../modelyaml/convert-to-mlx). |
There was a problem hiding this comment.
Remove link to ignored underscore doc
This link points to ../modelyaml/convert-to-mlx, but the only target introduced in this commit is 0_app/4_modelyaml/_convert-to-mlx.md, and this repo’s parser explicitly ignores files that start with _ (README parsing rules). As a result, users following this link from the MLX page will hit a missing page until the guide is published under a non-underscored filename or the link is removed.
Useful? React with 👍 / 👎.
Summary
Test plan
🤖 Generated with Claude Code