Skip to content
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

phi4mm.py script is failing on MacOS M2 (Python 3.13.2) #1176

Open
DeepBhupatkar opened this issue Mar 6, 2025 · 1 comment
Open

phi4mm.py script is failing on MacOS M2 (Python 3.13.2) #1176

DeepBhupatkar opened this issue Mar 6, 2025 · 1 comment
Labels
bug Something isn't working build Issues relating to building mistral.rs

Comments

@DeepBhupatkar
Copy link

I am trying to run the phi4mm.py script on my MacOS M2 machine using Python 3.13.2, but it fails with the following traceback:

Traceback (most recent call last):
File "/Users/UserDB/Desktop/Developer/mistral.rs/examples/python/phi4mm.py", line 6, in
arch=VisionArchitecture.Phi4MM,
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'builtins.VisionArchitecture' has no attribute 'Phi4MM'

@DeepBhupatkar DeepBhupatkar added bug Something isn't working build Issues relating to building mistral.rs labels Mar 6, 2025
@MonolithFoundation
Copy link

Got simillar error not sure if related:

arch=VisionArchitecture.Qwen2VL,
AttributeError: type object 'builtins.VisionArchitecture' has no attribute 'Qwen2VL'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Issues relating to building mistral.rs
Projects
None yet
Development

No branches or pull requests

2 participants