marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Minor naming and README updates #121

Closed rogerwaleffe closed 1 year ago

rogerwaleffe commented 1 year ago

This pull request contains minor naming updates to match the new version of the MariusGNN paper. This includes renaming Marius++ to MariusGNN in the README, and renaming the config option for TWO_LEVEL_BETA to COMET.

rogerwaleffe commented 1 year ago

Linux build seems to be failing due to an argsort function definition change in the latest torch version, while the Mac build is having issues with the PyArrow dependency thought to be fixed in #116. Will open a new PR to look into these issues.