fix: error: no such module 'Tokenizers' #143
Conversation
|
@christophsturm Do you have a test case where this isn't working? This doesn't seem right to me -- it should just work when pulling in the dependency as a package. |
|
@lucasnewman my pr contains a test project so if you comment out the fix that should fail. you can just change the dependency of the test project to |
|
Ok, thanks. It took me a while to hunt this down -- it looks like there was a change in mlx-swift-lm in ml-explore/mlx-swift-lm#118 which triggers this. We're pinned to major version 2 so it shouldn't immediately impact anything unless you've modified the package locally. |
|
right so my fix improves the situation when using this library together with other versions. |
|
Resolved in #158 |
No description provided.