-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import Mistral7b #28
Comments
Facing the same issue |
same |
Switch the branch to main |
If you look at But I'm kind of naively fixing the error messages locally and hoping for the best so some guidance would be great. |
Hi @OneMHz, are you using the preview branch? |
No. Main. I did manage to code my way to getting a result. But it’s coming back as a MLMultiArray so that doesn’t work for the return type |
You need the |
Sorry about that, we should unify soon! |
Thanks! That is working much better! |
On my Macbook Air m3 with MacOS 15.1 (24B83) i cannot import the mistral model downloaded from this repo: https://huggingface.co/apple/mistral-coreml
I'm running the preview branch.
This is the XCode error i'm running in:
.bundle/main/main_mps_graph/main_mps_graph.mpsgraphpackage/model_0.mpsgraph":0:0): error: attempting to parse a byte at the end of the bytecode
Models/LanguageModel.swift:39: Fatal error: Cannot obtain shape information
Any idea?
The text was updated successfully, but these errors were encountered: