- Install Poetry
- Next steps depend on your setup
- If you don't want to use vritualenv, for example to use system
torch
, run
poetry config virtualenvs.create false --local
- If you want to use virtualenv, run
poetry shell
- If you don't want to use vritualenv, for example to use system
- Install ordinary dependencies
poetry install
If it fails, try removing poetry.lock
. We support multiple Python versions, so even if the lock file doesn't work, you still might be able install the packages.
- Install pytorch according to your CUDA/virtualenv/conda situatoin
- Install pytorch-geometric according to your CUDA/virtualenv/conda situation
pip install --no-deps MEGNetSparse
- [Log in to WanDB](http s://docs.wandb.ai/ref/cli/wandb-login), or set
WANDB_MODE=disabled