mm-cot
mm-cot copied to clipboard
requirements.txt refers to both nltk==3.5 and nltk==3.8.
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
Just ran into this!
Also rich is missing.
I believe this is the lib used in main.py
: https://rich.readthedocs.io/en/stable/introduction.html
@datavistics @sohrab-crowdian have you run the project? Is it working?
Just got this now
@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.
Added PR https://github.com/amazon-science/mm-cot/pull/12
Just merged https://github.com/amazon-science/mm-cot/pull/14
Added PR #14