DerwenAI / kglab

Graph Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, NetworkX, RAPIDS, RDFlib, pySHACL, PyVis, morph-kgc, pslpython, pyarrow, etc.
https://derwen.ai/docs/kgl/
MIT License
574 stars 65 forks source link

addresses #198 with improved GPU detection/handling #219

Closed ceteri closed 2 years ago

ceteri commented 2 years ago

Current behaviour

Exception thrown when running on a system with an NVIDIA GPU, but cudf has not yet been installed

New expected behaviour

Handle this case gracefully

Change logs

Addresses #198 with improved GPU detection/handling