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
983 stars 56 forks source link

Additional dependencies? #55

Closed Zetaphor closed 7 months ago

Zetaphor commented 7 months ago

I've created a virtual environment, run pip3 install uform and am attempting to run the following code:

import uform

I'm receiving the following error

    import uform
  File "/home/zetaphor/Code/self-tracker/uform.py", line 1, in <module>
    from uform.gen_model import VLMForCausalLM, VLMProcessor
ModuleNotFoundError: No module named 'uform.gen_model'; 'uform' is not a package

I'm using Python version 3.11.2

Are there additional dependencies I'm missing?