rikdz / GraphWriter

Code for "Text Generation from Knowledge Graphs with Graph Transformers"
517 stars 90 forks source link

requirements.txt #37

Open kalash23rus opened 2 years ago

kalash23rus commented 2 years ago

Where can I find requirements.txt with python packages?

GabHoo commented 2 years ago

Indeed, would be nice if provided!

pandermatt commented 1 year ago

I created a PR #42

If someone uses a M1 or M2 MacBook: You may need to install pytorch via conda

conda install pytorch torchvision -c pytorch