Readme out of date
pbarker opened this issue · 1 comments
pbarker commented
Awesome project!
>>> from phi_3_vision_mlx import generate
>>> generate('What is shown in this image?', 'https://collectionapi.metmuseum.org/api/collection/v1/iiif/344291/725918/main-image')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: generate() missing 1 required positional argument: 'prompt'
Following https://github.com/JosefAlbers/Phi-3-Vision-MLX?tab=readme-ov-file#visual-question-answering
pbarker commented
This is actually just due to an older version being the default when installing with python 3.10