ManifoldRG / NEKO

In Progress Implementation of GATO style Generalist Multimodal model capable of image, text, RL and Robotics tasks
https://discord.gg/brsPnzNd8h
GNU General Public License v3.0
43 stars 10 forks source link

Fix version dependency issue #54 #55

Closed eihli closed 8 months ago

eihli commented 9 months ago

Some of the HuggingFace libraries require typing_extensions >= 4.5.0 but Minari listed it as an exact 4.4.0 requirement. Minari version 0.4.2 updates that exact requirement to be a >= requirement.

https://github.com/ManifoldRG/NEKO/issues/54

bhavul commented 8 months ago

Thanks @eihli for fixing the dependencies! ^_^