Ulf Hamster
Ulf Hamster
I would also love to have this feature. I often use Jupyter notebooks for demo and examples because I know it will render on github. The same should be possible...
A quick fix for other trankit users would be ``` annotated = model_trankit(sentence[:512], is_sent=True) ```
Same error here - `trankit.Pipeline(lang="german-hdt", gpu=True, cache_dir="./cache")` => `RuntimeError: CUDA error: no kernel image is available for execution on the device` - Debian 11 - Python 3.9 - `torch.cuda.is_available()` returns...