jhennies / CebraEM

MIT License
5 stars 2 forks source link

Merge the three Python packages into one #51

Open dokempf opened 1 year ago

dokempf commented 1 year ago

We achieve the same goal of not necessarily requiring CUDA runtime installations by doing a similar approach to many existing packages e.g. https://spacy.io/usage : The CUDA runtime is installed separatedly and detected at runtime, allowing CPU-only installations.