-
Notifications
You must be signed in to change notification settings - Fork 344
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
Need preprocessor config error #488
Comments
Hi @mtkgeek, I just merged #489 which should fix this. As you are using the Python API, can you please follow the instructions to install from source, and try it again? |
Oh nice. I'm using the pip version. I tried installing from source but keep running into errors when I run
I guess I'll just wait for these changes to make it to pypi. |
@mtkgeek I just released v0.1.23 which includes this fix. Can you please try it again after a pip reinstall? |
Thanks for the update @EricLBuehler. Now pip install doesn't work though ERROR
|
@mtkgeek thank you for reporting this, can you please try it again after you update via pip - it should be fixed? |
@EricLBuehler the new version installs but the original problem still persists. |
Can you please paste the output of |
Sure @EricLBuehler . It's
|
Ah ok! I think I must have forgotten to update the docs. As documented here now, if you add |
Thanks, it works now. I also wanted to point out that I can see |
Ok, that is good that it works. Regarding the device, can you close this issue and open another for that? |
Hi, I'm trying to run the phi3-vision model using local files. I followed the instructions but ran into this error
panicked at mistralrs-core/src/pipeline/vision.rs:192:22: Need preprocessor config
Even though the instructions do not say a
preprocessor config
file is needed, I added that as well but still ran into the same error. I'm on a Mac btwMY CODE
The text was updated successfully, but these errors were encountered: