You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: