We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da535ea commit 7f62ac9Copy full SHA for 7f62ac9
Package.swift
@@ -10,9 +10,9 @@ let package = Package(
10
],
11
dependencies: [
12
// Local Apple MLX Swift fork for C++ extensions
13
- .package(path: "./LocalPackages/mlx-swift"),
+ .package(url: "https://github.com/SharpAI/mlx-swift.git", branch: "main"),
14
// Apple's LLM library built on MLX Swift (SharpAI fork — with GPU/CPU layer partitioning)
15
- .package(path: "./mlx-swift-lm"),
+ .package(url: "https://github.com/SharpAI/mlx-swift-lm.git", branch: "main"),
16
// HuggingFace tokenizers + model download
17
.package(url: "https://github.com/huggingface/swift-transformers", .upToNextMinor(from: "1.2.0")),
18
// Lightweight HTTP server (Apple-backed Swift server project)
0 commit comments