Skip to content

Commit ec4538d

Browse files
committed
fix link
1 parent 82b8417 commit ec4538d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Libraries/MLXLMCommon/Documentation.docc

Libraries/MLXLMCommon/Documentation.docc/using.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are 3 general ways to select and use concrete Downloader and Tokenizer imp
3838
- using [MLXHuggingFace](MLXHuggingFace) macros
3939

4040
If you are <doc:upgrade> from mlx-swift-lm 2.x the macros will be the
41-
simplest way, but consider <doc:#Integration-Package> as there are alternate
41+
simplest way, but consider <doc:#Integration-Packages> as there are alternate
4242
implementations that may provide features and capabilities that you want.
4343

4444
### Implementing Protocols
@@ -53,7 +53,7 @@ mlx-swift-lm requires implementation of at least the two tokenizer protocols:
5353
- ``Tokenizer`` -- adapt the concrete tokenizers to the mlx-swift-lm protocol.
5454
- ``TokenizerLoader`` -- factory for ``Tokenizer`` implementations.
5555

56-
You can look at <doc:#Integration-Package> implementations for examples
56+
You can look at <doc:#Integration-Packages> implementations for examples
5757
of how to write these -- there are only a few properties and methods
5858
and they typically have trivial mappings to the concrete implementation.
5959

0 commit comments

Comments
 (0)