unum-cloud / uform

Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and 🔜 video, up to 5x faster than OpenAI CLIP and LLaVA 🖼️ & 🖋️
https://unum-cloud.github.io/uform/
Apache License 2.0
982 stars 56 forks source link

ModuleNotFoundError: No module named 'uform.gen_model'; 'uform' is not a package #63

Closed karthikra closed 5 months ago

karthikra commented 5 months ago

Trying this from the example provided

kimihailv commented 5 months ago

Can you please show the output of this command:

pip show uform
karthikra commented 5 months ago

Can you please show the output of this command:

pip show uform

Name: uform Version: 0.4.8 Summary: Multi-Modal Transformers library for Semantic Search and other Vision-Language tasks Home-page: Author: Author-email: Mikhail Kim mike.kim@unum.cloud, Vladimir Orshulevich vladimir.orshulevich@unum.cloud, Ash Vardanian ash.vardanian@unum.cloud

karthikra commented 5 months ago

Solved works with the updated version that is Version : 1.0.3 Thanks