Skip to content

Commit b589958

Browse files
authored
Expose MLXEmbedders as a product (#160)
1 parent 6ef303b commit b589958

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ let package = Package(
1919
.library(
2020
name: "MLXMNIST",
2121
targets: ["MLXMNIST"]),
22+
.library(
23+
name: "MLXEmbedders",
24+
targets: ["MLXEmbedders"]),
2225
.library(
2326
name: "StableDiffusion",
2427
targets: ["StableDiffusion"]),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ See also:
3939

4040
- [MLX troubleshooting](https://ml-explore.github.io/mlx-swift/MLX/documentation/mlx/troubleshooting)
4141

42-
## Installation of MLXLLM and MLXMNIST libraries
42+
## Installation of libraries
4343

44-
The MLXLLM, MLXMNIST and StableDiffusion libraries in the example repo are available
44+
The MLXLLM, MLXVLM, MLXLMCommon, MLXMNIST, MLXEmbedders, and StableDiffusion libraries in the example repo are available
4545
as Swift Packages.
4646

4747

0 commit comments

Comments
 (0)