We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5690ad commit a719a6dCopy full SHA for a719a6d
Package.swift
@@ -13,6 +13,9 @@ let package = Package(
13
.library(
14
name: "MNIST",
15
targets: ["MLXMNIST"]),
16
+ .library(
17
+ name: "StableDiffusion",
18
+ targets: ["StableDiffusion"]),
19
],
20
dependencies: [
21
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.16.1"),
0 commit comments