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

Typeguard version in requirements #47

Open NiclasGoering opened 11 months ago

NiclasGoering commented 11 months ago

When using newer typeguard versions like 4.0.0 I encountered an error while the code runs fine with an older typeguard version like 2.11.1. Maybe the requirements file should be changed from typeguard -> typeguard==2.11.1.

GooseIt commented 11 months ago

I've had the same issue. I think this change (and fixing exact versions of all the other dependencies in requirements.txt) is of utmost importance.

CoEich commented 11 months ago

Hi,

thanks for notifying, I will look into it and probably pin the typeguard version.

Best,

Constantin