issues
search
andreeaiana
/
newsreclib
PyTorch-Lightning Library for Neural News Recommendation
https://newsreclib.readthedocs.io/en/latest/
MIT License
43
stars
8
forks
source link
Fix version conflicts
#9
Closed
adrianoesch
closed
8 months ago
adrianoesch
commented
8 months ago
Proposing a few minor fixes I encountered:
readme instructions are contradicting setup.py regarding python version (use 3.9!)
i couldn't install MulticoreTSNE due to cmake incompatability using aws deeplearning image (=> fix version)
i couldn't train any model due to pydantic issue in lightning 2.0.1 (=> upgrade to latest)
I encountered a version conflict, where transformers was expecting a later version of tokenizer (=> upgrade both to latest)
Proposing a few minor fixes I encountered: