amazon-science / mm-cot

Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)
https://arxiv.org/abs/2302.00923
Apache License 2.0
3.77k stars 309 forks source link

requirements.txt refers to both nltk==3.5 and nltk==3.8. #5

Open sohrab-crowdian opened 1 year ago

sohrab-crowdian commented 1 year ago

Firstly, thank you for sharing your work.

requirements.txt refers to both nltk==3.5 and nltk==3.8.

This causes error when installing requirements.txt.

For now I am trying to proceed by removing nltk==3.5 from requirements.txt

datavistics commented 1 year ago

Just ran into this!

datavistics commented 1 year ago

Also rich is missing. I believe this is the lib used in main.py: https://rich.readthedocs.io/en/stable/introduction.html

csuestc commented 1 year ago

@datavistics @sohrab-crowdian have you run the project? Is it working?

kingbragger commented 1 year ago

Just got this now

xaiguy commented 1 year ago

@csuestc It does for me after removing nltk==3.5, downloading the rich library from the above link and removing the version from the huggingface-hub requirement.

marscod commented 1 year ago

Added PR https://github.com/amazon-science/mm-cot/pull/12

astonzhang commented 1 year ago

Just merged https://github.com/amazon-science/mm-cot/pull/14

Niro73 commented 1 year ago

‌Added PR #14