Aleph-Alpha / magma

MAGMA - a GPT-style multimodal model that can understand any combination of images and language. NOTE: The freely available model from this repo is only a demo. For the latest multimodal and multilingual models from Aleph Alpha check out our website https://app.aleph-alpha.com
MIT License
469 stars 55 forks source link

fix: requirements #30

Closed Venkat2811 closed 2 years ago

Venkat2811 commented 2 years ago

Have added some missing requirements when I tried to run example_inference.py locally.

CoEich commented 2 years ago

Hey, thanks for your interest in our repo.

I had no problem installing a fresh environment with the current requirements. I also would not recommend installing torch via pip but using conda instead. Finally, you should not pip install transformers but the custom fork that is already in the requirements.

Therefore I'm closing this PR.

Best, Constantin