Currently, the colab notebook "Grappa-dataset.ipynb" installes grappa from source and crashs.
Reason: Colab uses python v3.12.12. The cpu_requirements.txt from Grappa need torch==2.0.0, which is not compatible with python v3.12.12.
Possible solutions:
a) Change python version in colab
b) Install grappa via pypi (no gpu support)