File tree Expand file tree Collapse file tree
Libraries/MLXLMCommon/Documentation.docc Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4040If 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
4242implementations 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
5757of how to write these -- there are only a few properties and methods
5858and they typically have trivial mappings to the concrete implementation.
5959
You can’t perform that action at this time.
0 commit comments