feat: migration to mlx-swift-lm v3

This commit is contained in:
2026-04-30 09:18:37 +02:00
parent 4ad46ec1ea
commit 3502266ff9
13 changed files with 211 additions and 228 deletions

View File

@@ -9,7 +9,13 @@ options:
packages:
mlx-swift-lm:
url: https://github.com/ml-explore/mlx-swift-lm
branch: main
from: "3.31.3"
swift-huggingface:
url: https://github.com/huggingface/swift-huggingface
from: "0.9.0"
swift-transformers:
url: https://github.com/huggingface/swift-transformers
from: "1.2.0"
MarkdownUI:
url: https://github.com/gonzalezreal/swift-markdown-ui
from: "2.4.0"
@@ -40,6 +46,12 @@ targets:
product: MLXVLM
- package: mlx-swift-lm
product: MLXLMCommon
- package: mlx-swift-lm
product: MLXHuggingFace
- package: swift-huggingface
product: HuggingFace
- package: swift-transformers
product: Tokenizers
- package: MarkdownUI
product: MarkdownUI
MLXServerTests: